﻿@font-face {
    font-family: 'DIN-Light';
    src: url("/stage/css/fonts/din-light.eot");
    src: url("/stage/css/fonts/din-light.eot?#iefix") format("embedded-opentype"),url("/stage/css/fonts/din-light.woff") format("woff"),url("/stage/css/fonts/din-light.ttf") format("truetype"),url("/stage/css/fonts/din-light.svg#din_lightlight") format("svg");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'DIN-Regular';
    src: url("/stage/css/fonts/din-regular.eot");
    src: url("/stage/css/fonts/din-regular.eot?#iefix") format("embedded-opentype"),url("/stage/css/fonts/din-regular.woff") format("woff"),url("/stage/css/fonts/din-regular.ttf") format("truetype"),url("/stage/css/fonts/din-regular.svg#din_regularregular") format("svg");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'DIN-Medium';
    src: url("/stage/css/fonts/din-medium.eot");
    src: url("/stage/css/fonts/din-medium.eot?#iefix") format("embedded-opentype"),url("/stage/css/fonts/din-medium.woff") format("woff"),url("/stage/css/fonts/din-medium.ttf") format("truetype"),url("/stage/css/fonts/din-medium.svg#din_mediummedium") format("svg");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'DIN-Bold';
    src: url("/stage/css/fonts/din-bold.eot");
    src: url("/stage/css/fonts/din-bold.eot?#iefix") format("embedded-opentype"),url("/stage/css/fonts/din-bold.woff") format("woff"),url("/stage/css/fonts/din-bold.ttf") format("truetype"),url("/stage/css/fonts/din-bold.svg#din_boldbold") format("svg");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'DIN-Black';
    src: url("/stage/css/fonts/din-black.eot");
    src: url("/stage/css/fonts/din-black.eot?#iefix") format("embedded-opentype"),url("/stage/css/fonts/din-black.woff") format("woff"),url("/stage/css/fonts/din-black.ttf") format("truetype"),url("/stage/css/fonts/din-black.svg#din_blackblack") format("svg");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'icomoon';
    src: url("/stage/css/fonts/icomoon.eot");
    src: url("/stage/css/fonts/icomoon.eot?#iefix") format("embedded-opentype"),url("/stage/css/fonts/icomoon.woff") format("woff"),url("/stage/css/fonts/icomoon.ttf") format("truetype"),url("/stage/css/fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}



*, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, button, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, object, img {
    display: block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

fieldset, a img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

div#wrapper div#container > header:after, div#wrapper div#container > footer:after, div#main:after, div#page:after, .clearfix:after, .ngg-clear:after, .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.hidden, input[type='hidden'] {
    visibility: hidden;
}

.print {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -9000px;
}

.large {
    font-size: 22px;
    line-height: 28px;
}

.small {
    font-size: 13px;
    line-height: 24px;
}
p img {
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

acronym, abbr, span.caps {
    letter-spacing: 0;
}

img.center, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.center, .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.right, .alignright {
    float: right;
}

.left, .alignleft {
    float: left;
}

pre {
    margin: 15px 0px;
    padding: 10px;
    color: #222;
    line-height: 16px;
    margin-bottom: 18px;
    padding: 1.5em;
    font-size: 0.9em;
    word-wrap: break-word;
}

code {
    display: block;
    direction: ltr;
    text-align: left;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    word-wrap: break-word;
}

.column {
    display: inline !important;
    float: left !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.grid-1 {
    width: 60px !important;
}

.grid-2 {
    width: 140px !important;
}

.grid-3 {
    width: 220px !important;
}

.grid-4 {
    width: 300px !important;
}

.grid-5 {
    width: 380px !important;
}

.grid-6 {
    width: 460px !important;
}

.grid-7 {
    width: 540px !important;
}

.grid-8 {
    width: 620px !important;
}

.grid-9 {
    width: 700px !important;
}

.grid-10 {
    width: 780px !important;
}

.grid-11 {
    width: 860px !important;
}

.grid-12 {
    width: 940px !important;
}

.column.fixed {
    margin-left: 20px !important;
    margin-right: 0px !important;
}

    .column.fixed:first-child {
        margin-left: 0 !important;
    }

    .column.fixed.grid-1 {
        width: 60px !important;
    }

    .column.fixed.grid-2 {
        width: 140px !important;
    }

    .column.fixed.grid-3 {
        width: 220px !important;
    }

    .column.fixed.grid-4 {
        width: 300px !important;
    }

    .column.fixed.grid-5 {
        width: 380px !important;
    }

    .column.fixed.grid-6 {
        width: 460px !important;
    }

    .column.fixed.grid-7 {
        width: 540px !important;
    }

    .column.fixed.grid-8 {
        width: 620px !important;
    }

    .column.fixed.grid-9 {
        width: 700px !important;
    }

    .column.fixed.grid-10 {
        width: 780px !important;
    }

    .column.fixed.grid-11 {
        width: 860px !important;
    }

    .column.fixed.grid-12 {
        width: 940px !important;
    }

.column.fluid {
    margin-left: 2.564102564% !important;
    margin-right: 0px !important;
}

    .column.fluid:first-child {
        margin-left: 0 !important;
    }

    .column.fluid.grid-1 {
        width: 5.982905983%;
    }

    .column.fluid.grid-2 {
        width: 14.529914530000001%;
    }

    .column.fluid.grid-3 {
        width: 23.076923077% !important;
    }

    .column.fluid.grid-4 {
        width: 31.623931624% !important;
    }

    .column.fluid.grid-5 {
        width: 40.170940171000005% !important;
    }

    .column.fluid.grid-6 {
        width: 48.717948718% !important;
    }

    .column.fluid.grid-7 {
        width: 57.264957265% !important;
    }

    .column.fluid.grid-8 {
        width: 65.81196581200001% !important;
    }

    .column.fluid.grid-9 {
        width: 74.358974359% !important;
    }

    .column.fluid.grid-10 {
        width: 82.905982906% !important;
    }

    .column.fluid.grid-11 {
        width: 91.45299145300001% !important;
    }

    .column.fluid.grid-12 {
        width: 100% !important;
    }

body {
    background: #FFF;
    font-family: Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #606060;
    line-height: 18px;
    font-weight: 100;
}

a, a:visited {
    color: #606060;
    text-decoration: none;
}

    a:focus, a:active, a:hover {
        color: #000;
    }

p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 100;
}

b, strong {
    font-weight: bold;
}

h1, h2 {
    font-family: 'DIN-Regular', Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    padding: 5px 0px 10px 0px;
    letter-spacing: -0.05em;
    font-weight: 100;
}

h3, h4 {
    font-family: Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    padding: 5px 0px 10px 0px;
    font-weight: 100;
}

h1 {
    font-size: 32px;
    line-height: 32px;
}

h2 {
    font-size: 26px;
    line-height: 26px;
}

h3 {
    font-size: 16px;
    line-height: 16px;
}

h4 {
    font-size: 14px;
    line-height: 14px;
}

div#wrapper div#container > header {
    display: block;
    padding: 0;
    position: fixed;
    top: 0px;
    z-index: 7779;
    width: 100%;
    height: 48px;
    background: rgba(0,0,0,0.75);
}

    div#wrapper div#container > header #menu {
        margin: 0 auto;
        height: 100%;
        min-width: 990px;
        overflow: hidden;
        text-align: center;
        font-family: 'DIN-Regular', Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        div#wrapper div#container > header #menu:after {
            content: '';
            display: block;
            clear: both;
        }

        div#wrapper div#container > header #menu .total-price {
            display: none !important;
        }

        div#wrapper div#container > header #menu h1 {
            margin: 0px 15px 0 0;
            padding: 0px;
            background: url("../images/custom/logo.png") no-repeat;
            background-position: center left;
            background-size: 100% auto;
            width: 183px;
            display: inline-block;
            line-height: 0px;
            padding: 0;
            position: relative;
            top: -2px;
            vertical-align: top;
        }

            div#wrapper div#container > header #menu h1 a {
                overflow: hidden;
                text-indent: -2000px;
                line-height: 48px;
                font-size: 16px;
                display: inline-block;
                width: 100%;
            }

        div#wrapper div#container > header #menu ul {
            display: inline-block;
            height: 100%;
        }

            div#wrapper div#container > header #menu ul li {
                float: left;
                list-style-type: none;
                list-style: none;
                margin: 0;
            }

                div#wrapper div#container > header #menu ul li.menu-item-active a, div#wrapper div#container > header #menu ul li.current_page_item a {
                    color: #8c8b8b;
                }

                    div#wrapper div#container > header #menu ul li.menu-item-active a:before {
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        margin-left: -9px;
                        width: 0;
                        height: 0;
                        border-left: 8px solid transparent;
                        border-right: 8px solid transparent;
                        border-bottom: 8px solid #fff;
                        content: '';
                    }

                div#wrapper div#container > header #menu ul li.menu-item-1 a:before {

                }

                div#wrapper div#container > header #menu ul li a {
                    line-height: 48px;
                    display: block;
                    overflow: hidden;
                    font-size: 15px;
                    padding: 0 10px;
                    color: #fcfcfd;
                    letter-spacing: 0.5px;
                    text-transform: uppercase;
                    position: relative;
                }

                    div#wrapper div#container > header #menu ul li a:hover {
                        color: #8c8b8b;
                    }

                div#wrapper div#container > header #menu ul li.menu-item-4 {
                    display: none;
                }

        div#wrapper div#container > header #menu div.menu-item-cart, div#wrapper div#container > header #menu div.menu-item-flag {
            overflow: hidden;
            cursor: pointer;
            display: inline-block;
            vertical-align: top;
        }

            div#wrapper div#container > header #menu div.menu-item-cart a, div#wrapper div#container > header #menu div.menu-item-flag a {
                line-height: 48px;
                overflow: hidden;
                position: relative;
                font-size: 15px;
                color: #fcfcfd;
                letter-spacing: 0.5px;
                text-transform: uppercase;
            }

            div#wrapper div#container > header #menu div.menu-item-cart:hover a, div#wrapper div#container > header #menu div.menu-item-cart:hover span, div#wrapper div#container > header #menu div.menu-item-flag:hover a, div#wrapper div#container > header #menu div.menu-item-flag:hover span {
                color: #8c8b8b;
            }

        div#wrapper div#container > header #menu div.menu-item-cart {
            padding: 0;
            text-align: center;
            padding: 0 10px;
            position: relative;
        }

            div#wrapper div#container > header #menu div.menu-item-cart.menu-item-cart-active a, div#wrapper div#container > header #menu div.menu-item-cart.menu-item-cart-active span {
                color: #8c8b8b !important;
            }

            div#wrapper div#container > header #menu div.menu-item-cart.menu-item-cart-active:before {
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -9px;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #fff;
                content: '';
            }

            div#wrapper div#container > header #menu div.menu-item-cart a {
                position: relative;
                padding: 0 0 0 19px;
            }

                div#wrapper div#container > header #menu div.menu-item-cart a:before {
                    display: inline-block;
                    font-family: 'icomoon';
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    -webkit-font-smoothing: antialiased;
                    content: "\e600";
                    font-size: 15px;
                    margin-right: 5px;
                    opacity: 1;
                    position: absolute;
                    left: 0;
                    top: 1px;
                    line-height: 1;
                }

        div#wrapper div#container > header #menu div.menu-item-flag {
            height: 100%;
            padding: 0 15px;
        }

            div#wrapper div#container > header #menu div.menu-item-flag a {
                line-height: 48px;
                display: block;
                text-align: center;
            }

                div#wrapper div#container > header #menu div.menu-item-flag a img {
                    vertical-align: middle;
                    display: inline-block;
                    margin: 0 0 4px 0;
                }

        div#wrapper div#container > header #menu div.menu-item-cart .menu-cart-total {
            display: inline;
            font-size: 14px;
            color: #fcfcfd;
        }

            div#wrapper div#container > header #menu div.menu-item-cart .menu-cart-total span {
                padding: 0px;
            }

        div#wrapper div#container > header #menu div.menu-item-cart-full .menu-cart-total {
            color: #fcfcfd;
        }

        div#wrapper div#container > header #menu div.menu-item-search {
            display: inline-block;
            cursor: pointer;
            height: 48px;
            width: 46px;
        }

            div#wrapper div#container > header #menu div.menu-item-search.menu-item-search-active a {
                color: #8c8b8b !important;
            }

            div#wrapper div#container > header #menu div.menu-item-search form {
                display: none;
                z-index: 10;
                position: relative;
                height: 100%;
            }

                div#wrapper div#container > header #menu div.menu-item-search form input[type="text"] {
                    width: 0px;
                    height: 20px;
                    padding: 5px 15px 5px 15px;
                    position: relative;
                    border-radius: 12px;
                    top: 9px;
                    right: 24px;
                    background: #fff;
                }

                div#wrapper div#container > header #menu div.menu-item-search form input[type="submit"] {
                    display: block;
                    width: 0px;
                    height: 0px;
                    border: none !important;
                    text-indent: -2000px;
                    overflow: hidden;
                    position: absolute;
                    top: 9px;
                    right: 0px;
                    background: transparent;
                }

            div#wrapper div#container > header #menu div.menu-item-search a.menu-item-search-trigger {
                display: block;
                z-index: 15;
                line-height: 48px;
                overflow: hidden;
                position: absolute;
                font-size: 15px;
                color: #fff;
                padding: 0 15px;
            }

                div#wrapper div#container > header #menu div.menu-item-search a.menu-item-search-trigger:after {
                    font-family: 'icomoon';
                    content: "\e601";
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                div#wrapper div#container > header #menu div.menu-item-search a.menu-item-search-trigger:hover, div#wrapper div#container > header #menu div.menu-item-search a.menu-item-search-trigger:hover:after {
                    color: #8c8b8b;
                }

        div#wrapper div#container > header #menu #partner-logos {
            display: inline-block;
            height: 48px;
            vertical-align: top;
            padding: 0 0 0 20px;
        }

            div#wrapper div#container > header #menu #partner-logos a {
                height: 100%;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% auto;
                text-indent: -20000px;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                backface-visibility: hidden;
            }

                div#wrapper div#container > header #menu #partner-logos a:first-child {
                    margin-right: 18px;
                }

                div#wrapper div#container > header #menu #partner-logos a.ac {
                    width: 77px;
                    background-image: url("../images/custom/logo-ac.png");
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    -o-backface-visibility: hidden;
                    backface-visibility: hidden;
                }

                div#wrapper div#container > header #menu #partner-logos a.oracle {
                    width: 50px;
                    background-image: url("../images/custom/logo-oracle.png");
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    -o-backface-visibility: hidden;
                    backface-visibility: hidden;
                }

                div#wrapper div#container > header #menu #partner-logos a:hover {
                    opacity: 0.7;
                }

    div#wrapper div#container > header .search-field {
        position: absolute;
        top: 48px;
        left: 50%;
        width: 250px;
        height: 0;
        overflow: hidden;
        padding: 0 10px;
        margin: 0 0 0 10px;
        background: rgba(0,0,0,0.75);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        div#wrapper div#container > header .search-field.search-field-active {
            max-height: 50px;
            opacity: 1;
            padding-top: 50px;
        }

        div#wrapper div#container > header .search-field input[type="text"] {
            width: 100%;
            height: 30px;
            padding: 5px;
            position: relative;
            top: -40px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div#wrapper div#container > header .search-field input[type="submit"] {
            display: none;
            top: 1px;
            right: 0px;
            z-index: 15;
            line-height: 47px;
            overflow: hidden;
            position: absolute;
            font-size: 14px;
            color: #d7d7d7;
            padding: 0 18px 0 16px;
        }

            div#wrapper div#container > header .search-field input[type="submit"]:after {
                font-family: 'icomoon';
                content: "\e601";
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                -webkit-font-smoothing: antialiased;
            }

div#wrapper div#container>header #drawer{
	display:block;
	position:absolute;
	z-index:-10;
	top:48px;
	left:50%;
	max-height:0;
	overflow:hidden;
	background-color:#fcfcfc;
	padding:0;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-box-shadow:inset 1px -1px 0px 0px #e7e7e7,inset -1px 0 0px 0px #e7e7e7;
	-moz-box-shadow:inset 1px -1px 0px 0px #e7e7e7,inset -1px 0 0px 0px #e7e7e7;
	box-shadow:inset 1px -1px 0px 0px #e7e7e7,inset -1px 0 0px 0px #e7e7e7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out
}

div#wrapper div#container>header #drawer.drawer-active{
	max-height:350px
}

div#wrapper div#container>header #drawer.sub-categories-5,div#wrapper div#container>header #drawer.sub-categories-6{
	width:990px
}

div#wrapper div#container>header #drawer.sub-categories-1,div#wrapper div#container>header #drawer.sub-categories-2,div#wrapper div#container>header #drawer.sub-categories-3,div#wrapper div#container>header #drawer.sub-categories-4{
	width:825px
}

div#wrapper div#container>header #drawer.sub-categories-1 .drawer-top .drawer-column:first-child,div#wrapper div#container>header #drawer.sub-categories-2 .drawer-top .drawer-column:first-child,div#wrapper div#container>header #drawer.sub-categories-3 .drawer-top .drawer-column:first-child,div#wrapper div#container>header #drawer.sub-categories-4 .drawer-top .drawer-column:first-child,div#wrapper div#container>header #drawer.sub-categories-5 .drawer-top .drawer-column:first-child{
	margin-left:165px !important
}

div#wrapper div#container>header #drawer.sub-categories-1 .drawer-middle .drawer-title,div#wrapper div#container>header #drawer.sub-categories-2 .drawer-middle .drawer-title,div#wrapper div#container>header #drawer.sub-categories-3 .drawer-middle .drawer-title,div#wrapper div#container>header #drawer.sub-categories-4 .drawer-middle .drawer-title,div#wrapper div#container>header #drawer.sub-categories-5 .drawer-middle .drawer-title{
	width:165px
}

div#wrapper div#container>header #drawer.sub-categories-1 .drawer-column,div#wrapper div#container>header #drawer.sub-categories-2 .drawer-column,div#wrapper div#container>header #drawer.sub-categories-3 .drawer-column,div#wrapper div#container>header #drawer.sub-categories-4 .drawer-column,div#wrapper div#container>header #drawer.sub-categories-5 .drawer-column{
	width:165px
}

div#wrapper div#container>header #drawer.sub-categories-6 .drawer-top .drawer-column:first-child{
	margin-left:141px !important
}

div#wrapper div#container>header #drawer.sub-categories-6 .drawer-middle .drawer-title{
	width:141px
}

div#wrapper div#container>header #drawer.sub-categories-6 .drawer-column{
	width:141px
}

div#wrapper div#container>header #drawer .drawer-top{
	background-color:#fff;
	display:block;
	padding:20px 0px 0px;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:inset 1px 0 0px 0px #e7e7e7,inset -1px 0 0px 0px #e7e7e7;
	-moz-box-shadow:inset 1px 0 0px 0px #e7e7e7,inset -1px 0 0px 0px #e7e7e7;
	box-shadow:inset 1px 0 0px 0px #e7e7e7,inset -1px 0 0px 0px #e7e7e7
}

div#wrapper div#container>header #drawer .drawer-top>span{
	color:#000;
	display:block;
	font-size:0.8em;
	left:17px;
	line-height:1.3;
	position:absolute;
	text-align:left;
	text-transform:uppercase;
	top:120px;
	width:140px
}

div#wrapper div#container>header #drawer .drawer-middle{
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid #e7e7e7
}

div#wrapper div#container>header #drawer .drawer-middle .drawer-column{
	padding-top:8px
}

div#wrapper div#container>header #drawer .drawer-middle .drawer-title{
	text-transform:uppercase;
	border-right:1px solid #e7e7e7;
	min-height:116px
}

div#wrapper div#container>header #drawer .drawer-middle .drawer-title h2{
	padding:0
}

div#wrapper div#container>header #drawer .drawer-middle .drawer-title a{
	position:absolute;
	bottom:17px
}

div#wrapper div#container>header #drawer .drawer-bottom{
	background-color:#fcfcfc;
	display:block
}

div#wrapper div#container>header #drawer a{
	font-size:10px;
	color:#333;
	text-decoration:none;
	line-height:11px;
	overflow:hidden
}

div#wrapper div#container>header #drawer .drawer-column{
	position:relative;
	padding:0 10px;
	margin:0 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-image,div#wrapper div#container>header #drawer .drawer-column .drawer-category-image a{
	height:108px;
	display:block
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-image a img{
	height:100%;
	margin:0 -37px
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-title{
	display:block;
	height:45px;
	overflow:hidden
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-title h3{
	padding:5px 10px 10px
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-list{
	display:block
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-list li{
	list-style-type:none;
	display:block;
	padding:0px 0px;
	position:relative
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-list li:hover:after{
	background:url("../images/custom/assets.png") no-repeat -310px -492px;
	content:".";
	display:block;
	text-indent:-2000px;
	overflow:hidden;
	position:absolute;
	top:5px;
	left:-4px;
	width:10px;
	height:10px
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-list li a{
	color:#606060;
	padding:5px 10px 0;
	display:block
}

div#wrapper div#container>header #drawer .drawer-column .drawer-category-list li:hover a{
	color:#303030
}

div#wrapper div#container>header #drawer #drawer-container>div:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden
}

div#wrapper div#container>header #drawer #drawer-close-btn{
	background:url("../images/custom/assets.png") no-repeat -888px -31px;
	display:block;
	width:120px;
	height:24px;
	text-indent:-2000px;
	overflow:hidden;
	margin:0px -60px;
	clear:both;
	cursor:pointer;
	position:absolute;
	left:50%
}



    div#wrapper div#container > header #cart {
        background: #fcfcfc;
        width: 279px;
        height: 0;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 48px;
        z-index: -3;
        padding: 0px 10px;
        margin: 0 0 0 -36px;
        -webkit-transition: padding 0.3s ease-in-out;
        -moz-transition: padding 0.3s ease-in-out;
        -o-transition: padding 0.3s ease-in-out;
        transition: padding 0.3s ease-in-out;
    }

        div#wrapper div#container > header #cart.cart-active {
            padding-top: 286px;
        }

    div#wrapper div#container > header #join {
        background: url("../images/join.png") no-repeat 0px bottom;
        width: 559px;
        height: 410px;
        position: absolute;
        right: -5px;
        top: -500px;
        z-index: 20;
        padding: 0px 10px 0px 10px;
    }




div#wrapper div#container > .newsletter-fallout {
    position: fixed;
    z-index: 10000;
    right: 0;
    top: 50%;
    margin: -120px 0 0;
    width: 340px;
    height: 210px;
    background: rgba(0,0,0,0.75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

    div#wrapper div#container > .newsletter-fallout.newsletter-closed {
        right: -305px !important;
    }

    div#wrapper div#container > .newsletter-fallout .newsletter-btn {
        height: 35px;
        width: 210px;
        position: absolute;
        left: 35px;
        bottom: 0;
        background-color: #000;
        text-align: center;
        padding: 9px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        color: #fff;
        font-size: 14px;
    }

    div#wrapper div#container > .newsletter-fallout .newsletter-content {
        width: 100%;
        height: 100%;
        padding: 20px 20px 0 55px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    div#wrapper div#container > .newsletter-fallout .success {
        display: none;
    }

    div#wrapper div#container > .newsletter-fallout p {
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

        div#wrapper div#container > .newsletter-fallout p.large {
            font-family: 'DIN-Light', sans-serif;
        }

        div#wrapper div#container > .newsletter-fallout p span {
            font-size: 10px;
            margin: 0 5px;
        }

    div#wrapper div#container > .newsletter-fallout a {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

        div#wrapper div#container > .newsletter-fallout a:hover {
            color: rgba(255,255,255,0.8);
        }

    div#wrapper div#container > .newsletter-fallout .small {
        font-family: 'DIN-Light', sans-serif;
        line-height: 20px;;
    }

    div#wrapper div#container > .newsletter-fallout form label {
        display: none;
    }

    div#wrapper div#container > .newsletter-fallout input {
        display: block;
        height: 30px;
        font-size: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        font-family: 'DIN-Light', sans-serif;
        letter-spacing: -1px;
        font-family: Helvetica, sans-serif; 
        color: #606060;
    }

        div#wrapper div#container > .newsletter-fallout input[type=text] {
            width: 100%;
            margin-bottom: 15px;
            padding: 0 0 0 15px;
            text-transform: uppercase;
        }

        div#wrapper div#container > .newsletter-fallout input[type=submit] {
            width: auto;
            padding: 0 15px;
            color: #fff;
            background-color: #000;
            cursor: pointer;
        }

            div#wrapper div#container > .newsletter-fallout input[type=submit]:hover {
                color: rgba(255,255,255,0.8);
            }

.subcat-container {
    display: none;
}

div#main {
    position: relative;
}

    div#main div#page div#content {
        background: #666;
        min-height: 600px;
    }

div#wrapper div#container > footer {
    background: #FFF;
    display: block;
    position: relative;
    width: 100%;
    height: 246px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 -3px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 -3px 10px rgba(0,0,0,0.15);
    z-index: 5577;
}

    div#wrapper div#container > footer .footer-container {
        width: 1020px;
        margin: 0px auto;
        padding: 30px 0px;
    }

        div#wrapper div#container > footer .footer-container h3 {
            text-transform: uppercase;
            padding: 0px 0px 10px 0px;
            color: #606060;
        }

        div#wrapper div#container > footer .footer-container ul li {
            list-style-type: none;
        }

            div#wrapper div#container > footer .footer-container ul li a {
                font-size: 12px;
                color: #606060;
                text-decoration: none;
            }

                div#wrapper div#container > footer .footer-container ul li a img {
                    padding: 0px 0px;
                }

        div#wrapper div#container > footer .footer-container p {
            font-size: 12px;
            color: #606060;
        }

        div#wrapper div#container > footer .footer-container form {
            font-size: 12px;
            color: #606060;
            display: block;
            width: 168px;
            height: 30px;
            margin: 20px 0px;
        }

            div#wrapper div#container > footer .footer-container form #mc_message span, div#wrapper div#container > footer .footer-container form #mc_message strong {
                font-size: 10px;
            }

            div#wrapper div#container > footer .footer-container form label {
                display: none;
            }

            div#wrapper div#container > footer .footer-container form input[type=text] {
                background: url("../images/custom/footer-input.jpg") no-repeat 0px 0px;
                width: 100%;
                height: 30px;
                display: block;
                border: none;
                padding: 0px 10px;
            }

            div#wrapper div#container > footer .footer-container form input[type=submit] {
                width: 115px;
                height: 23px;
                display: block;
                color: #000;
                background: url("../images/custom/btn-newsletter.png");
                float: right;
                cursor: pointer;
                margin-top: 0;
            }

                div#wrapper div#container > footer .footer-container form input[type=submit]:hover {
                    background-position: 0 24px;
                }

        div#wrapper div#container > footer .footer-container .footer-column-1 {
            width: 160px;
            height: 180px;
            padding-right: 20px;
            border-right: 1px solid #eaeaea;
        }

        div#wrapper div#container > footer .footer-container .footer-column-2 {
            width: 140px;
            height: 180px;
            padding-right: 20px;
            border-right: 1px solid #eaeaea;
        }

        div#wrapper div#container > footer .footer-container .footer-column-3 {
            width: 160px;
            height: 180px;
            padding-right: 20px;
            border-right: 1px solid #eaeaea;
        }

        div#wrapper div#container > footer .footer-container .footer-column-4 {
            width: 160px;
            height: 180px;
            padding-right: 20px;
            border-right: 1px solid #eaeaea;
        }

        div#wrapper div#container > footer .footer-container .footer-column-5 {
            width: 180px;
            height: 180px;
        }

    div#wrapper div#container > footer .vert-nav {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

        div#wrapper div#container > footer .vert-nav .vert-nav-footer {
            background: url("../images/custom/assets.png") no-repeat -338px -471px;
            display: block;
            width: 30px;
            height: 50px;
            cursor: pointer;
            margin: 0px 10px;
        }

    div#wrapper div#container > footer:after {
        background: url("../images/custom/border-shadow.png") repeat-x 0px 0px;
        content: ".";
        display: block;
        height: 10px;
        width: 100%;
        text-indent: -2000px;
        clear: both;
        overflow: hidden;
        position: absolute;
        top: -10px;
        left: 0px;
        z-index: 5577;
    }

    div#wrapper div#container > footer .footer-container:after {
        content: '';
        display: block;
        clear: both;
    }

body.shop-footer div#container > footer .vert-nav {
    display: none !important;
}

div#inline-container {
    display: none;
}

.bg {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .bg img {
        position: absolute;
        left: 50%;
    }

.scroll-btn {
    background: url("../images/custom/assets.png") no-repeat -840px -470px;
    display: block;
    width: 62px;
    height: 50px;
    text-indent: -2000px;
    overflow: hidden;
    margin: 0px -30px;
    clear: both;
    position: absolute;
    top: 500px;
    left: 50%;
    z-index: 7777;
}

.loading {
    background: url("../images/custom/SR-preloader2.gif") no-repeat 50% 50% #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -2000px;
    overflow: hiddden;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.breadcrumb + .section-standard, .breadcrumb + .section-template-columns {
    padding: 60px 0px 0px 0px;
}

    .breadcrumb + .section-standard .store-container {
        padding: 44px 0 30px;
    }

.section {
    position: relative;
    display: block;
    overflow: hidden;
}

.section-shadow-large:after {
    background: url("../images/custom/border-shadow.png") repeat-x 0px -10px;
    content: ".";
    display: block;
    height: 10px;
    width: 100%;
    text-indent: -2000px;
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5566;
}

.section-shadow-small:after {
    background: url("../images/custom/border-shadow-small.png") no-repeat 50% 0px;
    content: ".";
    display: block;
    height: 30px;
    width: 100%;
    text-indent: -2000px;
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5566;
}

.section-map:before {
    background: url("../images/custom/border-shadow.png") repeat-x 0px 0px;
    content: ".";
    display: block;
    height: 10px;
    width: 100%;
    text-indent: -2000px;
    clear: both;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5566;
}

.section-quote {
    text-align: center;
    display: block;
    padding: 0px;
}

.breadcrumb {
    width: 875px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin: 0px 0px 0px -438px;
    height: 20px;
    z-index: 5588;
}

    .breadcrumb a {
        text-decoration: none;
        color: #111;
    }

.vert-nav {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
}

    .vert-nav .vert-nav-up {
        background: url("../images/custom/assets.png") no-repeat -383px -471px;
        display: block;
        width: 20px;
        height: 20px;
        text-indent: -2000px;
        overflow: hidden;
        margin: 0px 15px;
        clear: both;
        cursor: pointer;
    }

    .vert-nav .vert-nav-page {
        display: block;
        width: 50px;
        height: 10px;
        text-align: center;
        color: #FFF;
        font-family: 'DIN-Bold', Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif !important;
        letter-spacing: 0px;
        margin: -3px 0px 3px 0px;
        font-size: 13px !important;
        line-height: 15px;
        text-shadow: 1.5px 1.5px 2px rgba(0,0,0,0.75);
        opacity: 0.75;
        font-weight: 100;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
    }

    .vert-nav .vert-nav-down {
        background: url("../images/custom/assets.png") no-repeat -383px -502px;
        display: block;
        width: 20px;
        height: 20px;
        text-indent: -2000px;
        overflow: hidden;
        margin: 0px 15px;
        clear: both;
        cursor: pointer;
    }

.image-container {
    width: 990px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

    .image-container img {
        width: 990px;
        height: auto;
    }

.video-container {
    width: 990px;
    margin: 0px auto;
    padding: 0px;
    height: 557px;
    position: relative;
}

    .video-container iframe, .video-container object, .video-container video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

.video {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    height: 0;
    padding: 0px 0px 56.25% 0px;
    position: relative;
}

    .video iframe, .video object, .video video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

.section-campaign {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.hotspot-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .hotspot-wrapper img {
        width: 100%;
        height: auto;
    }

    .hotspot-wrapper .preloader {
        width: 100px;
        height: 100px;
        position: relative;
        top: 50%;
        left: 50%;
        margin: -50px 0 0 -50px;
    }

    .hotspot-wrapper .hotspot-inner {
        display: none;
    }

        .hotspot-wrapper .hotspot-inner .hotspot {
            position: absolute;
            top: 221px;
            left: 50%;
            margin: 0 0 0 69px;
            width: 140px;
            height: 140px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

            .hotspot-wrapper .hotspot-inner .hotspot:after {
                content: '';
                position: absolute;
                clear: both;
            }

            .hotspot-wrapper .hotspot-inner .hotspot span {
                color: #ff5a00;
                font-size: 158px;
                line-height: 103px;
            }

.infinite-slider {
    position: relative;
    height: 100%;
    width: auto;
    background: #000;
}

    .infinite-slider > div {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: auto;
        z-index: 50;
    }

.infinite-slides {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .infinite-slides li {
        padding: 0;
        margin: 0;
        list-style: none;
        float: left;
        display: block;
        position: relative;
        height: 100% !important;
        width: auto !important;
    }

        .infinite-slides li a, .infinite-slides li a img {
            border: none;
            display: block;
            height: 100%;
            width: auto;
        }

.infinite-slider > div.infinite-scroll-pause {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 55;
    background: url("../images/custom/ie-transparent.png") repeat 50% 50%;
}

.infinite-slider > div.infinite-scroll-forward {
    background: url("../images/custom/assets.png") no-repeat 0px 0px;
    background-position: -238px -380px;
    right: 20px;
    width: 62px;
    height: 82px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -999em;
    z-index: 60;
}

.infinite-slider > div.infinite-scroll-backward {
    background: url("../images/custom/assets.png") no-repeat 0px 0px;
    background-position: -178px -380px;
    left: 20px;
    width: 62px;
    height: 82px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -999em;
    z-index: 60;
}

.infinite-slider > div.infinite-scroll-forward:hover {
    background-position: -370px -380px;
    right: 20px;
}

.infinite-slider > div.infinite-scroll-backward:hover {
    background-position: -310px -380px;
    left: 20px;
}

.infinite-slider > div.infinite-scroll-forward:active {
    background-position: -500px -380px;
    right: 20px;
}

.infinite-slider > div.infinite-scroll-backward:active {
    background-position: -440px -380px;
    left: 20px;
}

.page-container {
    width: 990px;
    margin: 0px auto;
    padding: 40px 0px;
    position: relative;
}

    .page-container img {
        width: 990px;
        height: auto;
    }

    .page-container p {
        padding: 5px 0px 10px 0px;
    }

    .page-container .title {
        border-bottom: 1px solid #999999;
        padding: 20px 0px 10px 0px;
        display: block;
        margin: 0px 10px -10px 10px;
        color: #606060;
        font-size: 21px;
    }

    .page-container .pagetitle {
        padding: 20px 0px 0px 0px;
        display: block;
        margin: 0px 10px -10px 10px;
        color: #606060;
        font-size: 26px;
        text-align: left;
    }

    .page-container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

    .page-container .page-column {
        float: left;
        display: block;
        width: 370px;
        padding-left: 75px;
    }

    .page-container .page-column-second {
        width: 370px;
        padding-left: 100px;
    }

    .page-container .page-column-full {
        width: 840px;
    }

    .page-container h1 {
        font-family: 'DIN-Bold';
        font-size: 112px;
        line-height: 110px;
        font-weight: 100;
        text-align: center;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
        text-transform: uppercase;
        letter-spacing: -0.05em;
    }

        .page-container h1 strong, .page-container h1 b {
            font-family: 'DIN-Bold';
            font-style: normal;
            font-weight: normal;
        }

        .page-container h1 italic, .page-container h1 i, .page-container h1 em {
            font-family: 'DIN-Light';
            font-style: normal;
        }

    .page-container h2 {
        font-family: 'DIN-Regular';
        font-size: 83px;
        line-height: 83px;
        font-weight: 100;
        text-align: center;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
    }

        .page-container h2 strong, .page-container h2 b {
            font-family: 'DIN-Bold';
            font-style: normal;
            font-weight: normal;
        }

        .page-container h2 italic, .page-container h2 i, .page-container h2 em {
            font-family: 'DIN-Light';
            font-style: normal;
        }

    .page-container h3 {
        font-family: 'DIN-Regular';
        font-size: 63px;
        line-height: 63px;
        font-weight: 100;
        text-align: center;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
    }

        .page-container h3 strong, .page-container h3 b {
            font-family: 'DIN-Bold';
            font-style: normal;
            font-weight: normal;
        }

        .page-container h3 italic, .page-container h3 i, .page-container h3 em {
            font-family: 'DIN-Light';
            font-style: normal;
        }

    .page-container h4 {
        font-family: 'DIN-Regular';
        font-size: 38px;
        line-height: 42px;
        font-weight: 100;
        text-align: center;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
    }

        .page-container h4 strong, .page-container h4 b {
            font-family: 'DIN-Bold';
            font-style: normal;
            font-weight: normal;
        }

        .page-container h4 italic, .page-container h4 i, .page-container h4 em {
            font-family: 'DIN-Light';
            font-style: normal;
        }

    .page-container h5 {
        font-family: 'DIN-Regular';
        font-size: 24px;
        line-height: 26px;
        font-weight: 100;
        text-align: center;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
    }

        .page-container h5 strong, .page-container h5 b {
            font-family: 'DIN-Bold';
            font-style: normal;
            font-weight: normal;
        }

        .page-container h5 italic, .page-container h5 i, .page-container h5 em {
            font-family: 'DIN-Light';
            font-style: normal;
        }

    .page-container h6 {
        font-family: 'DIN-Bold';
        font-size: 13px;
        line-height: 15px;
        font-weight: 100;
        text-align: center;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
    }

        .page-container h6 strong, .page-container h6 b {
            font-family: 'DIN-Bold';
            font-style: normal;
            font-weight: normal;
        }

        .page-container h6 italic, .page-container h6 i, .page-container h6 em {
            font-family: 'DIN-Light';
            font-style: normal;
        }

    .page-container p {
        font-family: 'Geneva CY', Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
        font-size: 12.5px;
        line-height: 20px;
        font-weight: normal;
    }

    .page-container blockquote {
        font-family: 'DIN-Regular', Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
        font-size: 20px;
        line-height: 20px;
        font-weight: 100;
        color: #303030;
        margin: 0;
        padding: 20px 0px;
        -webkit-font-smoothing: subpixel-antialiased;
        text-rendering: optimizeLegibility;
        display: inline;
    }

        .page-container blockquote:before, .page-container q:before {
            content: '"';
            display: inline;
        }

        .page-container blockquote:after, .page-container q:after {
            content: '"';
            position: absolute;
            display: inline;
        }

.team-container {
    width: 1020px;
    margin: 0px auto;
    display: block;
    position: relative;
    padding: 30px 0px;
}

    .team-container .column {
        margin: 15px 10px;
        position: relative;
    }

    .team-container .grid-small {
        width: 320px;
        height: 240px;
    }

        .team-container .grid-small a {
            color: #999999;
            text-decoration: none;
            padding: 5px;
            display: block;
            text-align: center;
        }

    .team-container .grid-large {
        width: 1000px;
        margin: 15px 10px;
    }

        .team-container .grid-large a {
            color: #999999;
            text-decoration: none;
            padding: 5px;
            display: block;
            text-align: center;
        }

    .team-container div a img {
        width: 100%;
        height: auto;
    }

    .team-container .title {
        border-bottom: 1px solid #999999;
        padding: 20px 0px 0px 0px;
        display: block;
        margin: 0px 15px -10px 15px;
        color: #606060;
        font-size: 21px;
    }

    .team-container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

.related-container {
    width: 1020px;
    margin: 0px auto;
    display: block;
    position: relative;
    padding: 30px 0px;
}

    .related-container .column {
        margin: 15px 10px;
        position: relative;
    }

    .related-container .grid-small {
        width: 320px;
    }

        .related-container .grid-small a {
            color: #999999;
            text-decoration: none;
            padding: 5px;
            display: block;
            text-align: center;
        }

    .related-container .grid-large {
        width: 1000px;
        margin: 15px 10px;
    }

        .related-container .grid-large a {
            color: #999999;
            text-decoration: none;
            padding: 5px;
            display: block;
            text-align: center;
        }

    .related-container div a img {
        width: 100%;
        height: auto;
    }

    .related-container .title {
        border-bottom: 1px solid #999999;
        padding: 20px 0px 0px 0px;
        display: block;
        margin: 0px 15px -10px 15px;
        color: #606060;
        font-size: 21px;
    }

    .related-container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

.stories-container {
    width: 990px;
    margin: 0px auto;
    display: block;
    position: relative;
    padding: 30px 0px;
}

    .stories-container .stories-list-item {
        display: block;
        clear: both;
        float: none;
        padding: 20px 0px;
        width: 760px;
    }

        .stories-container .stories-list-item img {
            float: left;
            margin: 0px 30px 20px 0px;
            width: 240px;
            height: 154px;
            display: block;
        }

.store-container {
    width: 1020px;
    margin: 0px auto;
    display: block;
    position: relative;
    padding: 30px 0px;
}

    .store-container .title {
        border-bottom: 1px solid #999999;
        padding: 20px 0px 0px 0px;
        display: block;
        margin: 0 15px 5px;
        color: #606060;
        font-size: 19px;
    }

.store-concept-image {
    float: left;
    width: 480px;
    padding: 15px;
}

.store-concept-content {
    display: block;
    width: 480px;
    position: relative;
    padding: 15px;
    float: right;
}

.store-list-featured {
    width: 510px;
    margin: 5px -30px 10px 5px;
    display: block;
    float: left;
}

    .store-list-featured .store-list {
        width: 232px;
        height: 145px;
    }

        .store-list-featured .store-list .store-list-title h3 {
            font-size: 20px;
        }

        .store-list-featured .store-list a {
            text-transform: uppercase;
            color: #666;
            text-decoration: underline;
        }

.store-shopinshop-content {
    display: block;
    width: 990px;
    position: relative;
    padding: 15px;
}

.store-list-container {
    width: 1010px;
    margin: 0px auto;
    display: block;
    position: relative;
    padding: 30px 0px;
    clear: both;
    float: none;
}

    .store-list-container .grid-small {
        width: 232px;
        padding: 0px 0px 30px 0px;
    }

    .store-list-container .grid-large {
        width: 316px;
        padding: 0px 0px 30px 0px;
    }

    .store-list-container .store-list {
        display: block;
        position: relative;
    }

        .store-list-container .store-list a {
            text-transform: uppercase;
            color: #666;
            text-decoration: underline;
        }

        .store-list-container .store-list .store-list-thumb {
            width: 235px;
            height: 145px;
            background: #CCC;
            display: block;
            position: relative;
            margin: 0px 0px 10px 0px;
        }

        .store-list-container .store-list .store-list-title h3 {
            font-size: 20px;
        }

    .store-list-container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

.section-store-concept .grid-small {
    height: 120px;
}

.section-store-shopinshop .grid-small {
    height: 280px;
}

.product-container {
    width: 1010px;
    margin: 0px auto;
    padding: 80px 0px 200px 0px;
    position: relative;
}

    .product-container .title {
        border-bottom: 1px solid #999999;
        padding: 20px 0px 0px 0px;
        display: block;
        margin: 0px 10px -10px 10px;
        color: #606060;
        font-size: 21px;
    }

    .product-container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

    .product-container .product-intro {
        text-align: center;
        padding: 20px 0px 50px 0px;
        width: 640px;
        margin: 0px auto;
        display: block;
    }

        .product-container .product-intro h1 {
            font-size: 46px;
            line-height: 46px;
        }

        .product-container .product-intro p {
            font-size: 1.0em;
            line-height: 1.6em;
        }

    .product-container.product-matches {
        padding: 40px 0px;
    }

        .product-container.product-matches .title {
            border-bottom: 1px solid #d0d0d0;
        }

    .product-container.product-poster {
        padding: 0px 0px 40px 0px;
    }

        .product-container.product-poster .product-poster-image {
            width: 990px;
            margin: 0px auto;
        }

            .product-container.product-poster .product-poster-image img {
                width: 990px;
                height: auto;
            }

.product {
    display: block;
    width: 198px;
    height: 350px;
    float: left;
    margin: 0px 0px;
    position: relative;
    z-index: 6666;
}

    .product .product-image {
        position: absolute;
        top: 20px;
        left: 10px;
        display: block;
        width: 180px;
        height: 240px;
        text-align: center;
        overflow: hidden;
    }

        .product .product-image img {
            width: 384px;
            height: 240px;
            margin: 0px -102px;
        }

    .product .product-title {
        position: absolute;
        top: 270px;
        left: 10px;
        display: block;
        width: 198px;
        height: 40px;
        border-top: 1px solid #d0d0d0;
        padding: 15px 0px 0px 0px;
        text-transform: uppercase;
        font-size: 10.5px;
    }

        .product .product-title h3 {
            font-size: 0.95em;
            font-weight: bold;
            padding: 0px;
        }

        .product .product-title h4 {
            font-size: 0.95em;
            padding: 0px;
        }

    .product .product-content {
        display: block;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: -10px;
        filter: alpha(opacity=0);
    }

        .product .product-content .product-content-top {
            background: url("../images/custom/product-top.png") no-repeat 0px 0px;
            display: block;
            width: 225px;
            height: 15px;
        }

        .product .product-content .product-content-middle {
            background: url("../images/custom/product-middle.png") repeat-y 0px 0px;
            display: block;
            width: 185px;
            min-height: 90px;
            padding: 230px 20px 0px 20px;
        }

            .product .product-content .product-content-middle .product-details {
                padding: 5px 13px 0px 15px;
                margin: 0px -13px 0px -15px;
                border-bottom: 1px solid #d0d0d0;
            }

                .product .product-content .product-content-middle .product-details a.product-details-btn {
                    background: url("../images/custom/assets.png") no-repeat -609px -33px;
                    display: block;
                    width: 90px;
                    height: 20px;
                    text-indent: -2000px;
                    overflow: hidden;
                    margin: 0px auto;
                }

                    .product .product-content .product-content-middle .product-details a.product-details-btn:hover {
                        background-position: -702px -33px;
                    }

                    .product .product-content .product-content-middle .product-details a.product-details-btn:active {
                        background-position: -795px -33px;
                    }

            .product .product-content .product-content-middle .product-options form {
                display: block;
                padding: 70px 0px 0px 0px;
            }

            .product .product-content .product-content-middle .product-options h4 {
                padding: 0px 0px 10px 0px;
                color: #606060;
                font-size: 12px;
            }

            .product .product-content .product-content-middle .product-options form:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
                overflow: hidden;
            }

            .product .product-content .product-content-middle .product-options .product-addcart-btn {
                background: url("../images/custom/assets.png") no-repeat -4px -46px;
                display: block;
                width: 185px;
                height: 34px;
                text-indent: -2000px;
                text-transform: capitalize;
                overflow: hidden;
                margin: 0px -3px;
                clear: both;
                cursor: pointer;
            }

                .product .product-content .product-content-middle .product-options .product-addcart-btn:hover {
                    background-position: -208px -46px;
                }

                .product .product-content .product-content-middle .product-options .product-addcart-btn:active {
                    background-position: -414px -46px;
                }

                .product .product-content .product-content-middle .product-options .product-addcart-btn.submit-disabled {
                    background-position: -4px -6px;
                }

                    .product .product-content .product-content-middle .product-options .product-addcart-btn.submit-disabled:hover {
                        background-position: -208px -6px;
                    }

                    .product .product-content .product-content-middle .product-options .product-addcart-btn.submit-disabled:active {
                        background-position: -414px -6px;
                    }

        .product .product-content .product-content-bottom {
            background: url("../images/custom/product-bottom.png") no-repeat 0px 0px;
            display: block;
            width: 225px;
            height: 30px;
        }

.product-status {
    font-size: 0.95em;
}

.product-status-not-ok {
    color: #b54545 !important;
}

.product-status-ok {
    color: green;
}

.product:hover {
    z-index: 7777;
}

    .product:hover .product-title {
        color: #000;
    }

    .product:hover .product-content {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

html.ie7 .product:hover .product-content {
    filter: alpha(opacity=0);
}

.product-quickadd .product-quickadd-options .product-addcart-btn, .product-info-options .product-addcart-btn {
    background: url("../images/custom/assets.png") no-repeat 0px 0px;
}

#cart-country {
    top: -382px;
    position: relative;
    display: none;
    height: 20px;
    color: #606060;
    font-size: 10px;
    border-bottom: 1px dotted #CCC;
    text-align: center;
    padding: 58px 10px 2px 10px;
    text-transform: uppercase;
}

#cart-currency {
    display: none;
    height: 20px;
    color: #606060;
    font-size: 12px;
    text-align: left;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
}

    #cart-currency a {
        color: #606060;
        font-size: 12px;
        text-decoration: none;
    }

    #cart-currency ul li.current-currency a {
        font-weight: bold;
    }

#cart-product-container {
    top: -293px;
    position: relative;
    height: 190px;
    overflow: hidden;
}

.cart-product {
    display: block;
    position: relative;
    height: 55px;
    width: 100%;
    list-style-type: none;
    border-bottom: 1px dotted #CCC;
    font-size: 10.5px;
}

    .cart-product .cart-product-image {
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        width: 40px;
        height: 40px;
        overflow: hidden;
        text-align: center;
    }

        .cart-product .cart-product-image img {
            width: auto;
            height: 100%;
        }

    .cart-product .cart-product-title {
        display: block;
        position: absolute;
        top: 10px;
        left: 55px;
        font-weight: bold;
        color: #303030;
        text-transform: uppercase;
    }

    .cart-product .cart-product-price {
        display: block;
        position: absolute;
        top: 10px;
        right: 5px;
    }

    .cart-product .cart-product-options {
        display: block;
        position: absolute;
        top: 25px;
        left: 55px;
        color: #606060;
    }

    .cart-product .cart-product-delete {
        display: block;
        position: absolute;
        top: 25px;
        right: 5px;
        width: 20px;
        height: 20px;
        background: url("../images/custom/assets.png") no-repeat -203px -486px;
        cursor: pointer;
    }

#cart-total {
    top: -293px;
    position: relative;
    display: block;
    height: 20px;
    padding: 8px 10px 2px 10px;
    text-transform: uppercase;
    color: #606060;
}

    #cart-total .total-price {
        float: right;
        font-weight: bold;
        color: #303030;
    }

#cart-checkout {
    top: -293px;
    position: relative;
    padding: 8px 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px dotted #CCC;
}

    #cart-checkout a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 15px;
        color: #fff;
        background: #000;
        display: block;
        width: 262px;
        height: 50px;
        overflow: hidden;
        margin: 0px 8px;
        clear: both;
        cursor: pointer;
        text-align: center;
        font-size: 18px;
    }

        #cart-checkout a.cart-checkout-empty {
            background-position: -4px -264px;
        }

            #cart-checkout a.cart-checkout-empty:hover {
                background-position: -278px -264px;
            }

            #cart-checkout a.cart-checkout-empty:active {
                background-position: -559px -264px;
            }

#cart-close-btn {
    background: url("../images/custom/assets.png") no-repeat -888px -31px;
    display: block;
    width: 120px;
    height: 24px;
    text-indent: -2000px;
    overflow: hidden;
    margin: 0px -60px;
    clear: both;
    cursor: pointer;
    position: absolute;
    bottom: -15px;
    left: 50%;
}

.radio, .radio-disabled {
    display: block;
    float: left;
    background: url("../images/custom/assets.png") no-repeat -3px -380px;
    height: 20px;
    width: 20px;
    padding: 5px 4px 5px 4px;
    margin: 0px 5px 5px 0px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

    .radio input, .radio-disabled input {
        display: none;
    }

.radio {
    cursor: pointer;
    color: #333;
}

.radio-disabled {
    color: #CCC;
}

.radio-on {
    color: #FFF;
}

.radio-small {
    background-position: -40px -380px;
    width: 20px;
}

.radio-medium {
    background-position: -51px -412px;
    width: 30px;
}

.radio-large {
    background-position: -58px -444px;
    width: 40px;
}

.radio-xlarge {
    background-position: -66px -476px;
    width: 50px;
}

.radio-small.radio-on {
    background-position: -77px -380px;
    width: 20px;
}

.radio-medium.radio-on {
    background-position: -99px -412px;
    width: 30px;
}

.radio-large.radio-on {
    background-position: -114px -444px;
    width: 40px;
}

.radio-xlarge.radio-on {
    background-position: -129px -476px;
    width: 50px;
}

.radio-disabled.radio-small {
    background-position: -3px -380px;
    width: 20px;
}

.radio-disabled.radio-medium {
    background-position: -3px -412px;
    width: 30px;
}

.radio-disabled.radio-large {
    background-position: -3px -444px;
    width: 40px;
}

.radio-disabled.radio-xlarge {
    background-position: -3px -476px;
    width: 50px;
}


#join-close-btn {
    background: url("../images/custom/assets.png") no-repeat -888px -31px;
    display: block;
    width: 120px;
    height: 24px;
    text-indent: -2000px;
    overflow: hidden;
    margin: 0px -60px;
    clear: both;
    cursor: pointer;
    position: absolute;
    bottom: -15px;
    left: 50%;
}

.map-container {
    width: 990px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    display: block;
    overflow: hidden;
}

#map-canvas {
    width: 100%;
    height: 110%;
    position: relative;
    display: block;
}

#map-panel {
    width: 285px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    background: #FFF;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

#map-search {
    display: block;
    padding: 0px;
    position: relative;
    width: 285px;
}

#map-search-top {
    background: url("../images/custom/map-search-top.png") no-repeat 0px 100%;
    display: block;
    padding: 10px;
    position: relative;
    width: 265px;
}

#map-search-middle {
    background: url("../images/custom/map-search-middle.png") no-repeat 0px 0px #fff;
    display: block;
    padding: 0px 10px;
    position: relative;
    width: 265px;
    height: 65px;
    overflow: hidden;
}

#map-search-bottom {
    background: url("../images/custom/map-search-bottom.png") no-repeat 0px 0px;
    display: block;
    padding: 0px;
    position: relative;
    width: 285px;
    height: 10px;
}

#map-search-from-label {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

#map-search-to-label {
    position: absolute;
    top: 78px;
    left: 20px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

#map-search-from {
    padding: 0px 0px 0px 10px;
    width: 188px;
    background: none;
    border: none;
}

#map-search-to {
    padding: 0px 0px 0px 10px;
    width: 206px;
    background: none;
    border: none;
}

#map-search input[type=button] {
    background: url("../images/custom/map-search-btn.png") no-repeat 0px 0px;
    position: absolute;
    top: 15px;
    right: 20px;
    margin: 0px;
    width: 24px;
    height: 24px;
    text-indent: -2000px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

#map-panel-scroll {
    display: block;
    width: 285px;
    height: 600px;
    position: relative;
}

#map-panel-scroll-container {
    display: block;
    width: 285px;
    position: relative;
}

#map-directions-result {
    padding: 10px;
}

    #map-directions-result h2 {
        display: none;
    }

    #map-directions-result li {
        padding: 5px 0px 15px 40px;
        position: relative;
        list-style-type: none;
    }

        #map-directions-result li span {
            color: #606060;
            font-size: 21px;
            position: absolute;
            top: 5px;
            left: 0px;
        }

#map-stores {
    padding: 10px;
}

    #map-stores li {
        list-style-type: none;
        cursor: pointer;
        margin: 0px 0px 20px 0px;
    }

    #map-stores .map-store-number {
        font-size: 24px;
        float: left;
        display: block;
        padding: 5px 20px 15px 0px;
    }

#map-canvas .store-list {
    display: block;
    position: relative;
    min-width: 250px;
}

    #map-canvas .store-list a {
        text-transform: uppercase;
        color: #666;
    }

#map-canvas .store-list-contact {
    padding: 20px 0px 0px;
}

#site-search-result {
    display: block;
    position: relative;
    float: left;
    width: 550px;
    padding: 30px 90px 30px 0;
}

#shop-search-result {
    display: block;
    position: relative;
    float: right;
    width: 340px;
    padding: 30px 0px;
}

    #site-search-result .search-item, #shop-search-result .search-item {
        display: block;
        position: relative;
        padding: 0px 0px 40px 0px;
    }

    #shop-search-result .search-item {
        padding: 0px 0px 10px 0px;
        margin: 0 0 10px;
        border-bottom: 1px dashed #cecece;
    }

    #site-search-result h3, #shop-search-result h3 {
        text-align: left;
        font-size: 24px;
        line-height: 30px;
        padding: 0px;
        margin: 0 0 5px;
        border-bottom: 1px solid #cecece;
    }

    #shop-search-result h4 {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        padding: 5px 0 0;
        margin: 0px;
    }

    #shop-search-result p {
        text-transform: uppercase;
        font-size: 0.8em;
        color: #000;
        font-family: Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
    }

    #shop-search-result .search-item img {
        width: 90px;
        height: auto;
        display: block;
        float: left;
        margin: 5px 0 0;
    }

    #shop-search-result .price {
        float: right;
        padding: 5px 0 0;
        color: #000;
        font-family: Geneva, 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
    }

    #shop-search-result .search-item a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

body.error404 .section {
    background: #666 !important;
}

body.error404 .title-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px -300px;
    display: block;
    width: 600px;
    height: 100px;
    font-size: 50px;
    color: #FFF;
    text-shadow: 0px 3px 3px #000;
    text-align: center;
}

body.error404 .text-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px -300px;
    display: block;
    width: 600px;
    height: 100px;
    font-size: 22px;
    color: #FFF;
    text-shadow: 0px 2px 2px #000;
    text-align: center;
}

.startpages-page {
    position: absolute;
    top: 0px;
    left: 100%;
    display: block;
    width: 100%;
}

.startpages-page-active {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
}

.startpages-next {
    background: url("../images/custom/assets.png") no-repeat 0px 0px;
    background-position: -238px -380px;
    right: 20px;
    width: 62px;
    height: 82px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -999em;
    z-index: 60;
}

.startpages-prev {
    background: url("../images/custom/assets.png") no-repeat 0px 0px;
    background-position: -178px -380px;
    left: 20px;
    width: 62px;
    height: 82px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -999em;
    z-index: 60;
}

.startpages-next:hover {
    background-position: -370px -380px;
    right: 20px;
}

.startpages-prev:hover {
    background-position: -310px -380px;
    left: 20px;
}

.startpages-next:active {
    background-position: -500px -380px;
    right: 20px;
}

.startpages-prev:active {
    background-position: -440px -380px;
    left: 20px;
}

.press-container {
    width: 1020px;
    margin: 0px auto;
    display: block;
    position: relative;
    padding: 30px 0px;
    min-height: 300px;
    text-transform: uppercase;
}

    .press-container a {
        text-decoration: underline;
    }

    .press-container h3 a {
        text-decoration: none;
        line-height: 1.1em;
    }

    .press-container .column {
        margin: 15px 15px !important;
        position: relative;
    }

    .press-container .grid-small {
        width: 225px;
        height: 240px;
        text-align: left;
        color: #999;
    }

        .press-container .grid-small a {
            color: #666666;
        }

    .press-container .grid-medium {
        width: 480px;
        height: 160px;
    }

        .press-container .grid-medium img {
            float: left;
            margin-right: 20px;
            width: 235px;
        }

    .press-container .grid-large {
        width: 1000px;
        margin: 15px 10px;
    }

        .press-container .grid-large a {
            color: #999999;
            text-decoration: none;
            padding: 5px;
            display: block;
            text-align: center;
        }

    .press-container div a img {
        width: 100%;
        height: auto;
        margin: 0px 0px 10px 0px;
    }

    .press-container .title {
        border-bottom: 1px solid #999999;
        padding: 20px 0px 10px 0px;
        display: block;
        margin: 0px 15px 10px 15px;
        color: #606060;
        font-size: 21px;
    }

    .press-container:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

.media-nav-vertical {
    position: absolute;
    top: 90px;
    left: 20px;
    width: 255px;
    height: 300px;
}

    .media-nav-vertical ul li {
        list-style-type: none;
        padding: 5px 0px;
    }

.media-nav-horizontal {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px 15px;
}

    .media-nav-horizontal ul li {
        list-style-type: none;
        padding: 5px 20px 5px 0px;
        float: left;
    }

    .media-nav-horizontal ul:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

.media-filter-box {
    padding: 0px 0px 20px 255px;
    display: block;
    width: 770px;
    clear: both;
}

.press-breadcrumbs {
    display: block;
    padding: 30px 0px;
    height: 18px;
}

    .press-breadcrumbs li {
        list-style-type: none;
        text-transform: uppercase;
        padding: 0px 10px 0px 0px;
        float: left;
        display: block;
    }

        .press-breadcrumbs li a {
            text-decoration: underline;
        }

.press-container .column img.btn-play {
    width: 75px !important;
    height: 55px !important;
    position: absolute;
    top: 50px;
    left: 75px;
    opacity: 0.8;
}

.press-container .column:hover img.btn-play {
    opacity: 1;
}

.iframe-container {
    position: relative;
    display: block;
    width: 980px;
    height: 0px;
    padding: 0px 0px 56.25% 0px;
}

    .iframe-container object, .iframe-container iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.inline-container {
    display: none;
}

.inline {
    width: 100%;
    height: auto;
    display: block;
}

.btn-press-download a {
    background: url("../images/custom/btn-press-download.jpg") no-repeat 0px 0px;
    display: inline-block;
    width: 182px;
    height: 36px;
    text-indent: -2000px;
    overflow: hidden;
    margin: -7px 10px -10px 10px;
}

body.admin-bar div#wrapper div#container > header {
    top: 28px;
}

.flex-container a:active, .slider a:active, .flex-container a:focus, .slider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider {
    margin: 0;
    padding: 0;
    display: block;
    height: 100%;
    opacity: 0;
}

    .slider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .slider .slides img {
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.slider {
    position: relative;
    zoom: 1;
}

    .slider .slides {
        zoom: 1;
        display: block;
        height: 100%;
    }

        .slider .slides > li {
            position: relative;
            display: block;
            height: 100%;
            overflow: hidden;
        }

.slider-container {
    zoom: 1;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    width: 96%;
    padding: 2%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
}

.flex-direction-nav {
    height: 0;
}

    .flex-direction-nav li {
        position: absolute;
        top: 0px;
        left: 75%;
        display: block;
        width: 25%;
        height: 100%;
        z-index: 8888;
        cursor: pointer;
    }

        .flex-direction-nav li:first-child {
            left: 0%;
        }

        .flex-direction-nav li a {
            width: 62px;
            height: 82px;
            margin: -13px 0 0;
            display: none;
            background: url("../images/custom/assets.png") no-repeat 0px 0px;
            position: absolute;
            top: 50%;
            cursor: pointer;
            text-indent: -999em;
        }

        .flex-direction-nav li:hover a {
            display: block;
        }

        .flex-direction-nav li .flex-next,
        .flex-direction-nav li .next {
            background-position: -238px -380px;
            right: 20px;
        }

        .flex-direction-nav li .flex-prev,
        .flex-direction-nav li .prev {
            background-position: -178px -380px;
            left: 20px;
        }

        .flex-direction-nav li .flex-next:hover,
        .flex-direction-nav li .next:hover {
            background-position: -370px -380px;
            right: 20px;
        }

        .flex-direction-nav li .flex-prev:hover,
        .flex-direction-nav li .prev:hover {
            background-position: -310px -380px;
            left: 20px;
        }

        .flex-direction-nav li .flex-next:active,
        .flex-direction-nav li .next:active {
            background-position: -500px -380px;
            right: 20px;
        }

        .flex-direction-nav li .flex-prev:active,
        .flex-direction-nav li .prev:active {
            background-position: -440px -380px;
            left: 20px;
        }

        .flex-direction-nav li .flex-disabled,
        .flex-direction-nav li .disabled {
            opacity: .3;
            filter: alpha(opacity=30);
            cursor: default;
        }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 8888;
}

    .flex-control-nav li {
        margin: 0 0 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .flex-control-nav li:first-child {
            margin: 0;
        }

        .flex-control-nav li a {
            width: 20px;
            height: 20px;
            display: block;
            background: url("../images/custom/assets.png") no-repeat -232px -486px;
            cursor: pointer;
            text-indent: -999em;
        }

            .flex-control-nav li a:hover {
                background-position: -278px -486px;
            }

            .flex-control-nav li a.flex-active,
            .flex-control-nav li a.active {
                background-position: -255px -486px;
                cursor: default;
            }

.slider.slider-fade .slides > li {
    display: none;
}

* html #gritter-notice-wrapper {
    position: absolute;
}

* html .gritter-top {
    margin-bottom: -10px;
}

* html .gritter-item {
    padding-bottom: 0;
}

* html .gritter-bottom {
    margin-bottom: 0;
}

* html .gritter-close {
    background: url(../images/custom/gritter-close-ie6.gif);
    width: 22px;
    height: 22px;
    top: 7px;
    left: 7px;
}

#gritter-notice-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999;
}

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
}

.gritter-top {
    background: url(../images/custom/gritter.png) no-repeat left -30px;
    height: 10px;
}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    background: url(../images/custom/gritter.png) no-repeat left bottom;
    height: 8px;
    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    background: url(../images/custom/gritter.png) no-repeat left -40px;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 11px;
    font-family: verdana;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.gritter-close {
    position: absolute;
    top: 5px;
    left: 3px;
    background: url(../images/custom/gritter.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.gritter-title {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px #000;
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image, .gritter-without-image {
    padding: 0 0 5px 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}

.notification-title {
    font-weight: bold;
}

.notification-price {
    float: right;
}

.product-list img {
    width: auto;
    height: auto;
}

.product-list a {
    display: block;
    float: left;
}

.product-list {
    margin: 0 auto;
}

div#main div#page div.section div.wpcf7 {
    width: 768px;
    margin: 15px auto 80px;
    position: relative;
}

    div#main div#page div.section div.wpcf7 .left, div#main div#page div.section div.wpcf7 .right {
        width: 44%;
        margin: 0 3% 30px;
    }

    div#main div#page div.section div.wpcf7 label {
        position: relative;
        top: 5px;
    }

    div#main div#page div.section div.wpcf7 p {
        padding: 10px 0 15px;
    }

        div#main div#page div.section div.wpcf7 p.refund {
            padding: 0 0 7px 42px;
        }

    div#main div#page div.section div.wpcf7 span.wpcf7-form-control-wrap {
        display: block;
        float: right;
        width: 200px;
        background: url("../images/custom/form_input.png") 100% 0 no-repeat;
    }

        div#main div#page div.section div.wpcf7 span.wpcf7-form-control-wrap.return-type, div#main div#page div.section div.wpcf7 span.wpcf7-form-control-wrap.adult-sizes, div#main div#page div.section div.wpcf7 span.wpcf7-form-control-wrap.junior-sizes {
            float: left;
            width: 100%;
            height: auto;
            background: none;
        }

        div#main div#page div.section div.wpcf7 span.wpcf7-form-control-wrap .wpcf7-text {
            display: block;
            width: 180px;
            padding: 0 10px;
            height: 31px;
            background: url("../images/custom/form_input.png") 0 -32px no-repeat;
        }

        div#main div#page div.section div.wpcf7 span.wpcf7-form-control-wrap input[type=radio] {
            cursor: pointer;
        }

    div#main div#page div.section div.wpcf7 span.wpcf7-list-item-label {
        font-weight: bold;
        margin: 0 0 0 4px;
    }

    div#main div#page div.section div.wpcf7 .sizes {
        margin: 0 0 0 42px;
    }

        div#main div#page div.section div.wpcf7 .sizes .size_dropdown {
            font-size: 12px;
            width: 50%;
            float: left;
        }

            div#main div#page div.section div.wpcf7 .sizes .size_dropdown select {
                border: 1px solid #B4B4B4;
                cursor: pointer;
                padding: 3px;
                width: 90%;
                margin: 3px 0 0;
            }

        div#main div#page div.section div.wpcf7 .sizes p {
            padding: 0 0 7px;
        }

    div#main div#page div.section div.wpcf7 .submit {
        display: block;
        width: 49px;
        height: 77px;
        background: url("../images/custom/assets.png") -243px -381px no-repeat;
        position: absolute;
        right: 3%;
        bottom: -80px;
        cursor: pointer;
    }

        div#main div#page div.section div.wpcf7 .submit:hover {
            background-position: -375px -381px;
        }

        div#main div#page div.section div.wpcf7 .submit:active {
            background-position: -505px -381px;
        }

    div#main div#page div.section div.wpcf7 textarea {
        width: 280px;
        height: 130px;
        padding: 10px;
        background: url("../images/custom/form_textarea.png") 0 0px no-repeat;
        font-family: 'Geneva CY',Geneva,'Trebuchet MS',Helvetica,Arial,Verdana,sans-serif;
        font-size: 12.5px;
        font-weight: normal;
        line-height: 20px;
        resize: none;
    }

    div#main div#page div.section div.wpcf7 .submit input {
        font-family: 'DIN-Regular';
        font-size: 36px;
        text-transform: uppercase;
        background: transparent;
        position: absolute;
        left: -105px;
        top: 0;
        cursor: pointer;
        padding: 12px 49px 15px 0;
    }

    div#main div#page div.section div.wpcf7 img.ajax-loader {
        display: none !important;
    }

.favoritmodell, .accept-this-1 {
    background: none !important;
    float: left !important;
    width: auto !important;
    padding: 0px 10px 10px 0px !important;
}

.favoritmodell {
    padding: 20px 10px 10px 0px !important;
}

.size_dropdown {
    display: block;
    float: none !important;
    clear: both;
    width: 100%;
    position: relative;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
    position: relative;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

div.wpcf7-response-output, span.wpcf7-not-valid-tip, span.wpcf7-not-valid-tip-no-ajax {
    padding: 5px 8px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.25);
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 1px #FFF;
    color: #333;
    border: none !important;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
}

div.wpcf7-mail-sent-ok {
    background: #f2f2f2;
}

div.wpcf7-mail-sent-ng {
    background: #ffdbdb;
}

div.wpcf7-spam-blocked {
    background: #ffffd7;
}

div.wpcf7-validation-errors {
    background: #ffffd7;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    width: 280px;
    background: #ffffd7;
}

span.wpcf7-not-valid-tip-no-ajax {
    color: #f00;
    font-size: 10pt;
    display: block;
    background: #ffdbdb;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 .watermark {
    color: #888;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    overflow: hidden;
}

#cboxLoadedContent {
    overflow: auto;
}

    #cboxLoadedContent iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
    text-indent: -2000px;
    overflow: hidden;
    height: 26px;
    width: 26px;
    display: block;
}

#cboxOverlay {
    background: #000;
    background: rgba(0,0,0,0.8);
}

#cboxLoadingOverlay {
    background: url("../images/custom/SR-preloader2.gif") no-repeat 50% 50% #fcfcfc;
    width: 980px;
    height: 100%;
    display: block;
    text-indent: -2000px;
    overflow: hiddden;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: -20px 10px 0px 10px;
}

#cboxClose {
    background: url("../images/custom/colorbox/close.png") no-repeat;
}

#cboxTopLeft {
    width: 50px;
    height: 50px;
    background: url("../images/custom/colorbox/topleft.png") no-repeat;
}

#cboxTopCenter {
    height: 50px;
    background: url("../images/custom/colorbox/top.png") repeat-x;
}

#cboxTopRight {
    width: 50px;
    height: 50px;
    background: url("../images/custom/colorbox/topright.png") no-repeat;
}

#cboxBottomLeft {
    width: 50px;
    height: 50px;
    background: url("../images/custom/colorbox/bottomleft.png") no-repeat;
}

#cboxBottomCenter {
    height: 50px;
    background: url("../images/custom/colorbox/bottom.png") repeat-x;
}

#cboxBottomRight {
    width: 50px;
    height: 50px;
    background: url("../images/custom/colorbox/bottomright.png") no-repeat;
}

#cboxMiddleLeft {
    width: 50px;
    background: url("../images/custom/colorbox/left.png") repeat-y;
}

#cboxMiddleRight {
    width: 50px;
    background: url("../images/custom/colorbox/right.png") repeat-y;
}

#cboxContent {
    overflow: visible !important;
    background: #fcfcfc;
}

#cboxLoadedContent {
    margin-bottom: 0px;
}

#cboxTitle {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999;
}

#cboxCurrent {
    position: absolute;
    bottom: 0px;
    left: 100px;
    color: #999;
}

#cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 42px;
    color: #444;
}

#cboxPrevious {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #444;
}

#cboxNext {
    position: absolute;
    bottom: 0px;
    left: 63px;
    color: #444;
}

#cboxClose {
    position: absolute;
    top: -25px;
    right: -15px;
    display: block;
    color: #444;
    width: 100px;
    height: 35px;
    text-indent: -2000px;
    overflow: hidden;
    z-index: 9999;
}

#cboxCurrent {
    display: none !important;
}

html.ie7 div#main div#page div.section div.wpcf7 span.wpcf7-form-control-wrap {
    float: none;
    margin: 10px 0px -20px 0px;
}

html.ie7 .btn-press-download a {
    display: inline;
}


