/* Reset CSS  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
    font-size: 16px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

strong {
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Box layout  */
* {
    -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
                    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

/* Common classes  */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Styles  */
body {
    background-color: #fff;
    font-family: Arial, sans;
    color: #000;
    font-size: 16px;
}

    body.gallery-party {
        background-color: #1e1e1e;
        color: #fff;
    }

    .header {
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        position: fixed;
        z-index: 2;
        background-color: #000;
        color: #fff;
    }

    .header-wrapper {
        width: 95%;
        margin: 0 auto;
    }

        .hgroup {
            float: left;
            width: 50%;
            text-align: center;
            padding-top: 8px;
        }

                .branding h1 {
                    text-transform: uppercase;
                    font-size: 1.5em;
                    font-weight: 400;
                }

                    .branding h1 a {
                        color: #fff;
                    }

                        .branding h1 a:hover {
                            text-decoration: none;
                        }

                .branding h2 {
                    text-transform: uppercase;
                    font-size: 0.75em;
                    font-weight: 400;
                    color: #9c9c9c;
                }

        .header ul {
            width: 25%;
            padding-top: 18px;
            float: left;
            font-size: 0.875em;
        }

            .header li {
                list-style-type: none;
                display: inline-block;
            }

                .header li:first-child:after {
                    content: "|";
                    margin-left: 12px;
                    margin-right: 8px;
                    color: #9c9c9c;
                }

                .header li a {
                    color: #9c9c9c;
                    text-transform: uppercase;
                    text-decoration: none;
                }

                .header li.active a {
                    color: #fff;
                }

                    .header li a:hover {
                        color: #9c9c9c;
                    }

            .current-lines {
                float: left;
            }

            .language-selector {
                float: right;
                text-align: right;
                padding-right: 1%;
            }

    .content-wrapper {
        top: 50px;
        bottom: 40px;
        left: 0;
        width: 100%;
        position: fixed;
        overflow: hidden;
    }

        .pages {
            text-align: center;
            height: 100%;
        }

            .pages-inner-wrapper {
                height: 100%;
                overflow: hidden;
            }

                .page {
                    height: 100%;
                    display: none;
                }

                    .page.active-slide {
                        display: block;
                    }

                    .current-image-container {
                        width: 90%;
                        height: 100%;
                        margin-left: auto;
                        margin-right: auto;
                    }

                        .va-helper {
                            height: 100%;
                            display: inline-block;
                            vertical-align: middle;
                        }

                            .current-image-container img {
                                max-height: 100%;
                                max-width: 90%;
                                vertical-align: middle;
                            }

                            .references {
                                display: none;
                                background-color: rgba(0, 0, 0, 0.625);
                                color: #fff;
                                min-height: 238px;
                                max-width: 100%;
                                padding: 1em;
                                position: absolute;
                                text-align: left;
                                text-transform: uppercase;
                                bottom: 120px;
                                right: 125px;
                                width: auto;
                                font-size: 0.875em;
                                z-index: 3;
                            }

                                .gallery-party .references {
                                    background-color: rgba(255,255,255,0.75);
                                    color: #000;
                                }


                                .references li {
                                    margin-top: 0.5em;
                                    margin-bottom: 0.5em;
                                }

                                .references p {
                                    margin-bottom: 1em;
                                }

                                .references span {
                                    display: inline-block;
                                    min-width: 115px;
                                }

                                .second-model {
                                    margin-top: 1em !important;
                                    border-top: 1px dotted #fff;
                                    padding-top: 1em;
                                }

                                .gallery-party .second-model {
                                    border-top: 1px dotted #000;
                                }

            .slider-navigation {
                position: absolute;
                top: 15%;
                bottom: 15%;
                width: 15%;
                min-width: 80px;
                max-width: 120px;
                overflow: hidden;
                background-position: right center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 2;
            }

                .slider-navigation a {
                    display: block;
                    position: relative;
                    height: 100%;
                    line-height: 100%;
                    transition: all 0.5s;
                    background-position: center center;
                    background-repeat: no-repeat;
                }

                    .slider-navigation a:hover {
                        text-decoration: none;
                        background-color: rgba(0,0,0,0.025);
                    }

                        .nav-disabled a:hover {
                            background-color: rgba(0,0,0,0.0);
                            cursor: default;
                        }

                    .prev-page {
                        background-image: url(../images/c2016/site/prev.png);
                    }

                    .next-page {
                        background-image: url(../images/c2016/site/next.png);
                    }

                        .nav-disabled .prev-page {
                            background-image: url(../images/c2016/site/prev-disabled.png);
                        }

                        .nav-disabled .next-page {
                            background-image: url(../images/c2016/site/next-disabled.png);
                        }

                    .gallery-party .prev-page {
	background-image: url(../images/c2016/site/prev-alt.png);
                    }

                    .gallery-party .next-page {
                        background-image: url(../images/c2016/site/next-alt.png);
                    }

                        .gallery-party .nav-disabled .prev-page {
                            background-image: url(../images/c2016/site/prev-alt-disabled.png);
                        }

                        .gallery-party .nav-disabled .next-page {
                            background-image: url(../images/c2016/site/next-alt-disabled.png);
                        }

            .previous-image-container {
                left: 0%;
            }

            .next-image-container {
                right: 0;
            }

            .references-loader {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 1;
            }

                .references-opener {
                    position: absolute;
                    right: 125px;
                    bottom: 5em;
                    width: 10em;
                    height: 4em;
                    line-height: 4em;
                    background-color: rgba(0,0,0,0.625);
                    color: #fff;
                    text-align: center;
                    z-index: 4;
                    font-size: 0.75em;
                    transition: background-color 0.5s;
                }

                    .gallery-party .references-opener {
                        background-color: rgba(255,255,255,0.625);
                        color: #000;
                    }

                    .gallery-party .references-opener:hover {
                        background-color: rgba(255,255,255,0.75);
                        text-decoration: none;
                        color: #000;
                    }

    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        font-size: 0.75em;
        line-height: 1.2;
        background-color: #000;
        color: #fff;
    }

        .footer-wrapper {
            width: 95%;
            margin: 0 auto;
        }

            .footer-wrapper div {
                width: 25%;
                float: left;
                margin-top: 5px;
            }

                .footer-wrapper div:last-child {
                    float: right;
                    text-align: right;
                    padding-right: 1%;
                    width: 75%;
                }

                .footer span {
                    color: #9c9c9c;
                    font-size: 0.875em;
                }

                .footer a {
                    color: #9c9c9c;
                }

/* Homepage */
.collections {
    height: 100%;
}

    .collections .collection {
        width: 45%;
        margin: 0 2.5%;
      
        height: 100%;
    }

        .collection > a {
            display: block;
            height: 100%;
            width: 100%;
            margin: 0 auto;
            color: #fff;
            text-transform: uppercase;
            transition: background-color 0.5s;
        }

            .collection a:hover {
                text-decoration: none;
            }

                .collection a:hover span {
                    background-color: #7f7f7f;
                }

            .collection img {
                display: none;
            }

            .collection-party > a {
	
	text-align: center;
	background: url(../images/c2016/ceremony/showcase.jpg) 100% center no-repeat;
	background-size: contain;
	max-width: 460px;
            }
			            .collection-partye > a {
	
	text-align: center;
	background: url(../images/c2016/ceremony/showcase.jpg) 100% center no-repeat;
	background-size: contain;
	max-width: 460px;
            }

                .collection-party > a:hover {
                    background-image: url(../images/c2017/ceremony/showcase-alt.jpg);
                }
				
				                .collection-partye > a:hover {
                    background-image: url(../images/c2017/ceremony/showcase-alt-eng.jpg);
                }

            .collection-sport > a {
                float: left;
                text-align: left;
                background: transparent url(../images/spsm15/sport/showcase.jpg) 0 center no-repeat;
                background-size: contain;
                max-width: 460px;
            }

                .collection-sport > a:hover {
                    background-image: url(../images/spsm15/sport/showcase-alt.jpg);
                }

            .collection img {
                max-width: 100%;
                max-height: 100%;
            }


            .collection span {
                display: none;
                text-transform: uppercase;
            }

                .current-season {
                    display: block;
                    font-size: 16px;
                    margin-top: 0.5em;
                }

                .specific-collection {
                    display: block;
                    font-size: 24px;
                    margin-top: 0.5em;
                }

/* Responsive support */
@media all and (max-width: 900px) {
    .header {
        position: static;
        height: 125px;
        width: auto;
        padding-top: 0.5em;
        padding-bottom: 1em;
    }

    .header-wrapper {
        position: relative;
    }

    .header ul,
    .header .hgroup {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        position: absolute;
        left: 10%;
    }

    .header ul {
        padding-top: 0;
        padding-right: 0;
    }

    .header .hgroup {
        padding-top: 0;
        clear: both;
        top: 2em;
    }

        .branding {
            position: static;
            width: auto;
            margin: 0 auto;
        }

    .current-lines {
        top: 6em;
    }

    .language-selector {
        top: 0.5em;
    }

    .content-wrapper {
        position: static;
        height: auto;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        .content-wrapper div {
            position: static;
            height: auto;
            width: auto;
            overflow: visible;
            display: block;
        }

        .pages {
            padding-top: 2.5em;
            padding-bottom: 0;
        }

            .page {
                margin-bottom: 2em;
            }

                .page:last-child {
                    margin-bottom: 0;
                }

                .va-helper img {
                    position: static;
                    max-width: 90%;
                }

                .references {
                    margin: 0 auto;
                    position: static;
                    background-color: #fff;
                    color: #000;
                    max-width: 100%;
                    padding: 1em;
                    margin-bottom: 3em;
                    text-align: center;
                }

        .slider-navigation,
        .references-loader {
            display: none !important;
        }

    .footer {
        position: static;
        height: auto;
        width: auto;
        margin-bottom: 0;
        padding-bottom: 2em;
    }

        .footer-wrapper div,
        .footer-wrapper div:last-child {
            float: none;
            padding-top: 2em;
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
            padding-right: 0;
            text-align: center;
        }

    .collections .collection {
        float: none;
        width: auto;
        margin: 0 auto 4em auto;
    }

        .collection a {
            float: none;
            width: auto;
            height: auto;
            max-width: none;
            text-align: center;
            min-height: 640px;
            margin: 0 auto;
            background-position: center 0 !important;
        }

        .collection span {
            display: block;
        }
}

@media all and (max-width: 640px) {

    body,
    .footer {
        line-height: 1.5;
    }

    .footer-wrapper div:last-child {
        text-align: center;
    }

    .content-wrapper {
        width: 100%;
        border: none;
    }

    .collection a {
        min-height: 460px;
    }

    img {
        max-width: 90%;
    }

}

/* Cookies policy */
.cookies-policy {
    color: #888;
    font-size: 0.875em;
    margin: 3em auto;
    width: 90% !important;
    max-width: 700px;
    text-align: left;
}

    .cookies-policy p {
        margin-bottom: 1em;
        line-height: 1.2;
    }

.cookies-bar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    z-index: 999;
    text-align: center;
    padding: 1.5em 0;
    border-top: 2px solid #fff;
}

    .cookies-message,
    .cookies-button {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

        .cookies-message {
            text-align: left;
        }

    .cookies-bar a {
        color: #fff;
        text-decoration: underline;
    }

    .cookies-bar .close-cookies {
        display: block;
        background-color: #f6f6f6;
        color: #000;
        padding: 0.75em;
        border-radius: 2px;
        text-decoration: none;
        margin-left: 1em;
    }

            
@media only screen and (max-width: 767px) {
    .cookies-bar span,
    .cookies-bar .cookie-warning {
        display: none;
    }
}