/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Ken Burns Effect : http://cssmojo.com/ken-burns-effect/*/

#slideshow {
    position: relative;
    width: 1280px;
    height: 720px;
    overflow: hidden;
    border: 8px solid #fff;
}

#slideshow img {
    max-width: none;
    position:absolute;
    /*width:360px;*/
    height:1280px;
    top:50%;
    left:50%;
    margin-left:-180px;
    margin-top:-120px;
    opacity:0;
    transition-property: opacity, transform;
    transition-duration: 3s, 8s;
}

#slideshow img  {
    transform-origin: bottom left;
}
#slideshow :nth-child(2n+1) {
    transform-origin: top right;
}
#slideshow :nth-child(3n+1) {
    transform-origin: top left;
}
#slideshow :nth-child(4n+1) {
    transform-origin: bottom right;
}

#slideshow .fx {
    opacity:1;
    transform: scale(1.5) translate(30px);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* CUSTOM CSS MODIFS*/

/* Product infos */
.productInfo
{
    /* position: absolute; */
    font-family: ‘Roboto’, Arial, serif;
    font-weight: 400;
    font-size: 3.5em;
    color :rgb(0, 0, 107);
}

#productTitle
{
    padding-left: 1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    text-align: center;
    padding-right: 0.4em;
}

#productPrice
{
    bottom: 2%;
    right: 2%;
    position: absolute;
    padding: 0.4em 1em 0.4em 0.4em;
}

body
{
    overflow: hidden;
}

#backgroundPreload
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    background-size: cover;
    background-position: center center;
}

#background
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    background-size: cover;
    background-position: center center;
}

/*
#slides{
    width: 30%;
    height: 100%;
    position: absolute;
    left: 10%;
    top: 0;
    z-index: -1;
    background: transparent no-repeat center center;
    */
/*  -webkit-animation: transition1 5s ease;  Chrome, Safari, Opera *//*

    background-size: cover;
    */
/*  -webkit-transform: translateZ(0);*//*

    */
/*  -webkit-backface-visibility: hidden;*//*

}
*/

/* Chrome, Safari, Opera */
@-webkit-keyframes transition1 {

    from {
        animation-timing-function: ease-in-out;
        transform: scale(1.7);
        transform-origin:top right;
    }
    to {
        transform: scale(1);
        background-position : center center;

    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes transition2 {

    from {
        animation-timing-function: ease-in-out;
        transform: scale(1.9);
        transform-origin:bottom left;
    }
    to {
        transform: scale(1);
        background-position : center center;

    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes transition3 {
    from {
        animation-timing-function: ease-in-out;
        transform: scale(1.5);
        transform-origin:bottom right;
    }
    to {
        transform: scale(1);
        background-position : center center;

    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes transition4 {
    from {
        animation-timing-function: ease-in-out;
        transform: scale(1.7);
        transform-origin:top left;
    }
    to {
        transform: scale(1);
        background-position : center center;

    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }

}

/* Sans fadding*/
/* Chrome, Safari, Opera */
@-webkit-keyframes transition1s {

    from {
        animation-timing-function: ease-in-out;
        transform: scale(1.7);
        transform-origin:top right;
    }
    to {
        transform: scale(1);
        background-position : center center;

    }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes transition2s {

    from {
        animation-timing-function: ease-in-out;
        transform: scale(1.9);
        transform-origin:bottom left;
    }
    to {
        transform: scale(1);
        background-position : center center;

    }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes transition3s {
    from {
        animation-timing-function: ease-in-out;
        transform: scale(1.5);
        transform-origin:bottom right;
    }
    to {
        transform: scale(1);
        background-position : center center;

    }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes transition4s {
    from {
        animation-timing-function: ease-in-out;
        transform: scale(1.7);
        transform-origin:top left;
    }
    to {
        transform: scale(1);
        background-position : center center;

    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes backgroundMove {
    0%
    {
        animation-timing-function: ease-in-out;
        transform: scale(1);
    }
    50%
    {
        animation-timing-function: ease-in-out;
        transform: scale(1.4);
    }
    100%
    {
        animation-timing-function: ease-in-out;
        transform: scale(1);
    }
}

#infosBlock {
    background-color: rgba(200,200,200,0.6);
    position: absolute;
    height: 100%;
    width: 40%;
    right: 0;
}


body,html,.product-wrapper
{
    height: 100%;
}

#infos-area-v
{
    position: absolute;
    width: 100%;
    height: 42rem;
    bottom: 0;
    background-color: rgba(255,255,255,0.46);
}

#infos-area-h
{
    height: 100%;
    background-color: rgba(255,255,255,0.46);
}


.oldPriceArea
{
    font-weight: 500;
    color: #303030;
    text-decoration: line-through;
}

.oldPrice
{
    margin-bottom: 0;
}

.newPrice
{
    margin-top: 0;
    letter-spacing: -0.5rem;
}

.percent
{
    margin-left: 20px;
    padding: 0 3rem !important;
    font-size: 2.8rem !important;
}

.percent.badge.new:after
{
    content: " %";
}

.percent.badge.new:before
{
    content: "-";
}

@media only screen and (max-width : 1080px)
{
    .hideIfVertical
    {
        display: none !important;
    }

    .showIfVertical
    {
        display: inherit;
    }
}

@media only screen and (min-width : 1081px)
{
    .hideIfVertical
    {
        display: inherit;
    }

    .showIfVertical
    {
        display: none !important;
    }
}

#slides-v
{
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

#slides-v-wrapper
{
    position: absolute;
    width: 80%;
    height: 70rem;
    margin-left: 20%;
    margin-top: 5%;
}

#infos-area-v
{
    padding-top: 1rem;
}
#infos-area-v .nameArea
{
    font-size: 9rem;
    line-height: 8rem;
}

#infos-area-v #productPrice
{
    padding: 0;
}

#infos-area-v .oldPrice
{
    font-size: 6.92rem;
    line-height: 6.92rem;
}

#infos-area-v .newPrice
{
    font-size: 18rem;
    line-height: 13rem;
    margin-bottom: 0;
}

#aproductTitle
{
    height: 260px;
    width: 100%;
    display: table;
    padding: 10px;
}

#aproductTitle h1
{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

#contentProduct
{
    display: none;
}

.product-wrapper
{
    margin-bottom: 0;
}

.priceAreaCents
{
    font-size: 7rem;
    line-height: 7rem;
}

.euroSign
{
    font-size: 11rem;
}

.aproductInfo h3
{
    display: block;
    width: 600px;
}