

@font-face {
    font-family: DinPro;
    src: url(../fonts/DINProRegular.eot);
    src: url(../fonts/DINProRegular.eot) format("embedded-opentype"),url(../fonts/DINProRegular.woff2) format("woff2"),url(../fonts/DINProRegular.woff) format("woff"),url(../fonts/DINProRegular.ttf) format("truetype"),url(../fonts/DINProRegular.svg#DINProRegular) format("svg")
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/GothamHTFMedium.eot);
    src: url(../fonts/GothamHTFMedium.eot) format("embedded-opentype"),url(../fonts/GothamHTFMedium.woff2) format("woff2"),url(../fonts/GothamHTFMedium.woff) format("woff"),url(../fonts/GothamHTFMedium.ttf) format("truetype"),url(../fonts/GothamHTFMedium.svg#GothamHTFMedium) format("svg")
}

@font-face {
    font-family: DINProBold;
    src: url(../fonts/DINProBold.eot);
    src: url(../fonts/DINProBold.eot) format("embedded-opentype"),url(../fonts/DINProBold.woff2) format("woff2"),url(../fonts/DINProBold.woff) format("woff"),url(../fonts/DINProBold.ttf) format("truetype"),url(../fonts/DINProBold.svg#DINProBold) format("svg")
}

@font-face {
    font-family: fa-regular;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot) format("embedded-opentype"),
         url(../fonts/fa-regular-400.woff2) format("woff2"),
         url(../fonts/fa-regular-400.woff) format("woff"),
         url(../fonts/fa-regular-400.ttf) format("truetype"),
         /*url(../fonts/fa-regular-400.svg#fa-regular-400) format("svg")*/
}

@font-face {
  font-family: 'FontAwesome5Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'fa-solid-900';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'fa-brands-400';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }




.navigation .nav-wrapper .navigation-list .navigation-menu a .line {
    position: absolute;
    width: 0;
    height: 1px;
    background: #f46060;
    left: 50%;
    transition: width .5s ease;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
/*1212, 3312*/
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}


@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

@media print {
    *,*:before,*:after {
        background: transparent !important;
        color: #fff !important;
        -webkit-box-shadow: none !important;
        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) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: #FFF;
}

body {
    font-family: DinPro;
    /* text-transform: uppercase; */
    font-size: 20px;
    line-height: 1.42857143;
    color: #323232;
    background-color: #000;
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover,a:focus {
    color: #FFF;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 28px;
    margin-bottom: 28px;
    border: 0;
    border-top: 1px solid #f7f7f7
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,h3,h4,h5,h6,.h1,.h3,.h4,.h5,.h6 {
    font-family: DinPro;
    font-weight: normal;
    line-height: 1.4;
    color: #000
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ccc
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 28px;
    margin-bottom: 14px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 14px;
    margin-bottom: 14px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 50px
}


h2,.h2 {
    color: #b8b8b8;
    font-size: 25px;
    font-family: Gotham;
    text-transform: uppercase;
    font-weight: normal;
}

h3,.h3 {
    font-size: 16px
    margin: 0;
    color: #b8b8b8;
    font-size: 24px;
    font-family: DinPro;
    padding: 10px 0;
}

h4,.h4 {
    font-size: 20px
}

h5,.h5 {
    font-size: 20px
}

h6,.h6 {
    font-size: 20px
}

p {
    margin: 0 0 14px
}

.lead {
    margin-bottom: 28px;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width: 768px) {
    .lead {
        font-size:30px
    }
}

small,.small {
    font-size: 70%
}

mark,.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #ccc
}

.text-primary {
    color: #b8b8b8
}

a.text-primary:hover,a.text-primary:focus {
    color: #fff
}

.text-success {
    color: #b8b8b8
}

a.text-success:hover,a.text-success:focus {
    color: #fff
}

.text-info {
    color: #b8b8b8
}

a.text-info:hover,a.text-info:focus {
    color: #fff
}

.text-warning {
    color: #b8b8b8
}

a.text-warning:hover,a.text-warning:focus {
    color: #fff
}

.text-danger {
    color: #b8b8b8
}

a.text-danger:hover,a.text-danger:focus {
    color: #fff
}

.bg-primary {
    color: #b8b8b8;
    background-color: #000
}

a.bg-primary:hover,a.bg-primary:focus {
	color: #000
    background-color: #b8b8b8
}

.bg-success {
	color: #b8b8b8;
    background-color: #000
	
}

a.bg-success:hover,a.bg-success:focus {
	color: #000;
    background-color: #b8b8b8
}

.bg-info {
	color: #b8b8b8;
    background-color: #000
}

a.bg-info:hover,a.bg-info:focus {
	color: #000;
    background-color: #b8b8b8
}

.bg-warning {
	color: #b8b8b8;
    background-color: #000
}

a.bg-warning:hover,a.bg-warning:focus {
	color: #000;
    background-color: #b8b8b8
}

.bg-danger {
	color: #b8b8b8;
    background-color: #000
}

a.bg-danger:hover,a.bg-danger:focus {
	color: #000;
    background-color: #b8b8b8
}

.page-header {
    padding-bottom: 13px;
    margin: 56px 0 28px;
    border-bottom: 1px solid #f7f7f7
}

ul,ol {
    margin-top: 0;
    margin-bottom: 14px
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 28px
}

dt,dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ccc
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 14px 28px;
    margin: 0 0 28px;
    font-size: 25px;
    border-left: 5px solid #f7f7f7
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #ccc
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f7f7f7;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before, .blockquote-reverse small:before,blockquote.pull-right small:before, .blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after, .blockquote-reverse small:after,blockquote.pull-right small:after, .blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 28px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 13.5px;
    margin: 0 0 14px;
    font-size: 19px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .container {
        width:100%
    }
}

@media(min-width: 992px) {
    .container {
        width:100%
    }
}

@media(min-width: 1200px) {
    .container {
        width:1110px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 0px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ccc;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #000
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 21px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 30px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}



input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #f7f7f7;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
        line-height:42px
    }

    input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"] {
        line-height: 33px
    }

    input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"] {
        line-height: 56px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,.checkbox label {
    min-height: 28px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 48px
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

textarea.input-sm,select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 42px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 56px;
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 56px;
    line-height: 56px
}

textarea.input-lg,select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 56px;
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 56px;
    line-height: 56px
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 56px;
    min-height: 53px;
    padding: 11px 16px;
    font-size: 25px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 52.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback {
    width: 56px;
    height: 56px;
    line-height: 56px
}

.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 33px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 35px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.333333px;
        font-size: 25px
    }
}

@media(min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
    color: #fff;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #b8b8b8;
    background-color: #000;
    border-color: #fff
}

.btn-default:focus,.btn-default.focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #000;
    border-color: #000
}

.btn-default .badge {
    color: #000;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #FFF;
    border-color: #FFF
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #bfbfbf
}

.btn-primary:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #bfbfbf
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #FFF;
    border-color: #FFF
}

.btn-primary .badge {
    color: #FFF;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success, .btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus, .btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active, .btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus, .btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active, .btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #000;
    font-weight: normal;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #b8b8b8;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #ccc;
    text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../../../themes/krayon/assets/fonts/glyphicons-halflings-regular.html');
    src: url('../../../../themes/krayon/assets/fonts/glyphicons-halflings-regulard41d.html?#iefix') format('embedded-opentype'),url('../../../../themes/krayon/assets/fonts/glyphicons-halflings-regular-2.html') format('woff2'),url('../../../../themes/krayon/assets/fonts/glyphicons-halflings-regular-3.html') format('woff'),url('../../../../themes/krayon/assets/fonts/glyphicons-halflings-regular-4.html') format('truetype'),url('../../../../themes/krayon/assets/fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before,.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 20px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #000
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #ccc
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ccc;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width: 768px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 56px;
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 56px;
    line-height: 56px
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 33px;
    line-height: 33px
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 25px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #f7f7f7
}

.nav>li.disabled>a {
    color: #ccc
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #ccc;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #f7f7f7;
    border-color: #000
}

.nav .nav-divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #f7f7f7 #f7f7f7 #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #000;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #000
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #000
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #000
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 0;
    border: 1px solid transparent
}

@media(min-width: 768px) {
    .navbar {
        border-radius:0
    }
}

@media(min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width: 560px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        max-height:200px
    }
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width: 768px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width: 768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 16px 15px;
    font-size: 25px;
    line-height: 28px;
    height: 60px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 8px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px
}

@media(max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 28px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 9px;
    margin-bottom: 9px
}

@media(min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width: 768px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px
}

.navbar-btn.btn-sm {
    margin-top: 13.5px;
    margin-bottom: 13.5px
}

.navbar-btn.btn-xs {
    margin-top: 19px;
    margin-bottom: 19px
}

.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px
}

@media(min-width: 768px) {
    .navbar-text {
        float:left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(min-width: 768px) {
    .navbar-left {
        float:left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #f2f2f2
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #f2f2f2
}

.navbar-inverse .navbar-nav>li>a {
    color: #f2f2f2
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #f2f2f2
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #f2f2f2
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #f2f2f2
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 28px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #ccc
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 28px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    z-index: 3;
    color: #b8b8b8;
    background-color: #f7f7f7;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #ccc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 25px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 28px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid 0;
    border-radius: 0
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: transparent
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #ccc;
    background-color: transparent;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #ccc
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #b3b3b3
}

.label-primary {
    background-color: #000
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #000
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #1e1e1e
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #ccc;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #000;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f7f7f7
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #dedede
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 90px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 28px;
    line-height: 1.42857143;
    background-color: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #000
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 28px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 28px;
    margin-bottom: 28px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    background-color: #f7f7f7;
    color: #ccc;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #ccc
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #666
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 28px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 28px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #000
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #000
}

.panel-primary>.panel-heading .badge {
    color: #000;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #000
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Source Sans pro";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Source Sans pro";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 20px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media(min-width: 1200px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-block {
        display:block !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none !important
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none !important
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.text--base {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    font-family: "Source Sans pro"
}

.text--small {
    font-size: 18px;
    line-height: 25px
}

.text--lead {
    line-height: 28px;
    font-weight: normal;
    font-family: "Source Sans pro";
    font-size: 20px;
    line-height: 23px
}

.text--lead--large {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    font-family: "Source Sans pro";
    font-size: 34px !important;
    line-height: 42px !important
}

@media(min-width: 768px) {
    .text--lead--large {
        font-size:20px;
        line-height: 28px;
        font-weight: normal;
        font-family: "Source Sans pro";
        font-size: 25px;
        line-height: 33px
    }
}

.text--lead--highlight {
    font-weight: normal;
    font-family: "Source Sans pro";
    font-size: 20px;
    line-height: 23px;
    line-height: 28px
}

.title--small {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: .2px;
    color: #000
}

.arrow-link {
    display: block;
    color: #333
}

.arrow-link:after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px
}

.arrow-link:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow-link:hover {
    color: #FFF
}

.arrow-link:hover:after {
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px
}

.arrow-link:hover:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow-link--centered {
    display: block;
    color: #333
}

.arrow-link--centered:after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    position: absolute;
    right: 0
}

.arrow-link--centered:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow-link--centered:hover {
    color: #FFF
}

.arrow-link--centered:hover:after {
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px
}

.arrow-link--centered:hover:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.clear {
    clear: both
}

.circle {
    border-radius: 50%
}

.rounded {
    border-radius: 5px
}

.vertical-align-fixed {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 768px) {
    .collapse-mobile,.collapse-xs {
        display:block;
        height: auto
    }
}

@media(min-width: 992px) {
    .collapse-sm {
        display:block;
        height: auto
    }
}

.collapse-wrapper {
    display: block;
    padding: 0 0 20px 0;
    margin: -1px 0 0 0;
    border-top: 1px solid #fff
}

.center {
    text-align: center
}

.center__content {
    display: inline-block;
    text-align: left
}

.box {
    border-radius: 5px;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2),0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2),0 2px 5px rgba(0,0,0,.2);
    margin-bottom: 30px;
    padding-bottom: 20px
}

@media(max-width: 992px) {
    .box {
        margin-bottom:15px
    }
}

.box__section {
    padding: 20px;
    border-bottom: 1px solid #ccc
}

.box__section:last-child {
    border-bottom: 0
}

.box__section--small {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    padding: 14px 20px
}

.box__section--small:last-child {
    border-bottom: 0
}

.box__section__title {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: .2px;
    color: #000;
    margin: 0 0 5px 0
}

.linkbox__title,.title--border {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    font-family: "Source Sans pro";
    letter-spacing: .2px;
    line-height: 14px;
    padding-bottom: 14px;
    border-bottom: 5px solid #ff0007;
    margin: 0
}

.item-list .linkbox__content li {
    margin-bottom: 14px
}

.linkbox__content,.main_content__courses_list {
    background: #eee;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 30px
}

.linkbox__content li,.main_content__courses_list li {
    position: relative;
    padding: 3px 20px 3px 36px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 14px;
    font-family: "Source Sans pro";
    line-height: 20px
}

.linkbox__content li:last-child,.main_content__courses_list li:last-child {
    margin-bottom: 0
}

.linkbox__content a,.main_content__courses_list a {
    display: block;
    color: #333
}

.linkbox__content a:after,.main_content__courses_list a:after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px
}

.linkbox__content a:after:hover,.main_content__courses_list a:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.linkbox__content a:hover,.main_content__courses_list a:hover {
    color: #000
}

.linkbox__content a:hover:after,.main_content__courses_list a:hover:after {
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px
}

.linkbox__content a:hover:after:hover,.main_content__courses_list a:hover:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.linkbox__content a:after,.main_content__courses_list a:after {
    color: #000;
    left: 18px;
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px
}

.linkbox__content a:after:hover,.main_content__courses_list a:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.linkbox--downloads li {
    padding-left: 45px
}

.linkbox--downloads a:after {
    background: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    color: #000;
    width: auto
}

.linkbox--downloads a:hover:after {
    background: none
}

.linkbox--large .linkbox__title {
    display: none
}

.linkbox--large .linkbox__content {
    background: none;
    padding: 0;
    border-top: 2px solid #ccc;
    margin-bottom: 60px
}

.linkbox--large .linkbox__content li {
    display: block;
    position: relative;
    padding: 12px 40px 12px 0;
    border-bottom: 2px solid #ccc;
    margin: 0;
    color: #333;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    padding-left: 0;
    font-family: "Source Sans pro"
}

.linkbox--large .linkbox__content li:first-child {
    border-top: 0
}

.linkbox--large .linkbox__content a {
    display: block;
    color: #333
}

.linkbox--large .linkbox__content a:after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    position: absolute;
    right: 0
}

.linkbox--large .linkbox__content a:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.linkbox--large .linkbox__content a:hover {
    color: #000
}

.linkbox--large .linkbox__content a:hover:after {
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==);
    width: 9px;
    height: 16px
}

.linkbox--large .linkbox__content a:hover:after:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.linkbox--large .linkbox__content a:after {
    left: auto;
    right: 0
}

.linkbox--large .linkbox--downloads a::after,.linkbox--large .linkbox--downloads a:hover::after {
    content: "\f0ed";
    background: none;
    width: auto;
    color: #333
}

.linkbox--large .linkbox--downloads a:hover::after {
    color: #000
}

.item-list {
    padding-left: 0;
    list-style: none
}

.item-list li {
    margin-bottom: 7px
}

.item-list li:last-child {
    margin-bottom: 0
}

.list--line {
    padding-left: 0;
    list-style: none
}

.list--line__item {
    display: block;
    position: relative;
    padding: 12px 40px 12px 0;
    border-bottom: 2px solid #ccc;
    margin: 0;
    color: #333;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px
}

.list--line__item:first-child {
    border-top: 0
}

.icon-close {
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAA1UlEQVQ4T62UYQqCQBCFvxHzTgXdJCiiY4UUdJOg7mTixrqjKe64/Vh/KKzDmzfvvVlBH0e5g/Yt4Iazta8DgXIrtC9fJ/7lqA7AHbhBc0mBBZDqCpyAo9A8JDApniBFYODqNbAfiJy1voNuL8sfNliithdFqQ5dlmCpml6joJMNFiq8JnajEcgG6+rgiQ0yuja1ec5sSMK0X9yMGaP5mBsdJQ0SZbSil0bjE83ZgpEhupL15X+MZjvntSo0gPGc5bU/FbZUzvxu5luRbEub7RrJdbF9AU7tpI0QyvXaAAAAAElFTkSuQmCC) no-repeat 0 0 transparent
}

.icon-expand,.icon-collapse {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px
}

.icon-expand::before,.icon-collapse::before,.icon-expand::after,.icon-collapse::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #333;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 400ms all ease-out;
    transition: 400ms all ease-out;
    -webkit-backface-visibility: hidden
}

.icon-expand::after,.icon-collapse::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-collapse::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-circle--red {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px !important;
    line-height: 40px !important;
    background-color: #000;
    color: white
}

.icon-circle--red:hover {
    background: #b8b8b8
}

.icon-circle--small {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px !important;
    line-height: 24px !important
}

.icon-circle--small {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px !important;
    line-height: 24px !important
}

.arrow-left--white,.arrow-right--white,.arrow-left--gray,.arrow-right--gray,.arrow-left--gray-dark,.arrow-right--gray-dark,.arrow-left--red,.arrow-right--red {
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover
}

.arrow-left--white:hover,.arrow-right--white:hover,.arrow-left--gray:hover,.arrow-right--gray:hover,.arrow-left--gray-dark:hover,.arrow-right--gray-dark:hover,.arrow-left--red:hover,.arrow-right--red:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow-left--white,.arrow-left--gray,.arrow-left--gray-dark,.arrow-left--red {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.arrow-left--white:hover,.arrow-left--gray:hover,.arrow-left--gray-dark:hover,.arrow-left--red:hover {
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==) no-repeat 0 0 transparent;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow-left--white:hover:hover,.arrow-left--gray:hover:hover,.arrow-left--gray-dark:hover:hover,.arrow-left--red:hover:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow-left--gray,.arrow-right--gray {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iIzk4ODI2NiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow-left--gray-dark,.arrow-right--gray-dark {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iIzMzMzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow-left--red,.arrow-right--red {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjU1IiB3aWR0aD0iMjgiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCA1NSI+PHBhdGggZmlsbD0iI2ZmMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDI2Ljc3IDI4LjMzIEMgMjcuMTMgMjcuOTcgMjcuMzcgMjcuNDkgMjcuMzcgMjcuMTMgQyAyNy4zNyAyNi43NyAyNy4xMyAyNi40MSAyNi43NyAyNi4wNiBMIDYuNjkgMC44NCBDIDYuMzMgMC4yNCA1Ljk4IDAgNS41IDAgQyA1LjE0IDAgNC43OCAwLjEyIDQuNDIgMC4zNiBMIDEuMiAyLjE1IEMgMC43MiAyLjM5IDAgMi44NyAwIDMuMzUgQyAwIDMuNzEgMC4zNiA0LjA2IDAuNiA0LjQyIEwgMTYuMDIgMjcuMTMgTCAwLjYgNDkuOTYgQyAwLjQ4IDUwLjIgMC4xMiA1MC40NCAwLjEyIDUxLjA0IEMgMC4xMiA1MS42MyAwLjYgNTEuODcgMS4yIDUyLjIzIEwgNC40MiA1NC4wMiBDIDQuNzggNTQuMTQgNS4xNCA1NC4zOCA1LjUgNTQuMzggQyA2LjEgNTQuMzggNi40NSA1My45IDYuNjkgNTMuNTUgTCAyNi43NyAyOC4zMyBaIE0gMjYuNzcgMjguMzMiIC8+PC9zdmc+Cg==)
}

.arrow--small {
    width: 9px;
    height: 16px
}

.bg-gray-lighter {
    background-color: #f7f7f7
}

.bg-gray-light {
    background-color: #ccc
}

.bg-brand {
    background-color: #000
}

.text-white {
    color: #fff
}

.text-black {
    color: #b8b8b8
}

.text-brand {
    color: #b8b8b8
}

.fa {
    display: inline-block;
    font: normal normal normal 20px/1 fa-brands-400 !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.full-screen {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.copyright {
    font-size: 11px
}

.underlined {
    border-bottom: 1px solid;
    display: block
}

li {
    list-style: none
}

h1 {
    color: #a2927d;
    font-size: 36px
}


h4 {
    color: #FFF;
    margin: 0;
    padding: 14px 0;
    font-size: 16px
}



.container {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .container {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(max-width: 768px) {
    .wrapper {
        margin-bottom:0 !important;
        height: auto
    }
}

@media(min-width: 992px) {
    .container {
        padding-left:30px;
        padding-right: 30px
    }
}

*:focus {
    outline: 0 !important
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0 !important
}

.padding-top-large {
    padding-top: 30px
}

.padding-bottom-large {
    padding-bottom: 60px
}

@media(min-width: 768px) {
    .padding-top-large {
        padding-top:60px
    }
}

html,body {
    height: 100%
}

.wrapper:after {
    content: "";
    display: block
}

.btn_large {
    padding: 9px 25px;
    border: 1px solid;
    text-align: center
}

.btn_large:hover {
    text-decoration: none;
    color: #1e1e1e;
    background: #FFF !important;
}
.btn_normal {
    padding: 9px 25px 9px;
    border: 1px solid #b8b8b8;
    text-align: center;
    color: #FFF !important;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px !important;
    font-family: Gotham;
    text-transform: uppercase;
    cursor: pointer;
}

.btn_normal:hover {
    text-decoration: none;
    background: #b8b8b8 !important;
    color: #1e1e1e !important;
    border: 1px solid #b8b8b8;
}

.btn_normal_white {
    padding: 9px 28px 9px;
    border: 1px solid #999999;
    text-align: center;
    color: #999999 !important;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px !important;
    font-family: Gotham;
    text-transform: uppercase;
}

.btn_normal_white:hover {
    text-decoration: none;
    background: #b8b8b8 !important;
    color: #FFF !important;
    border: 1px solid #b8b8b8;
}

#block-addtoanybuttons {
    float: right;
    width: 30px
}

#block-addtoanybuttons span {
    line-height: 16px !important
}

#block-addtoanybuttons a {
    padding: 0;
    border-radius: 5px;
    position: relative;
    margin-top: 0;
    font-size: 24px
}

#block-addtoanybuttons a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1e0";
    color: #999;
    position: absolute;
    right: 15px;
    top: 8px
}

#block-addtoanybuttons a>img {
    padding-bottom: 0
}

@media(max-width: 767px) {
    .page-calibre footer {
        border-top:0 !important
    }
}

.page-timepieces footer {
    border-top: 0 !important
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .page-calibre footer {
        border-top:0 !important
    }
}

.page-timepieces footer {
    border-top: 0 !important
}

footer {
    padding: 18px 0;
    background: #1e1e1e;
    color: #b8b8b8;
    border-top: 28px solid #FFF
}

footer ul {
    padding-left: 0
}

footer .footer--menu {
    margin-bottom: 20px;
    margin-top: 18px
    margin-right: 25px;
    margin-left: 25px;
}

footer .footer--menu>li {
    display: inline-block;
    padding-right: 39px;
    vertical-align: top;
    min-width: 155px
}

footer .footer--menu>li:last-child {
    padding-right: 0
}

footer .footer--menu>li .underlined {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: Gotham;
}

footer .footer--menu>li .menu {
    margin-top: 12px;
}

footer .footer--menu>li .menu>li {
    margin-bottom: -6px;
}

footer a {
    color: #b8b8b8;
    font-family: DinPro;
    font-size: 14px;
}

footer a:focus,footer a:hover {
    color: #faf9f8
}

/* Icones pour social media. les icones sont comprises dans awsomefont */
footer a.instagram::before,footer a.twitter::before, footer a.linkedin::before,footer a.youtube::before, footer a.facebook::before {
    font-family: fa-brands-400;
    font-size: 14px;
    margin-right: 8px
}
header a.lang_selector{
    padding: 0px;
}
header a.lang_selector::before{
    content: "\f1ab";
    font-family: fa-solid-900;
    font-weight: 900;
    font-size: 15px;
    margin-right: 8px;
}
@media(min-width: 1024px) {
    header a.lang_selector::after{
        content: "\f0d7";
        font-family: fa-solid-900;
        font-weight: 900;
        font-size: 15px;
        margin-left: 8px;
    }
}

footer a.instagram::before {
    content: "\f16d"
}

footer a.linkedin::before {
    content: "\f0e1";
    margin-right: 7px
}

footer a.youtube::before {
    content: "\f167";
    margin-right: 7px
}

footer a.twitter::before {
    content: "\f099";
    margin-right: 7px
}

footer a.facebook::before {
    content: "\f09a";
    margin-right: 13px
}

footer .footer--bottom {
    display: table;
    width: 100%;
    padding-left: 40px;
}

footer .btn_large {
    display: inline-block
}

footer .copyright {
    display: table-cell;
    vertical-align: bottom
}

footer .copyright a {
    font-size: 11px
}

footer .footer--bottom-cell {
    display: table-cell;
    vertical-align: top;
    text-align: right
}

footer .footer--bottom-cell a {
    color: #faf9f8;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Gotham;
}

@media(max-width: 1200px) {
    footer .footer--menu>li {
        min-width:140px;
        padding-right: 30px
    }
}

@media(min-width: 768px) {
    footer .block--mobile {
        display:inline-block;
        padding-bottom: 15px
    }
}

@media(max-width: 767px) {
    footer {
        padding:18px 20px 10px 20px
    }

    footer .block--mobile {
        display: block
    }

    footer .footer--menu>li {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
}

@media(max-width: 768px) {
    footer .btn--fullwidth {
        /*width:100%;*/
        margin-top: 10px;
        margin-bottom: 25px;
        font-family: Gotham;
        text-transform: uppercase;
        font-size: 14px;
    }

    footer a {
        font-size: 18px
    }

    footer .block--socialmedia a {
        font-size: 22px
    }

    footer .footer--bottom {
        display: block;
    }

    footer .footer--bottom .copyright {
        font-size: 13px;
        text-align: center;
        display: block;
        width: 100%;

    }

    footer .footer--bottom .copyright a {
        font-size: 13px
    }
}

#header {
    /* border-top:5px solid #1e1e1e !important; */
    z-index: 99999999999;
    width: 100vw;
    /*background: rgba(0, 0, 0, 0.1) !important;*/
}

.navbar {
    border: 0 !important
}

.top-nav #header {
    position: relative
}

.top-nav .button--krayonav {
    position: absolute
}

.logo {
    float: left;
    position: relative;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 58px;
    /* background-color: #fff; */
}

.logo img {
    width: 257px;
    max-height: 58px;
}

.item-list-collections {
    background: #FFF;
    text-align: left;
    padding: 15px 5px
}

.item-list-collections ul {
    padding: 0
}

.item-list-collections img {
    width: 100%;
    height: auto
}

.item-list-collections h4 {
    font-size: 25px;
    padding-bottom: 0;
    color: #b8b8b8
}

.item-list-collections .collections-description {
    color: #FFF
}

.krayonav {
    min-height: 60px;
    text-align: left;
    padding-left: 257px;
    /* text-transform: uppercase; */
}

.krayonav__flyout {
    padding: 0;
    -webkit-transition: visibility .3s linear 0s,opacity .3s linear,margin 0s ease;
    transition: visibility .3s linear 0s,opacity .3s linear,margin 0s ease;
    margin: 0 !important
}

.krayonav__flyout a:hover {
    text-decoration: none !important;
    color: #FFF !important
}

.krayonav__flyout a:hover .subtitle {
    color: #FFF !important
}

.krayonav__flyout a:hover img {
    opacity: .9 !important
}

.menu--item-static {
    display: block;
    text-align: right;
    float: right;
    margin: 20px 0 0 0 !important
}

.menu--item-static:first-child {
    margin-top: 30px !important
}

.menu--item-static a {
    padding: 0 10px 0 5px !important;
    /*border-left: 1px solid #f46060;*/
    font-size: 15px !important;
    display: block;
    text-transform: uppercase;
    height: 38px;
}
/*.menu--item-static a:after {
    content:"";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 14px;
    height: 1px;
    transition: width .35s cubic-bezier(0,.1,.125,.7);
    transition-delay: .1s;
    width: 0px;
    background: #f46060;
}
.menu--item-static a:hover::after {
    width: 60%;
}*/

#krayonav-main {
    z-index: 99
}

#krayonav-main li>a {
    font-size: 15px;
    font-family: Gotham;
	text-transform: uppercase;
    /*text-shadow: 1px 1px 1px #FFF;
    text-shadow: 2px 2px 2px #000;*/
    /*text-shadow:1px -1px rgba(0,0,0,0.75),
                1px 0 rgba(0,0,0,0.75), 
                1px 1px rgba(0,0,0,0.75), 
                0 -1px rgba(0,0,0,0.75), 
                0px 1px rgba(0,0,0,0.75), 
                -1px -1px rgba(0,0,0,0.75), 
                -1px 0 rgba(0,0,0,0.75), 
                -1px 1px rgba(0,0,0,0.75),
                2px -2px rgba(0,0,0,0.25),
                2px 0 rgba(0,0,0,0.25), 
                2px 2px rgba(0,0,0,0.25), 
                0 -2px rgba(0,0,0,0.25), 
                0px 2px rgba(0,0,0,0.25), 
                -2px -2px rgba(0,0,0,0.25), 
                -2px 0 rgba(0,0,0,0.25), 
                -2px 2px rgba(0,0,0,0.2),
                3px -3px rgba(0,0,0,0.1),
                3px 0 rgba(0,0,0,0.1), 
                3px 3px rgba(0,0,0,0.1), 
                0 -3px rgba(0,0,0,0.1), 
                0px 3px rgba(0,0,0,0.1), 
                -3px -3px rgba(0,0,0,0.1), 
                -3px 0 rgba(0,0,0,0.1), 
                -3px 3px rgba(0,0,0,0.1);*/
    /*text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);*/
}

#krayonav-main li>a:hover {
    text-decoration: none !important;
    color: #FFF
}


/*#krayonav-main li>a:after {
    content:"";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 14px;
    height: 1px;
    transition: width .35s cubic-bezier(0,.1,.125,.7);
    transition-delay: .1s;
    width: 0px;
    background: #f46060;
}
#krayonav-main li>a:hover::after {
    width: 60%;
}*/
.krayon-main-menu:after{
    content:"";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 14px;
    height: 2px;
    transition: width .35s cubic-bezier(0,.1,.125,.7);
    transition-delay: .1s;
    width: 0px;
    background: #f46060;
}
.krayon-main-menu:hover::after{
    width: 60%
}

#krayonav-main .collections-description h5 {
    color: #b8b8b8;
    font-size: 15px;
    margin-top: 5px
}

#krayonav-main .collections-description h4 {
    color: #b8b8b8;
    margin-bottom: 0
}

#krayonav-main a {
    color: #b8b8b8;
    font-size: 15px;
}

#krayonav-main .caret {
    width: 100%;
    background: none;
    right: 0;
    border: 0;
    /* text-transform: uppercase; */
}

#krayonav-main .caret:before {
    right: auto;
    border: 0;
    display: inline-block;
    font: normal normal normal 14px/1 fa-solid-900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    left: 7px;
    top: 16px
}

#krayonav-main .js-krayonav-item-expanded .caret:before {
    content: "\f107"
}

.button.button--krayonav {
    left: 10px;
    right: auto;
    background: transparent !important;
    border: 0;
    top: 14px !important;
    z-index: 99999;
    height: 23px
}

.button.button--krayonav:hover {
    background: transparent !important
}

.button.button--krayonav .bars {
    -webkit-box-shadow: 0 9px 0 1px #fff, 0 16px 0 1px #fff, 0 23px 0 1px #fff;
    box-shadow: 0 9px 0 1px #fff, 0 16px 0 1px #fff, 0 23px 0 1px #fff;
}

@media(max-width: 768px) {
    #block-views-block-calibres-block-1 a {
        font-weight:bold;
        display: block;
        margin-bottom: 10px
    }

    .button--krayonav .bars {
        top: 0 !important
    }

    .krayonav__item .caret {
        display: none
    }

    .has-krayonav .caret {
        display: block
    }

    .logo {
        display: block;
        text-align: center;
        float: none
    }

    .logo img {
        width: 150px;
        padding-top: 1px;
        padding-bottom: 1px
    }

    #krayonav-main {
        padding: 20px
    }

    #krayonav-main li>a {
        font-size: 20px
    }

    #krayonav-main .krayonav__item {
        padding-bottom: 0;
        border-bottom: 1px solid;
        margin-bottom: 15px
    }

    #krayonav-main .krayonav__item .krayonav__link {
        padding: .3em 1.25em .3em 0 !important
    }

    #krayonav-main .has-krayonav .krayonav__link {
        padding: .3em 1.25em !important;

    }

    .menu--item-static {
        padding: 0 !important;
        text-align: left;
        color: grey;
        text-transform: uppercase
    }

    .menu--item-static:first-child {
        margin-top: 30px !important
    }

    .menu--item-static a {
        border-left: 0 !important;
        padding: 0 !important
    }

    #menu-bar .krayonav__flyout .item-list-collections {
        padding: 0 10px
    }

    #menu-bar .krayonav__flyout .item-list-collections h4 {
        font-size: 18px
    }

    #menu-bar .menu--item-static {
        display: block;
        padding: 5px 20px;
        text-transform: uppercase
    }

    #menu-bar .menu--item-static a {
        display: block;
        border-bottom: 1px solid;
        padding-bottom: 5px;
        font-size: 17px !important;
        color: #1e1e1e;
    }

    #menu-bar .menu--item-static a:hover {
        text-decoration: none
    }

    #menu-bar .item--collection>.row {
        margin: 0 !important
    }

    #menu-bar .item--collection h4,#menu-bar .item-list-collections h4 {
        color: #000
    }

    #menu-bar .item--collection img,#menu-bar .item-list-collections img {
        width: 1px;
        height: auto;
        display: none
    }

    #menu-bar .item--collection h5,#menu-bar .item-list-collections h5 {
        display: none
    }

    #menu-bar .item--collection li,#menu-bar .item-list-collections li {
        padding: 0
    }

    #menu-bar #krayonav-main {
        text-align: left;
        background: #1e1e1e;
		color: #fff
        height: 80vh;
        overflow-y: scroll;
    }

    #menu-bar #krayonav-main a {
        background:#1e1e1e;
        color: #b8b8b8;
        font-size: 18px;
    }

    #menu-bar #krayonav-main>li>a {
        color: #b8b8b8;
        text-transform: uppercase;
    }
    #menu-bar #krayonav-main>li>a:hover::after {
        width: 0px;
    }


    #menu-bar #krayonav-main .krayonav__region a {
        font-weight: 300
    }

    #menu-bar #krayonav-main .link--collection a {
        
    }

    #menu-bar #krayonav-main .menu--item-static a {
        font-weight: normal
    }

    #menu-bar #krayonav-main .krayonav__item:nth-child(2) .item--collection a {
        font-weight: 400
    }
}

@media(min-width: 768px) {
    #krayonav-main .krayonav__item .krayonav__flyout {
        max-height:none !important
    }

    #block-krayonavmainnavigation #krayonav-main .krayonav__flyout .subtitle {
        margin-bottom: 15px;
        min-height: 55px
    }

    #krayonav-main .krayonav__item:first-child .krayonav__flyout {
        padding-bottom: 20px;
        max-height: none !important
    }

    #krayonav-main .krayonav__item:first-child .krayonav__flyout .subtitle {
        padding-bottom: 30px
    }

    .krayonav>li {
        margin: 0 2px
    }

    #krayonav-main>li>a {
        padding: 19px 13px 19px 13px;
        color: #FFF;

    }
}

.hide-nav {
    padding-top: 60px !important
}

.hide-nav #header {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    opacity: 1;
    width: 100%;
    position: fixed;
    z-index: 999999999999999;
    background: #000;
    top: -70px
}

.show-nav {
    padding-top: 60px !important
}

.show-nav #header {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    opacity: 1;
    width: 100%;
    position: fixed;
    z-index: 99999999999999999999;
    top: 0;
    border: 0
}

.show-popup #header {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    opacity: 1;
    width: 100%;
    position: fixed;
    z-index: 999999999999999;
    background: #000;
    top: -70px
}

.item--collection img {
    padding-bottom: 10px
}

.krayonav__region .item--collection h3 {
    display: none
}

.krayonav__region img {
    width: 100%;
    height: auto;
    /*max-height: 193px*/
}

.krayonav__region ul {
    padding: 0
}

.krayonav__region li {
    text-align: left
}

#krayonav-main .krayonav__flyout {
    background: #1e1e1e;
    padding: 20px 14px 15px;
    border-radius: 0;
}

#krayonav-main .krayonav__flyout a {
    color: #b8b8b8
}

#krayonav-main .krayonav__flyout .subtitle {
    display: block;
    font-size: 15px;
    /*border-bottom: 1px solid #f46060;*/
    padding-bottom: 10px;
}

#krayonav-main .krayonav__flyout .menu--link-model {
    font-size: 15px;
    display: block
}

#krayonav-main .krayonav__flyout .menu--link-model:before {
    content: "\00a0";
    display: inline-block;
    color: #f46060;
    padding-right: 5px;
    border-left: #f46060;
    border-left-width: 1px;
    border-left-style: solid;
}

#krayonav-main .krayonav__flyout .menu--link-collection {
    font-family: Gotham;
    text-transform: uppercase;
}

@media(max-width: 768px) {
    .show-nav #header {
        opacity:1
    }

    .link--collection a {
        font-family: Gotham;
        text-transform: uppercase;
    }

    .menu--link-model:before {
        content: "\00a0";
        display: inline-block;
        color: #f46060;
        padding-right: 5px;
        border-left: #f46060;
        border-left-width: 1px;
        border-left-style: solid;
}
    }

    .item--collection {
        margin-bottom: 25px
    }

    #krayonav-main .krayonav__flyout {
        padding: 5px 14px 0
    }

    #block-findus .item--collection {
        margin-bottom: 8px
    }
}

.cover--infos {
    top: 40%
}

.cover--infos h3 {
    font-size: 30px;
    width: 320px;
    /*border-top: 1px solid #b8b8b8*/
}

.cover--infos img {
    margin-top: 25px;
    width: 100px;
    height: auto
}

@media(max-width: 767px) {
    .page-timepieces .container--body {
        padding:0 !important;
        border-bottom: 0 !important
    }

    .page-timepieces .cover--infos {
        top: auto
    }

    .page-timepieces .cover--infos h1 {
        font-size: 25px !important
    }

    .page-timepieces .cover--infos h3 {
        font-size: 19px !important
    }

    .page-timepieces .body--element {
        padding: 15px;
        display: block;
        border-bottom: 1px solid #979797;
        background: white;
        margin-top: 30px
    }

    .page-timepieces .block--quote {
        padding-top: 40px !important
    }

    .page-timepieces .par--image-with-link {
        background: #000
    }

    .page-timepieces #timepieces {
        margin-top: 0 !important
    }

    .page-timepieces .par--background-image {
        height: auto !important
    }
}

@media(min-width: 992px) {
    .page-timepieces .krayon-unique .field-name-field-static-block {
        background:#000
    }

    .page-timepieces .krayon-unique .par--image-with-link {
        background: #FFF
    }
}

.page-timepieces .krayon-unique {
    background: #FFF
}

.page-timepieces .krayon-unique #timepieces {
    background: #000;
    margin-top: 30px
}

.krayon-unique .body--element {
    padding: 0 115px 62px
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .krayon-unique .body--element {
        padding:10px 30px 0 30px !important;
        border-bottom: 0 !important
    }
}

@media(max-width: 992px) {
    .krayon-unique .par--image-with-link {
        background:#FFF !important
    }
}

.krayon-unique .border-inside {
    bottom: 30px !important
}

#timepieces {
    padding: 50px 0 40px 0;
    background: #000
}

@media(max-width: 768px) {
    #timepieces h2 {
        margin-top:0;
        font-size: 36px
    }

    #timepieces .collections-description h4 {
        font-size: 18px;
        line-height: 20px;
        display: inline-block;
        width: 60%
    }

    #timepieces .collections-description h3 {
        font-size: 36px !important;
        color: #b8b8b8
    }
}

@media(max-width: 560px) {
    #timepieces {
        position:relative
    }

    #timepieces h3 {
        color: #FFF
    }
}

#timepieces .collections-description {
    text-align: left;
    padding-left: 8px;
    position: absolute;
    left: 20px;
    display: block;
    margin: 0 0 0 15px;
    padding-top: 30px;
    max-width: 90%
}

#timepieces .collections-description h3 {
    text-align: center;
}

#timepieces .collections-description h4 {
    text-align: center;
}

@media only screen and (min-width: 769px) and (max-width:991px) {
    #timepieces .collections-description {
        position:relative
    }
}

#timepieces h2 {
    text-align: center;
    padding-bottom: 20px;
    font-weight: normal;
    font-size:45px;
    text-transform: uppercase;
}

#timepieces .item-list .short {
    margin: 0 -15px 0 0
}

#timepieces .item-list ul {
    padding-left: 0
}

#timepieces .item-list li {
    display: inline-block;
    padding-bottom: 150px;
    position: relative
}

#timepieces .item-list li:first-child {
    position: relative;
    z-index: 93
}

#timepieces .item-list li:nth-child(2) {
    position: relative;
    z-index: 92
}

#timepieces .item-list li:nth-child(3) {
    position: relative;
    z-index: 91
}

#timepieces .item-list li:hover {
    z-index: 9999
}

#timepieces .item-list li img {
    z-index: 3 !important;
    margin: 0 -10px
}

#timepieces .item-list a {
    color: #FFF
}

#timepieces .item-list a:hover {
    text-decoration: none
}

#timepieces .item-list a:hover .image--collection {
    display: none
}

#timepieces .item-list a:hover .image--collection-hover {
    display: block
}

#timepieces .item-list a:hover h3 {
    color: #FFF !important;
    font-family: Gotham;
    text-transform: uppercase;
}

#timepieces .item-list a:hover img {
    z-index: 999;
    position: relative
}

/*#timepieces .item-list .swiper-wrapper {
    background: url('../img/timepieces_background.png') no-repeat center 0 transparent;
    background-size: cover;
    background-position: center -70px
}*/

@media(min-width: 768px) {
    #timepieces .item-list .swiper-wrapper {
        -webkit-transform:none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    #timepieces .item-list ul {
        display: block;
        text-align: center
    }

    #timepieces .item-list li {
        display: inline-block;
        padding-bottom: 150px;
        position: relative;
        width: 270px;
    }
}

@media(max-width: 767px) {
    #timepieces .item-list .short {
        margin:0;
        width: 100%
    }

    #timepieces .item-list li {
        display: block;
        margin: 0;
        padding: 0;
        position: relative
    }

    /*#timepieces .item-list .swiper-wrapper li {
        background: url('../img/timepieces_background.png') no-repeat center -190px transparent;
        background-size: 215% 155%
    }*/

    #timepieces .item-list img {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    #timepieces .item-list .collections-description {
        text-align:left;
        padding-left: 0;
        position: relative;
        left: 39px;
        display: block;
        margin: 0;
        padding-top: 0;
        width: 100%
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    #timepieces .item-list li {
        display:inline-block;
        margin: 0;
        padding: 0;
        position: relative
    }

    #timepieces .item-list li:first-child .short {
        margin: 0 -5px;
        width: 100%
    }

    #timepieces .item-list li:nth-child(2) .short {
        margin: 0 -15px;
        width: 100%
    }

    #timepieces .item-list li:nth-child(3) .short {
        margin: 0 -5px;
        width: 100%
    }
}

@media(min-width: 560px) and (max-width:768px) {
    .cover--soldat {
        background-size:40% auto !important
    }
}

@media(min-width: 560px) {
    .swiper-pagination-editions,.swiper-pagination-collections {
        display:none
    }
}

@media(max-width: 767px) {
    .image--collection-hover {
        display:inline-block !important
    }

    .swiper-container-editions,.swiper-container-gallery,.swiper-container-collections {
        overflow: hidden;
        text-align: center
    }

    .swiper-container-editions img,.swiper-container-gallery img,.swiper-container-collections img {
        opacity: 1 !important
    }

    .swiper-container-editions .swiper-pagination-clickable,.swiper-container-gallery .swiper-pagination-clickable,.swiper-container-collections .swiper-pagination-clickable {
        display: block !important;
        text-align: center
    }

    .swiper-container-editions .swiper-pagination-clickable .swiper-pagination-bullet,.swiper-container-gallery .swiper-pagination-clickable .swiper-pagination-bullet,.swiper-container-collections .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #443b30;
        width: 20px;
        height: 20px;
        opacity: 1
    }

    .swiper-container-editions .swiper-pagination-clickable .swiper-pagination-bullet-active,.swiper-container-gallery .swiper-pagination-clickable .swiper-pagination-bullet-active,.swiper-container-collections .swiper-pagination-clickable .swiper-pagination-bullet-active {
        background: #b8b8b8 !important
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .image--collection-hover {
        display:inline-block !important
        z-index:3;
    }

    .swiper-container-editions,.swiper-container-gallery,.swiper-container-collections {
        overflow: visible;
        overflow-x: hidden;
        text-align: center
    }

    .swiper-container-editions img,.swiper-container-gallery img,.swiper-container-collections img {
        opacity: 1 !important
    }

    .swiper-container-editions .swiper-pagination-clickable,.swiper-container-gallery .swiper-pagination-clickable,.swiper-container-collections .swiper-pagination-clickable {
        display: block !important;
        text-align: center
    }

    .swiper-container-editions .swiper-pagination-clickable .swiper-pagination-bullet,.swiper-container-gallery .swiper-pagination-clickable .swiper-pagination-bullet,.swiper-container-collections .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #443b30;
        width: 20px;
        height: 20px;
        opacity: 1
    }

    .swiper-container-editions .swiper-pagination-clickable .swiper-pagination-bullet-active,.swiper-container-gallery .swiper-pagination-clickable .swiper-pagination-bullet-active,.swiper-container-collections .swiper-pagination-clickable .swiper-pagination-bullet-active {
        background: #b8b8b8 !important
    }
}

.krayon-everywhere .body--element,.krayon-unique .body--element,.krayon-anywhere .body--element {
    padding: 0 115px 30px;
    margin-bottom: 35px;
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .krayon-everywhere .body--element,.krayon-unique .body--element,.krayon-anywhere .body--element {
        padding:0 30px 62px 30px
    }
}

.krayon-everywhere #timepieces,.krayon-unique #timepieces,.krayon-anywhere #timepieces {
    padding: 10px 0 40px 0
}

@media(min-width: 768px) {
    .krayon-everywhere .block--models,.krayon-unique .block--models,.krayon-anywhere .block--models {
        background:#FFF;
        position: relative;
        z-index: 19;
    }

    .krayon-everywhere .block--models .col-md-4.views-row,.krayon-unique .block--models .col-md-4.views-row,.krayon-anywhere .block--models .col-md-4.views-row {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 26%
    }
}

.krayon-everywhere .model--short,.krayon-unique .model--short,.krayon-anywhere .model--short {
    padding-bottom: 64px
}

.krayon-everywhere .model--short img,.krayon-unique .model--short img,.krayon-anywhere .model--short img {
    width: 224px;
    margin-left: -10px;
    opacity: 1
}

.krayon-everywhere .model--short:hover img,.krayon-unique .model--short:hover img,.krayon-anywhere .model--short:hover img {
    opacity: .92
}

.krayon-everywhere .model--short:hover .description h3,.krayon-unique .model--short:hover .description h3,.krayon-anywhere .model--short:hover .description h3 {
    color: #b8b8b8
}

.krayon-everywhere .par--background-image,.krayon-unique .par--background-image,.krayon-anywhere .par--background-image {
    top: -190px;
    height: 770px
}

.krayon-everywhere .par--background-image .background-parallax,.krayon-unique .par--background-image .background-parallax,.krayon-anywhere .par--background-image .background-parallax {
    height: 770px
}

@media(min-width: 768px) {
    .krayon-everywhere .block--models,.krayon-unique .block--models,.krayon-anywhere .block--models {
        padding-top:10px !important
    }
}

@media(max-width: 767px) {
    .krayon-everywhere #timepieces,.krayon-unique #timepieces,.krayon-anywhere #timepieces {
        padding:50px 0 40px 0
    }

    .krayon-everywhere .block--models .views-row:last-child .model--short,.krayon-unique .block--models .views-row:last-child .model--short,.krayon-anywhere .block--models .views-row:last-child .model--short {
        border-bottom: 0 !important
    }

    .krayon-everywhere .par--background-image,.krayon-unique .par--background-image,.krayon-anywhere .par--background-image {
        top: 0
    }

    .krayon-everywhere .body--element,.krayon-unique .body--element,.krayon-anywhere .body--element {
        padding: 40px 30px 62px
    }

    .krayon-everywhere .model--short,.krayon-unique .model--short,.krayon-anywhere .model--short {
        margin-bottom: 0;
        padding-bottom: 30px
    }

    .krayon-everywhere .model--short img,.krayon-unique .model--short img,.krayon-anywhere .model--short img {
        width: 240px;
        height: auto;
        margin-left: auto;
        max-width: 240px;
        margin-top: 60px
    }

    .krayon-everywhere .par--background-image .quote,.krayon-unique .par--background-image .quote,.krayon-anywhere .par--background-image .quote {
        font-size: 32px;
        text-align: center
    }
}

.krayon-everywhere .container--body {
    background: #222;
    color: #FFF
}

.krayon-everywhere .block--models {
    background: #222 !important
}

.krayon-everywhere .model--short .description h3 {
    color: #FFF
}

.krayon-everywhere .model--short img {
    opacity: .88
}

.krayon-everywhere .model--short:hover img {
    opacity: 1
}

.krayon-everywhere .model--short:hover .description h3 {
    color: #b8b8b8
}

.krayon-everywhere .block--quote {
    top: 72%
}

@media(max-width: 767px) {
    .krayon-everywhere .container--body {
        background:#000
    }

    .krayon-everywhere .body--element {
        background: #000;
        color: #FFF;
        background-color: #000;
    }

    .krayon-everywhere .block--models {
        background: #222 !important
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .krayon-everywhere .container--body {
        background:#222
    }

    .krayon-everywhere .body--element {
        background: #222;
        color: #FFF
    }

    .krayon-everywhere .block--models {
        background: #222 !important
    }
}

.krayon-unique .container--body {
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 100px
}

.krayon-unique .par--background-image {
    height: 1000px;
    margin-bottom: 0;
    top: 0
}

.krayon-unique .par--background-image .background-parallax {
    height: 1040px
}

.krayon-unique .background-parallax {
    height: 1000px
}

.krayon-unique .block--quote {
    top: 70%
}

.krayon-unique .par--image-with-link .image-content--block {
    left: auto;
    max-width: 320px
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .krayon-unique .par--image-with-link .image-content--block {
        max-width:280px
    }
}

@media(max-width: 767px) {
    .krayon-unique .background-parallax-0 {
        border-bottom:20px solid white
    }

    .krayon-unique .block--quote .quote {
        text-align: center
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .krayon-unique .background-parallax-0 {
        border-bottom:20px solid white
    }

    .krayon-unique .block--quote .quote {
        text-align: center
    }
}

.model--block .show--details {
    padding: 100px 30px 30px 30px
}

.model--block .show--details .link--details {
    position: absolute;
    right: 20px;
    width: 32px;
    background: url('../../../../themes/krayon/assets/img/croix.png') no-repeat 0 0 transparent;
    background-size: 100%;
    margin: 0;
    top: 45px;
    height: 32px
}

.block--models {
    padding-top: 50px;
    text-align: center
}

.block--models h2 {
    margin-bottom: 120px
}

.block--editions {
    padding: 70px 30px 0;
    float: left;
    width: 100%
}

.block--editions .block--description {
    text-align: center;
    position: relative
}

.block--editions .block--description h2 {
    color: #b8b8b8;
    margin-bottom: 90px;
    margin-top: 0
}

.block--editions .block--description h5 {
    color: #b8b8b8;
    margin-bottom: 5px;
    font-size: 16px
}

.body--element {
    padding: 0 115px 72px;
    display: block;
    border-bottom: 1px solid #979797
}

.model--short {
    text-align: center
}

.model--short h5 {
    color: #b8b8b8;
    font-size: 16px;
    margin-bottom: 0
}

.model--short .ref {
    font-size: 16px;
    display: block
}

.model--short h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0
}

.model--short img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: none;
    transition: none
}

.model--short:hover img {
    opacity: .92
}

.model--short:hover .edition-description h3,.model--short:hover .edition-description h3 span,.model--short:hover span {
    color: #b8b8b8
}

.model--short .description {
    padding-left: 15px;
    padding-top: 0;
    border-left: 1px solid;
    color: #b8b8b8;
    display: block;
    margin-left: 50px;
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
    min-height: 90px
}

.model--short .description h3 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px
}

.model--short h4 {
    color: #b8b8b8;
    padding-top: 0
}

.model--short a:hover {
    text-decoration: none
}

@media(max-width: 767px) {
    .model--short {
        text-align:center;
        margin-bottom: 30px;
        border-bottom: 1px solid #979797;
        padding-bottom: 30px
    }

    .model--short h3 {
        padding-bottom: 0;
        padding-top: 5px;
        font-weight: 300;
        margin-bottom: 35px
    }

    .model--short .description {
        text-align: left;
        display: inline-block;
        clear: both;
        margin: 0 auto;
        width: 150px;
        min-height: 10px
    }

    .model--short img {
        max-width: 200px;
        display: block;
        margin: 0 auto
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .model--short {
        text-align:center;
        border-bottom: 0;
        padding-bottom: 30px
    }

    .model--short h3 {
        padding-bottom: 0;
        padding-top: 5px;
        font-weight: 300;
        margin-bottom: 35px
    }

    .model--short .description {
        text-align: left;
        display: inline-block;
        clear: both;
        margin: 0 auto;
        width: 150px;
        min-height: 10px
    }

    .model--short img {
        max-width: 200px;
        display: block;
        margin: 0 auto
    }
}

.model--freedom .container--body {
    background: #222 !important;
    color: #FFF
}

.model--freedom .model--short .ref,.model--freedom .model--short h3 {
    color: #FFF
}

.model--freedom .model--short img {
    opacity: .88;
    -webkit-transition: none;
    transition: none
}

.model--freedom .model--short:hover img {
    opacity: 1
}

.model--freedom .model--short:hover .edition-description h3,.model--freedom .model--short:hover .edition-description h3 span,.model--freedom .model--short:hover span {
    color: #b8b8b8
}

.am-right,.am-left {
    position: relative;
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms
}

.page-model .block--editions .item-list li {
    margin-bottom: 40px
}

.page-model .block--editions .item-list li .text-center {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%
}

@media(max-width: 767px) {
    .page-model .block--editions .item-list li .text-center {
        position:relative
    }
}

.page-model .swiper-slide-active {
    width: 100% !important;
    -webkit-transition: 1s;
    transition: 1s
}

.page-model .swiper-slide-active .model--short {
    text-align: center
}

.page-model .swiper-slide-next .model--short {
    text-align: left !important
}

.page-model .field-name-field-edition {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid;
    padding-left: 0;
    width: 100%;
    padding-right: 0
}

.page-model .swiper-wrapper {
    padding-left: 0
}

.page-model .swiper-container-collections img {
    width: 190px;
    margin: 0 auto
}

@media(min-width: 768px) {
    .page-model .swiper-wrapper {
        -webkit-transform:none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 100%
    }
}

@media(min-width: 768px) {
    .page-model .swiper-container-collections {
        text-align:center
    }

    .page-model .swiper-container-collections .swiper-slide {
        display: inline-block;
        width: 33% !important
    }

    .page-model .swiper-container-collections .swiper-wrapper {
        display: block
    }

    .page-model .swiper-container-collections .swiper-slide {
        padding-bottom: 70px
    }
}

#model .link--return {
    font-size: 16px
}

@media(max-width: 767px) {
    .page-model .body--element {
        padding:15px 0
    }

    .page-model .block--editions {
        padding: 30px 0 0 0
    }

    .page-model .block--editions .block--description h2 {
        margin-bottom: 40px;
        font-size: 36px
    }

    .page-model .block--editions .item-list li {
        margin-bottom: 0
    }

    .page-model .model--short {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }

    .page-model .model--short h3 {
        margin-bottom: 30px !important
    }

    .page-model .swiper-button-next,.page-model .swiper-button-prev {
        display: block !important;
        top: 43% !important
    }

    .page-model .count--slides {
        position: relative;
        bottom: 0;
        text-align: center;
        width: 100%;
        left: 0;
        color: #b8b8b8;
        font-size: 16px;
        margin-bottom: 5px
    }

    .page-model .count--slides .current-slide {
        display: inline-block
    }

    .page-model .ref {
        padding: 6px 20px 6px;
        border: 1px solid #b8b8b8;
        text-align: center;
        color: #b8b8b8 !important;
        display: inline-block;
        margin-top: 20px;
        font-size: 18px !important;
        margin-top: 15px
    }

    .page-model .ref:hover {
        text-decoration: none;
        background: #b8b8b8;
        color: #FFF !important
    }

    .model--block .container--body {
        background: white
    }

    .block--models h2 {
        margin-bottom: 30px
    }
}

#az-timeline-container {
    padding-top: 0;
    background: white;
    margin: 0;
    width: 100%;
    display: block
}

.center {
    max-width: 1680px;
    width: 100%;
    position: relative;
    margin: 0 auto
}

#az-content {
    background: #fff;
    position: relative;
    width: 60.952380952380956%;
    margin: 0 auto 80px auto;
    height: auto;
    top: 767px;
    padding-top: 81px
}

.az-heading {
    width: 62.5%;
    position: relative;
    margin: 0 auto 60px auto;
    font-size: 18px
}

#az-timeline-container {
    border-top: 1px solid #979797;
    width: 87.5%;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
    overflow: hidden
}

.az-disc {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 50%;
    margin-left: -4px;
    top: 30px;
    background: #b8b8b8;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 2
}

.az-year {
    padding: 20px 0;
    background: -webkit-linear-gradient(0deg,#b8b8b8 2px,#fff 2px);
    background: -webkit-linear-gradient(left,#b8b8b8 2px,#fff 2px);
    background: linear-gradient(90deg,#b8b8b8 2px,#fff 2px);
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-size: 50%;
    position: relative
}

.az-year .az-h2,.az-year .az-time {
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0
}

.az-year .az-h2,.az-year .az-time {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0
}

.az-year .az-time {
    color: #b8b8b8;
    display: block
}

.az-year .az-p {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 0;
    -webkit-transition: all .5s linear .5s;
    transition: all .5s linear .5s;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0
}

.az-year .az-p a {
    color: #b8b8b8;
    text-decoration: none
}

.az-year .az-p a:hover {
    color: #d4cabc
}

.az-year img {
    width: 100%;
    -webkit-transition: opacity .5s linear .5s;
    transition: opacity .5s linear .5s;
    opacity: 0
}

.az-year:nth-child(odd) .az-col {
    float: left;
    text-align: right
}

.az-year:nth-child(odd) .az-h2,.az-year:nth-child(odd) .az-p,.az-year:nth-child(odd) .az-time {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.az-year.show .az-disc {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.az-year.show img {
    opacity: 1
}

.az-year.show .az-h2,.az-year.show .az-p,.az-year.show .az-time {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.az-timelineMask {
    position: absolute;
    top: 30px;
    left: 49.5%;
    width: 1%;
    margin-left: 1px;
    height: 70px;
    background: #fff;
    z-index: 1
}

.az-timelineMask.last {
    position: fixed;
    top: auto;
    bottom: 0;
    visibility: hidden
}

.az-timelineMask.show {
    visibility: visible
}

.az-timelineMask.fix {
    position: absolute
}

.az-col {
    position: relative;
    width: 50%;
    float: right;
    padding-left: 26px;
    padding-right: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.az-col:first-child {
    padding-left: 26px;
    padding-top: 38px;
    padding-right: 24px
}

.az-col:last-child {
    padding-right: 20px;
    padding-top: 0
}

@media only screen and (max-width: 500px) {
    #pixelPerfect {
        display:none !important
    }

    #az-content {
        width: 400px;
        top: 20px;
        padding-top: 40px
    }

    .az-heading {
        margin-bottom: 20px;
        margin-left: 24px
    }

    .az-year {
        background-position: 10px 0
    }

    #az-timeline-container {
        padding-top: 0
    }

    .az-col {
        width: 100%;
        padding-top: 20px
    }

    .az-year {
        paddin-top: 20px
    }

    .az-year .az-disc {
        left: 10px;
        top: 51px
    }

    .az-year:nth-child(odd) .az-h2,.az-year:nth-child(odd) .az-p,.az-year:nth-child(odd) .az-time {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    .az-year:nth-child(odd) .az-col {
        float: right;
        text-align: left
    }

    .az-year:nth-child(odd).show .az-h2,.az-year:nth-child(odd).show .az-p,.az-year:nth-child(odd).show .az-time {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .az-timelineMask {
        left: auto;
        margin-left: 7px;
        top: 0;
        width: 7px;
        height: 54px
    }

    .az-timelineMask.last {
        height: 150px
    }
}

.node--87 .large--title {
    display: none
}

.page-edition .par--image-with-link .image-content--block {
    max-width: 350px
}

@media(max-width: 767px) {
    .page-edition .link--return-large {
        font-size:24px;
        margin: 0;
        padding-left: 0
    }

    .page-edition .block--edition-description h1 {
        font-weight: 300;
        font-size: 19px
    }

    .page-edition .block--edition-description h4 {
        font-size: 15px
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .page-edition .block--edition-description h1 {
        font-weight:300;
        font-size: 19px
    }

    .page-edition .block--edition-description h4 {
        font-size: 15px
    }
}

.timepieces-block {
    background: white;
    padding-top: 80px
}

.timepieces-block #details {
    margin-top: 30px
}

.timepieces-block .description {
    font-size: 14px;
    margin-top: 40px;
    display: block
}

.timepieces-block .description ul {
    padding-left: 13px
}

.edition--front {
    left: 0;
    z-index: 99;
    width: 320px
}

.edition--front img {
    z-index: 9;
    position: relative;
    width: 320px;
    height: auto
}

.edition--back {
    left: 33%;
    position: absolute;
    opacity: .4;
    top: -61px;
    width: auto !important
}

.edition--back img {
    width: 290px;
    height: auto
}

.edition--back:hover {
    opacity: 1;
    z-index: 999
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .edition--front {
        width:280px
    }

    .edition--front img {
        width: 280px
    }

    .edition--back img {
        width: 260px
    }
}

.timepieces-infos {
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #979797
}

.field-node--field-gallery {
    padding: 39px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    float: left;
    width: 100%
}

.slick-slider {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #979797
}

.gallery--list {
    padding-left: 0
}

.gallery--list li {
    padding-right: 4px;
    padding-left: 0;
    padding-bottom: 8px
}

.gallery--list li:nth-child(2n) {
    padding-right: 0;
    padding-left: 4px
}

.gallery--list li img {
    width: 100%;
    height: 255px;
    object-fit: cover
}

.model--link {
    font-size: 14px;
    text-transform: uppercase;
    color: #b8b8b8
}

.link--models-return {
    display: block;
    text-align: center;
    background: white;
    padding-bottom: 74px
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .link--models-return {
        padding-bottom:20px
    }
}

.link--specifications {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    color: #b8b8b8
}

.link--return-large {
    color: #b8b8b8 !important;
    margin-left: -25px;
    position: relative;
    padding-left: 25px
}

.link--return-large .swiper-button-prev {
    left: 0;
    top: 9px;
    width: 16px;
    background-size: 90% 90% !important
}

.link--return-large:hover {
    text-decoration: none
}

@media(min-width: 768px) {
    .timepieces-block .description {
        font-size:16px !important
    }

    .timepieces-block .description li {
        list-style: outside
    }

    .timepieces-infos #details li {
        list-style: outside
    }

    .timepieces-infos #details .description ul {
        list-style: none
    }

    .timepieces-infos #details .description ul li:before {
        content: "ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·";
        color: #b8b8b8;
        vertical-align: top;
        line-height: 14px;
        padding-right: 5px;
        margin-left: -13px;
        display: inline-block;
        margin-top: 3px;
        font-size: 40px
    }

    .timepieces-infos #details h3 {
        font-size: 30px;
        line-height: 42px;
        color: #b8b8b8;
        padding: 0;
        font-weight: 400
    }

    .timepieces-infos #details h1 {
        margin: 0;
        font-size: 30px;
        color: #000;
        font-weight: 300
    }

    .timepieces-infos #details h5 {
        font-size: 16px;
        font-weight: 300
    }

    .timepieces-infos #details .btn_normal {
        margin-top: 30px
    }

    .timepieces-infos .swiper-container-editions .swiper-wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding-left: 0 !important
    }
}

@media(max-width: 767px) {
    #details {
        margin-top:0
    }

    .vertical-align-fixed-mobile {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -40px
    }

    .gallery--list {
        margin: 0 15px !important
    }

    .gallery--list li {
        background: #000
    }

    .gallery--list img {
        width: 100%;
        height: 50vh !important;
        object-fit: contain !important
    }

    .page-edition .slick-lightbox .slick-lightbox-slick-img {
        margin: 0 auto;
        display: block !important;
        max-width: 100% !important;
        max-height: 100% !important;
        min-height: auto !important
    }

    .page-edition .slick-slider {
        width: 100%
    }

    .page-edition .block--edition-description .block {
        text-align: center;
        border-bottom: 0
    }

    .page-edition .link--details {
        padding: 4px 21px 6px;
        margin: 0;
        width: auto;
        position: relative;
        display: inline-block !important;
        z-index: 99;
        font-size: 18px
    }

    .page-edition .timepieces-infos {
        margin-bottom: -40px;
        float: left;
        height: 100vh;
        border: 0
    }

    .page-edition .timepieces-infos .col-md-4 {
        position: relative;
        bottom: 15px;
        width: 100%;
        text-align: center
    }

    .page-edition .timepieces-infos .col-md-7 {
        min-height: 70%
    }

    .page-edition .timepieces-infos .col-md-5 {
        position: absolute;
        bottom: 10%;
        width: 100%;
        left: 0
    }

    .block {
        float: left;
        width: 100%;
        border-bottom: 1px solid #b8b8b8;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .timepieces-infos>.col-xs-12>.block--edition-description {
        text-align: center
    }

    .block--edition-description {
        margin: 0;
        padding: 0;
        width: 100%
    }

    .block--edition-description .description {
        font-size: 16px;
        margin-top: 35px;
        float: left;
        width: 100%;
        clear: both;
        text-align: center
    }

    .block--edition-description .link--specifications {
        clear: both
    }

    .block--edition-description h4 {
        padding: 14px 0 8px
    }

    .block--edition-description h4 a {
        color: #b8b8b8 !important
    }

    .block--edition-description h3 {
        font-size: 24px;
        color: #b8b8b8;
        margin-bottom: 5px;
        padding-bottom: 0
    }

    .block--edition-description h1 {
        font-size: 24px;
        color: #000;
        margin-top: 0;
        display: block
    }

    .block--edition-description h5 {
        float: right;
        margin: 5px 0 0 0;
        font-size: 18px
    }

    .swiper-pagination-editions {
        position: absolute;
        bottom: -10px;
        z-index: 99
    }

    .swiper-pagination-editions .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important
    }

    .swiper-container-editions ul {
        padding-left: 0
    }

    .swiper-container-editions ul img {
        width: auto;
        height: 370px
    }

    .edition--front,.edition--back {
        position: relative;
        display: block;
        width: 100% !important;
        left: 0;
        top: 10px;
        opacity: 1;
        text-align: center
    }

    .show--details {
        display: block !important;
        position: fixed;
        top: 0;
        bottom: 0;
        background: white;
        right: 0;
        left: 0;
        opacity: .9;
        padding: 30px;
        text-align: left !important;
        margin-top: 0 !important;
        z-index: 999999999999
    }

    .show--details .swiper-button-prev {
        display: none !important
    }

    .show--details .description ul {
        list-style: none
    }

    .show--details .description li:before {
        content: "ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·";
        color: #b8b8b8;
        vertical-align: top;
        line-height: 14px;
        padding-right: 5px;
        margin-left: -13px;
        display: inline-block;
        margin-top: 3px;
        font-size: 40px
    }

    .show--details .link--details {
        position: absolute;
        right: 0;
        height: 22px;
        width: 20px;
        background: url('../../../../themes/krayon/assets/img/croix.png') no-repeat 0 0 transparent;
        background-size: 50%;
        margin: 0;
        top: 45px
    }

    .show--details h5 {
        float: left;
        font-weight: 300
    }

    .show--details .description {
        text-align: left !important;
        font-weight: 300
    }

    .show--details .btn_normal {
        padding: 8px 18px;
        font-size: 16px
    }

    .timepieces-block {
        padding-top: 0
    }

    .edition--front {
        width: 100%
    }

    .link--models-return {
        padding-bottom: 20px
    }
}

.press--list {
    margin-top: 60px
}

.press--list .title--black {
    margin-bottom: 30px;
    display: none
}

.press--list:first-child .title--black {
    display: block
}

.press--list .press--teaser {
    border-bottom: 1px solid #eae4dd;
    padding-bottom: 20px
}

.press--list .press--teaser h2 {
    margin-top: 2px;
    line-height: 23px
}

.press--list .press--teaser h3 {
    margin-top: 0
}

.press--list li {
    margin-bottom: 30px
}

.field-node--field-press-images .btn_normal {
    font-weight: 400
}

.press--teaser {
    min-height: 380px
}

.press--teaser h1,.press--teaser h2,.press--teaser h3 {
    font-weight: 300
}

.press--teaser .btn-normal {
    position: absolute;
    bottom: 20px;
    font-weight: 400
}

@media(max-width: 768px) {
    .press--teaser .btn_normal {
        position:relative;
        bottom: 0;
        font-weight: 400
    }
}

.press--teaser h3 {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0
}

@media(min-width: 768px) {
    .press--text .col-md-3 {
        padding-right:0
    }
}

@media(max-width: 768px) {
    .press--list .col-sm-6:nth-child(2n+1) {
        clear:left
    }
}

.press--title {
    padding-left: 30px
}

.press--title h1 {
    position: relative;
    color: #333
}

.press--title a {
    position: relative;
    color: #b8b8b8
}

.node--87 .container--body {
    padding-bottom: 25px;
    padding-top: 50px;
    margin-top: -220px
}

@media(max-width: 767px) {
    .node--87 .container--body {
        margin-top:0
    }
}

@media(min-width: 768px) and (max-width:1366px) and (min-height:480px) and (max-height:660px) {
    .node--87 .container--body {
        margin-top:-160px
    }
}

@media(min-width: 768px) and (max-width:1366px) and (min-height:661px) and (max-height:992px) {
    .node--87 .container--body {
        margin-top:-200px
    }
}

.node--87 .body--element {
    border-bottom: 0;
    padding-bottom: 0
}

.node--87 .press--teaser .btn_normal {
    position: absolute;
    bottom: 20px
}

#views-exposed-form-press-block-1 .form-actions {
    display: none
}

.form-item-category-id {
    text-align: center
}

.press--teaser {
    color: #b8b8b8
}

.press--teaser img {
    width: 100%;
    height: auto
}

.press--teaser h2 {
    color: #000;
    font-size: 18px;
    margin: 0
}

.page-press .fa-angle-left {
    background: url('../../files/img/chevron-krayon.png') no-repeat 0 0 transparent;
    background-size: 70% 70%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px;
    height: 25px;
    padding-left: 0;
    position: absolute;
    left: -30px;
    top: 0
}

.page-press .fa-angle-left:before {
    display: none
}

.js-form-item-category-id select {
    min-width: 300px
}

.js-form-item-category-id select option {
    background-color: white !important;
    color: #b8b8b8;
    font-weight: 300
}

.js-form-item-category-id select {
    background: #FFF !important;
    border: 1px solid #b8b8b8 !important;
    border-radius: 0 !important;
    text-align: center;
    height: 38px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-text-align-last: center;
    text-align-last: center
}

.js-form-item-category-id select option {
    height: 38px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 21px;
    color: #b8b8b8;
    border: 0
}

.description--press {
    padding: 0 5px
}

.page-press .block--lightgrey {
    margin-top: 0
}

.page-press .container--body,.page-press #contents {
    background: #eee
}

.page-press .press--download-links {
    float: left;
    border-top: 2px solid #d9d9d9;
    padding-top: 31px;
    width: 100%;
    padding-left: 0
}

.page-press .press--download-links li {
    display: inline-block;
    padding-right: 25px
}

.page-press .press--download-links li a {
    color: #b8b8b8;
    font-size: 16px
}

.page-press .press--download-links li:last-child {
    padding-right: 0
}

.page-press .press-image {
    text-align: center
}

.page-press .press--block>.field-items>.field-item,.page-press .field-node--field-press-images>.field-items>.field-item {
    background: #f7f7f7;
    padding: 30px;
    margin-bottom: 40px;
    float: left;
    width: 100%
}

.page-press .container--body {
    padding: 27px 64px 78px 64px
}

.page-press .container--body h1 {
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 300;
    font-size: 34px
}

.page-press .container--body h1 .fa {
    padding-right: 15px
}

.page-press .container--body h2 {
    margin-bottom: 10px;
    font-size: 24px
}

.page-press .container--body a:hover {
    text-decoration: none
}

.page-press .press--block {
    float: left;
    width: 100%
}

.page-press .press--block ul {
    padding-left: 0
}

.page-press .press--block img {
    width: 100%;
    height: auto
}

.page-press .press--block .col-md-4 {
    padding-bottom: 30px
}

.page-press .press--block .col-md-4 h2 {
    font-size: 18px;
    color: #333;
    margin-top: 19px;
    margin-bottom: 0
}

.page-press .press--text {
    float: left;
    width: 100%;
    margin-top: 25px;
    border-left: 2px solid #b8b8b8;
    font-weight: 400
}

@media(min-width: 768px) {
    .page-press .press--text .col-md-9 {
        padding-left:10px
    }
}

.page-press .press--text:first-child {
    margin-top: 0
}

.page-press .press--text .btn_normal {
    margin-top: 0
}

.page-press .press--text-label {
    padding-top: 2px;
    display: block
}

.page-press .container--body h3 {
    color: #9b9b9b;
    font-size: 18px;
    display: block;
    margin-bottom: 25px;
    font-style: italic
}

@media(max-width: 768px) {
    .node--87 .press--teaser .btn_normal {
        position:relative;
        bottom: 0
    }

    .page-press .press--text .col-md-3 {
        text-align: left
    }

    .page-press .press--text .btn_normal {
        margin-top: 15px
    }

    .page-press .container--body h2 {
        font-size: 21px
    }

    .page-press .container--body h1 {
        font-size: 30px
    }
}

.js-form-type-select .chosen-container-single .chosen-single {
    height: 37px;
    font-size: 18px;
    border-radius: 0;
    border-color: #b8b8b8;
    background: #FFF !important;
    line-height: 34px;
    padding: 0 !important
}

.js-form-type-select .chosen-container-single .chosen-single span {
    margin: 0 !important
}

.js-form-type-select .chosen-container-single .chosen-single div {
    display: none
}

.js-form-type-select .chosen-results {
    max-height: 350px !important
}

.js-form-type-select .chosen-container .chosen-results li {
    color: #b8b8b8;
    background: #FFF;
    font-size: 18px;
    padding: 10px 6px
}

.js-form-type-select .chosen-container .chosen-results li.highlighted,.js-form-type-select .chosen-container .chosen-results li.active {
    background: #1e1e1e !important;
    background-color: #1e1e1e !important
}

.js-form-type-select .chosen-container .chosen-results li:hover {
    background: #b8b8b8;
    color: #FFF
}

.press--content {
    border-bottom: 1px solid #eae4dd;
    padding-bottom: 20px
}

.fullwidth--image {
    height: 450px
}

.fullwidth--image img {
    height: 101%;
    position: absolute;
    right: 0;
    object-fit: cover;
    top: 0
}

.calibre--features {
    color: #b8b8b8;
    font-size: 36px;
    display: block;
    text-align: center;
    padding: 0 0 79px 0;
    margin-top: 50px;
    font-weight: 400
}

.calibre--features .container {
    padding-top: 79px;
    border-top: 1px solid #b8b8b8
}

@media(min-width: 768px) {
    .page-calibre .image--with-text.block--align-left .large--image .image--with-text--text {
        padding-left:53px !important
    }

    .page-calibre .par--background-image {
        height: 768px !important
    }

    .page-calibre .large--title {
        padding: 92px 0 52px;
        font-size: 36px
    }

    .page-calibre .swiper-container-editions ul.swiper-wrapper {
        padding-left: 0
    }
}

.page-calibre .background-parallax {
    height: 768px
}

.page-calibre .calibre--feaures {
    border-top: 1px solid #979797;
    padding-top: 20px;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 30px
}

.page-calibre .small--quote {
    display: block;
    font-size: 36px;
    color: #FFF;
    text-align: center;
    padding-top: 50px
}

.page-calibre .field-node--field-par .field-item:first-child .par--background-image {
    top: 0;
    padding: 0 !important;
    margin-bottom: 0 !important
}

.page-calibre .small--image .col-md-7 {
    height: 100%;
    padding: 0
}

.page-calibre .image--with-text--text {
    height: 100%;
    float: right;
    padding-right: 40px
}

.page-calibre .image--with-text img {
    object-fit: cover;
    object-position: right
}

.page-calibre .large--image .col-md-7 {
    height: 100%;
    padding: 0
}

.page-calibre .field-node--field-features-second,.page-calibre .field-node--field-features {
    font-size: 15px !important
}

.page-calibre .field-node--field-image {
    padding-top: 70px
}

.page-calibre .container--body img {
    width: 100%;
    height: auto
}

.page-calibre .container--body h5 {
    font-size: 24px;
    color: #b8b8b8;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 25px
}

.calibre--images {
    padding-top: 50px
}

.calibre--images img {
    float: left;
    width: 280px !important;
    max-width: 100%
}

@media(min-width: 768px) {
    .calibre--images {
        padding-top:35px
    }

    .calibre--images .swiper-slide {
        width: 50% !important
    }

    .calibre--images .swiper-wrapper {
        overflow: hidden;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

@media(min-width: 768px) {
    .block--align-left .image--with-text--text {
        padding-left:64px;
        padding-right: 0
    }

    .block--align-left .image--with-text--text {
        padding-right: 0 !important
    }
}

@media(min-width: 768px) {
    .block--align-right .col-md-7 {
        padding:0
    }

    .block--align-right .image--with-text--text {
        padding-left: 0;
        padding-right: 61px
    }
}

.block--align-right .block--image {
    float: right
}

#details li {
    list-style: inherit !important;
    font-size: 15px !important
}

@media(max-width: 767px) {
    .page-calibre .background-parallax {
        height:450px !important
    }

    .page-calibre .small--quote {
        padding: 50px 34px
    }

    .page-calibre .field-node--field-par>.field-item:first-child .par--background-image:after {
        display: none
    }

    .page-calibre .block--edition-description .btn_normal {
        margin-top: 10px
    }

    .page-calibre .swiper-container-horizontal>.swiper-pagination-bullets,.page-calibre .swiper-pagination-custom,.page-calibre .swiper-pagination-fraction {
        bottom: 0
    }

    .page-calibre .model--block .swiper-pagination-bullet {
        background: #b8b8b8;
        opacity: .4
    }

    .page-calibre .model--block .swiper-pagination-bullet-active {
        background: #b8b8b8;
        opacity: 1
    }

    .page-calibre .container--body h5 {
        padding-left: 0;
        margin-top: 0;
        text-align: center;
        color: #000;
        font-weight: 300
    }

    .page-calibre .container--body img {
        width: 100% !important
    }

    .page-calibre .body--element {
        padding: 20px 10px 40px !important
    }

    .page-calibre .fullwidth--image {
        height: 300px;
        margin: 0
    }

    .page-calibre .large--image,.page-calibre .small--image {
        height: auto;
        padding: 15px
    }

    .page-calibre .small--image .col-md-7 {
        height: auto;
        padding: 0
    }

    .page-calibre .image--with-text--text {
        display: block;
        height: auto;
        padding: 0 15px 60px 15px !important
    }

    .page-calibre .fullwidth--image .image--with-text--text {
        padding: 0 15px 75px 15px !important
    }

    .page-calibre .image--with-text img {
        object-position: unset !important;
        display: block;
        position: relative;
        object-fit: cover
    }

    .page-calibre .field-name-field-par .par--background-image {
        margin-bottom: 0;
        padding-bottom: 45px !important
    }

    .page-calibre .field-name-field-par .field-items .field-item:last-child:after,.page-calibre .field-name-field-par .field-items .field-item:first-child:after {
        display: none
    }

    .page-calibre .cover--infos h3 {
        font-size: 24px;
        width: 320px;
        border-top: 1px solid #b8b8b8
    }

    .page-calibre .block--edition-description .block {
        text-align: center;
        border-bottom: 0
    }

    .page-calibre .block--edition-description .block .link--details {
        float: none !important
    }

    .calibre--features {
        padding: 0 0 40px 0;
        margin-top: 0
    }

    .calibre--features .container {
        padding-top: 40px
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .page-calibre .page--cover .swiper-slide {
        margin-bottom:-64px;
        margin-top: 0
    }

    .page-calibre .bg-img-mobile {
        height: 35vh;
        width: 100vw;
        position: relative
    }

    .page-calibre .bg-img {
        width: 100%;
        height: 70vh
    }

    .page-calibre .cover--infos {
        top: auto;
        bottom: 15%
    }

    .page-calibre .cover--infos h1 {
        width: 100%
    }

    .page-calibre .body--element {
        padding: 0 15px 30px
    }

    .page-calibre .calibre--images .swiper-slide {
        width: 50% !important
    }

    .page-calibre .small--quote {
        background: #b8b8b8;
        padding: 50px 34px;
        font-size: 21px
    }

    .page-calibre .calibre--features .container {
        padding-top: 0;
        border-top: 0 solid #b8b8b8
    }

    .page-calibre .image--with-text img {
        object-position: unset !important;
        display: block;
        position: relative;
        object-fit: cover
    }

    .page-calibre .image--with-text .small--image .vertical-align-fixed {
        margin-top: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .page-calibre .image--with-text .small--image .image--with-text--text {
        padding: 30px 0 30px 0 !important;
        height: auto !important;
        display: block
    }

    .page-calibre .image--with-text .fullwidth--image .image--with-text--text {
        padding: 0 60px 0 60px !important;
        height: auto;
        min-height: 300px !important
    }

    .page-calibre .image--with-text .fullwidth--image .vertical-align-fixed {
        margin-top: 150px;
        top: 0
    }

    .page-calibre .par--background-image {
        top: 0;
        height: 450px !important
    }

    .page-calibre .background-parallax {
        height: 450px !important
    }

    .page-calibre .large--image,.page-calibre .small--image {
        height: auto;
        padding: 15px
    }

    .page-calibre .small--image .col-md-7 {
        height: auto;
        padding: 0
    }
}

.plaudit {
    margin-bottom: 60px
}

.plaudit:nth-child(2n+1) {
    clear: left
}

.plaudit:nth-child(odd) {
    padding-right: 30px
}

.plaudit:nth-child(even) {
    padding-left: 30px
}

.block--plaudits {
    margin-top: 80px
}

.large--lead {
    font-size: 24px;
    display: block;
    line-height: 28px;
    margin-top: 15px
}

.plaudit--content {
    border: 1px solid #b8b8b8;
    text-align: center;
    padding: 0 30px 30px;
    height: 380px;
    position: relative
}

.plaudit--content img {
    width: 300px;
    height: auto;
    margin-top: 20px
}

.absolute--button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-top: 20px
}

@media(max-width: 768px) {
    .absolute--button {
        position:relative;
        bottom: 0
    }

    .plaudit--content {
        height: auto
    }

    .plaudit--content img {
        width: 100%
    }

    .plaudit {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px
    }
}

.block--retailers {
    background: #ededed;
    padding: 200px 25px 110px 25px
}

#countries__list_chosen .chosen-results li:first-child {
    display: none !important
}

.close--retailer img {
    width: auto !important;
    position: absolute;
    right: 44px;
    margin: 0 !important;
    top: -90px
}

.node--19 .border-inside img {
    object-position: top !important
}

.node--19 .rectangle {
    display: none !important;
    position: absolute;
    bottom: -83px;
    left: 36%
}

.node--19 .active .rectangle {
    display: block
}

.node--19 iframe {
    width: 100%;
    height: 250px
}

.node--19 .container--body {
    position: absolute;
    left: 0;
    right: 0;
    top: -160px;
    z-index: 9;
    background: white
}

@media(max-width: 767px) {
    .node--19 .container--body {
        top:0;
        position: relative
    }
}

@media(min-width: 768px) and (max-width:1366px) and (min-height:480px) and (max-height:660px) {
    .node--19 .container--body {
        top:-90px
    }
}

@media(min-width: 768px) and (max-width:1366px) and (min-height:661px) and (max-height:992px) {
    .node--19 .container--body {
        top:-140px
    }
}

.node--19 .body--element {
    padding: 0 115px 23px;
    display: block;
    border-bottom: 0
}

.node--19 .par--background-image {
    margin-bottom: 0;
    top: 0
}

.node--19 .background-parallax {
    height: 1000px
}

.node--19 .block--retailers {
    display: none
}

.node--19 .retailer--description {
    display: none;
    background: #f7f7f7;
    margin-top: -70px;
    padding-top: 170px;
    padding-bottom: 110px;
    font-size: 16px;
    color: #000
}

.node--19 .retailer--description .container {
    position: relative
}

.node--19 .retailer--description h3 {
    color: #9b9b9b;
    border-bottom: 2px solid;
    text-transform: uppercase
}

.node--19 .retailer--description h2 {
    font-size: 42px;
    font-weight: 600
}

.node--19 .retailer--description img {
    width: auto;
    height: auto;
    padding-bottom: 25px
}

.node--19 .retailer--description .bold {
    display: inline-block;
    font-weight: 700
}

.node--19 .active {
    opacity: .7
}

.node--19 .active .btn_normal {
    background: #b8b8b8;
    color: #FFF !important
}

.node--19 .block--retailer {
    background: #FFF;
    padding: 25px 20px;
    text-align: center;
    height: 225px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .node--19 .block--retailer {
        padding:25px 20px
    }
}

.node--19 .block--retailer h2 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    min-height: 45px;
    text-transform: uppercase
}

.node--19 .block--retailer h2 .bold {
    display: inline-block;
    text-transform: uppercase
}

.node--19 .block--retailer h3 {
    color: #b8b8b8;
    height: 75px;
    padding: 0 30px
}

.node--19 .block--retailer .btn_normal {
    margin-top: 0
}

@media(min-width: 992px) {
    .block--retailers .output {
        text-align:center
    }

    .block--retailers .output .countries .col-md-4 {
        width: 33%;
        display: inline-block;
        float: none;
        vertical-align: top
    }

    .retailer--description .retailer--left {
        position: static;
        padding-right: 45px
    }

    .retailer--address {
        position: absolute;
        bottom: 0
    }
}

.retailer--description a:hover img {
    opacity: .6
}

@media(max-width: 767px) {
    .block--retailers {
        padding:30px 0 0 0
    }

    .node--19 .retailer--description img {
        width: 100%;
        height: auto;
        padding-bottom: 0;
        padding-top: 20px
    }

    .close--retailer img {
        top: -40px !important
    }

    .contact_map {
        margin-top: 35px
    }

    .contact_map iframe {
        width: 100% !important
    }

    .retailer--description {
        display: none;
        background: #f7f7f7;
        padding-bottom: 110px;
        position: fixed;
        top: 0;
        margin: 0 !important;
        width: 100%;
        height: 100%;
        z-index: 9999;
        overflow-y: scroll
    }

    .retailer--description h3 {
        padding: 25px 0 10px 0
    }

    .show-nav .retailer--description {
        padding-top: 100px !important
    }

    .hide-nav .retailer--description {
        padding-top: 50px !important
    }

    .chosen-container {
        max-width: 100%
    }
}

@media(min-width: 768px) and (max-width:1366px) and (min-height:480px) and (max-height:660px) {
    .block--retailers {
        padding:270px 25px 70px 25px
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .block--retailers {
        padding:360px 25px 110px 25px
    }
}

.field-node--field-par-blog a {
    color: #b8b8b8;
    text-decoration: none
}

.field-node--field-par-blog a:hover {
    color: #d4cabc
}

.block--article--author {
    display: inline-block
}

@media(max-width: 767px) {
    .block--article--author {
        display:initial
    }

    .block--article--author span:nth-child(2) {
        display: inline-block
    }

    .author--img {
        float: left
    }

    .block--last-articles {
        padding: 40px 15px !important
    }

    .block--last-articles .views-row article {
        border-top: 1px solid #eae4dd;
        padding-top: 30px;
        margin-bottom: 20px
    }

    .block--last-articles .views-row:first-child article {
        border-top: 0;
        padding-top: 20px
    }

    .article--short {
        padding: 0 15px
    }
}

.node--89 {
    margin: 0
}

.node--89 img {
    width: 100%;
    object-fit: cover;
    height: 250px
}

@media(max-width: 767px) {
    .node--89 img {
        height:auto
    }
}

.node--89 .views-row {
    margin-bottom: 35px
}

.node--89 .views-row article {
    border-bottom: 1px solid #eae4dd;
    padding-bottom: 30px;
    height: 100%
}

.node--89 .views-row:nth-child(2n+1) {
    clear: left
}

.node--89 .views-row:nth-child(1) article,.node--89 .views-row:nth-child(2) article {
    border-top: 0;
    padding-top: 0
}

.article--author {
    display: block;
    margin-top: 20px
}

.article--author span,.article--author a {
    font-weight: 400
}

.vertical-middle-block {
    display: inline-block;
    vertical-align: middle
}

.article--link {
    position: absolute;
    width: 100%;
    height: 100%
}

#contents.node--89 {
    margin: 50px 0 0 0
}

.page-article.page--cover,.page-article .full-screen,.page-article .swiper-slide {
    height: 70vh !important;
    min-height: 70vh
}

.page-article .field-node--field-header-image img {
    width: 100%;
    height: auto
}

.page-article .container--body {
    padding: 25px 64px
}

.page-article .addtoany_list {
    line-height: 40px !important
}

.page-article .articles--last {
    padding: 0
}

.page-article .articles--last img {
    width: 100%;
    height: 210px;
    object-fit: cover
}

.page-article .articles--last h2 {
    font-size: 28px;
    margin-top: 19px
}

.page-article .articles--last .article--author {
    margin-top: 10px
}

.page-article .articles--last h4 {
    padding-bottom: 60px;
    color: #7f7f7f;
    font-size: 37px;
    text-align: center
}

@media(max-width: 767px) {
    .page-article .articles--last h4 {
        padding-bottom:35px;
        font-size: 31px
    }
}

.page-article .block--last-articles {
    background: #f7f7f7;
    padding: 40px 0
}

.page-article #contents {
    background: #eee
}

.page-article .par--content {
    background: #FFF
}

.page-article h1 {
    font-size: 60px;
    margin-top: 20px
}

.page-article h3 {
    color: #b8b8b8;
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
    margin-top: 25px !important
}

.page-article h4 {
    color: #333;
    margin: 0;
    padding: 0 0 20px;
    font-size: 32px
}

.page-article .article--quote {
    padding: 35px 115px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 40px 0
}

.page-article .align-center {
    margin: 0 auto 15px !important;
    width: 60%;
    height: auto
}

.page-article .article--infos {
    margin: 40px 0 20px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.page-article .grey--block {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: #ccc;
    margin-right: 20px
}

.page-article .field-par--field-content {
    padding: 0 162px
}

.page-article .field-par--field-content img {
    max-width: 100%;
    margin: 50px 0 15px
}

.page-article .par--content figcaption {
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 35px;
    opacity: .8;
    font-family: "Source Sans pro"
}

.page-article .par--content figcaption:first-letter {
    color: #b8b8b8
}

.page-article .par--content>.field-name-field-content:first-child>.field-items>.field-item>p:first-child:first-letter {
    font-size: 64px;
    color: #b8b8b8;
    float: left;
    text-align: left;
    margin-left: -2px;
    padding-right: 2px;
    line-height: 39px;
    padding-top: 2px
}

@media(max-width: 767px) {
    .page-article .field-par--field-content {
        padding:0
    }

    .page-article .article--quote {
        padding: 15px 15px
    }

    .page-article h3 {
        margin-bottom: 0
    }

    .page-article .align-center {
        margin: 0;
        width: 100%;
        height: auto
    }

    .page-article .align-center img {
        max-width: 100%;
        margin: 20px 0;
        height: auto
    }

    .page-article .article--infos {
        margin: 40px 0 50px
    }

    .page-article .article--infos #block-addtoanybuttons {
        float: right;
        width: 30px;
        padding: 0 0 15px 0
    }

    .page-article h1 {
        font-size: 45px
    }

    .page-article .articles--last {
        padding: 0 15px
    }

    .page-article .text--lead--large {
        font-size: 24px !important;
        line-height: 28px !important
    }

    .page-article .vertical-middle-block {
        padding-left: 15px
    }

    .page-article .grey--block {
        width: 15px;
        height: 15px;
        margin-right: 0;
        position: absolute;
        top: 8px
    }
}

.topic {
    color: #222;
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 5px
}

ul.js-pager__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0
}

ul.js-pager__items li {
    min-width: 40px;
    text-align: center
}

ul.js-pager__items li.page-number a,ul.js-pager__items li.pager__item a {
    color: #9e9e9e;
    font-size: 22px;
    font-weight: 300
}

ul.js-pager__items li.page-number.is-active a,ul.js-pager__items li.pager__item.is-active a {
    color: #b8b8b8;
    font-weight: 600
}

ul.js-pager__items li.prev-page span,ul.js-pager__items li.next-page span,ul.js-pager__items li.pager__item--previous span,ul.js-pager__items li.pager__item--next span {
    display: none
}

ul.js-pager__items li.pager__item--first,ul.js-pager__items li.pager__item--last {
    display: none
}

ul.js-pager__items li.prev-page a,ul.js-pager__items li.pager__item--previous a {
    background: url('../../files/img/chevron-krayon.png') no-repeat 50% 50% transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    width: 12px;
    height: 38px;
    background-size: 12px 22px;
    vertical-align: middle
}

ul.js-pager__items li.next-page a,ul.js-pager__items li.pager__item--next a {
    background: url('../../files/img/chevron-krayon.png') no-repeat 50% 50% transparent;
    display: inline-block;
    width: 12px;
    height: 38px;
    background-size: 12px 22px;
    vertical-align: middle
}

.node--89 .large--title {
    padding-top: 0
}

.node--200 .container--body {
    top: -290px;
    padding: 25px 30px 25px 30px !important;
    min-height: 288px;
    background: rgba(0,0,0,.4)
}

@media only screen and (min-width: 320px) and (max-width:359px) and (orientation:portrait) {
    .node--200 .container--body {
        top:-290px;
        padding: 27px 30px 27px 30px !important;
        min-height: 288px
    }
}

@media(min-width: 768px) {
    .node--200 .container--body {
        top:-270px;
        padding: 37px 180px 37px 200px !important;
        min-height: 270px
    }
}

@media only screen and (max-width: 1024px) and (min-width:768px) and (orientation:portrait) {
    .node--200 .container--body {
        top:-270px;
        padding: 37px 60px 37px 60px !important;
        min-height: 270px
    }
}

.node--200 .container--body .body--element {
    padding: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.node--200 .container--body .body--element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #b8b8b8;
    margin: 0;
    line-height: 1
}

.node--200 .container--body .body--element p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0
}

.node--200 .container--body .body--element p a,.node--200 .container--body .body--element p a:hover {
    color: #b8b8b8
}

@media(min-width: 768px) {
    .node--200 .container--body .body--element h3 {
        font-size:36px;
        max-width: 70%
    }

    .node--200 .container--body .body--element p {
        font-size: 25px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .node--200 .large--title {
        padding:30px 0 30px;
        margin-top: 0
    }
}

@media(min-width: 768px) {
    .node--200 .large--title {
        padding:60px 0 30px
    }
}

@media(max-width: 767px) {
    .page--cover.node--200 .cover--infos {
        bottom:35%
    }
}

.page--cover.node--200 .cover--infos h1 {
    width: 280px
}

.node--201 .container--body {
    top: -296px;
    padding: 27px 30px 27px 30px !important;
    min-height: 220px;
    background: rgba(0,0,0,.4)
}

@media only screen and (max-width: 480px) and (min-width:320px) and (orientation:portrait) {
    .node--201 .container--body {
        top:-296px
    }
}

@media(min-width: 768px) {
    .node--201 .container--body {
        top:-294px;
        padding: 57px 200px 57px 200px !important
    }
}

@media only screen and (max-width: 1024px) and (min-width:768px) and (orientation:portrait) {
    .node--201 .container--body {
        top:-270px;
        padding: 57px 60px 36px 60px !important
    }
}

.node--201 .container--body .body--element {
    padding: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.node--201 .container--body .body--element h3 {
    font-size: 24px;
    font-weight: 400;
    color: #b8b8b8;
    margin: 0
}

.node--201 .container--body .body--element p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0
}

.node--201 .container--body .body--element p a,.node--201 .container--body .body--element p a:hover {
    color: #b8b8b8
}

@media(min-width: 768px) {
    .node--201 .container--body .body--element h3 {
        font-size:36px
    }

    .node--201 .container--body .body--element p {
        font-size: 25px;
        line-height: 28px
    }
}

.node--201 .large--title {
    margin-top: -290px
}

@media only screen and (max-width: 480px) and (min-width:320px) and (orientation:portrait) {
    .node--201 .large--title {
        top:-290px
    }
}

@media(min-width: 768px) {
    .node--201 .large--title {
        padding:0 0 30px;
        margin-top: -240px
    }
}

@media(max-width: 1023px) and (min-width:768px) and (orientation:portrait) {
    .node--201 .large--title {
        padding:0 0 20px;
        margin-top: -250px
    }
}

[data-history-node-id="200"] .angle--slider,[data-history-node-id="201"] .angle--slider {
    display: none
}

div#webform_submission_newsletter_node_200_add_form-ajax {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 75px 0 80px 0;
    background: #f3f3f3
}

@media(max-width: 767px) {
    div#webform_submission_newsletter_node_200_add_form-ajax {
        padding:65px 0 80px 0;
        margin-top: -290px
    }
}

@media only screen and (max-width: 1024px) and (min-width:768px) and (orientation:portrait) {
    div#webform_submission_newsletter_node_200_add_form-ajax {
        padding:75px 0 80px 0;
        margin-top: -270px
    }
}

@media(min-width: 920px) and (max-width:1366px) {
    div#webform_submission_newsletter_node_200_add_form-ajax {
        padding:75px 0 80px 0;
        margin-top: -270px
    }
}

@media(min-width: 1367px) {
    div#webform_submission_newsletter_node_200_add_form-ajax {
        padding:75px 0 80px 0;
        margin-top: -270px
    }
}

.webform-submission-newsletter-node-200-form {
    width: auto !important;
    padding: 0;
    max-width: 640px !important;
    min-width: 640px !important
}

.webform-submission-newsletter-node-200-form .markup--message {
    color: #333
}

.webform-submission-newsletter-node-200-form input {
    width: 100%;
    margin: 10px 0 20px 0;
    height: 38px;
    border: 0;
    padding: 0 10px;
    font-family: "Source Sans pro";
    color: #b8b8b8
}

.webform-submission-newsletter-node-200-form .webform-button--submit {
    background: #b8b8b8;
    border: 1px solid #FFF;
    margin: 50px 15px 0 15px !important;
    color: #FFF !important;
    padding: 6px 20px 6px;
    text-align: center;
    display: inline-block;
    font-size: 18px !important;
    width: 125px;
    float: right
}

.webform-submission-newsletter-node-200-form .webform-button--submit:hover {
    background: #fff;
    color: #b8b8b8 !important
}

@media(max-width: 767px) {
    .webform-submission-newsletter-node-200-form .webform-button--submit {
        margin:30px 15px 0 15px !important
    }
}

.webform-submission-newsletter-node-200-form .status-message-block {
    display: none;
    text-align: center
}

.webform-submission-newsletter-node-200-form .status-message-block .alert-info {
    background-color: #f3f3f3;
    border-color: #b8b8b8;
    color: #b8b8b8
}

.webform-submission-newsletter-node-200-form .webform-confirmation p {
    color: #b8b8b8;
    text-align: center;
    padding: 0 15px;
    margin: 15px
}

.background--color-light-grey {
    background: #ededed !important
}

.background--color-white {
    background: #FFF !important
}

.background--position-center {
    background-position: center !important
}

.background--position-bottom {
    background-position: bottom !important
}

.background--position-top {
    background-position: top !important
}

.par--text ul {
    list-style: none;
    padding-left: 11px
}

.par--text ul li:before {
    content: "ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·";
    color: #b8b8b8;
    vertical-align: top;
    line-height: 14px;
    padding-right: 5px;
    margin-left: -13px;
    display: inline-block;
    margin-top: 3px;
    font-size: 40px
}

.node--79 .large--title,.node--9 .large--title {
    padding: 80px 0 30px
}

.layout--type-edition .block--image {
    text-align: left
}

.layout--type-edition .block--image img {
    width: 460px;
    object-fit: cover
}

@media(max-width: 768px) {
    .layout--type-edition .block--image img {
        width:100% !important
    }
}

@media(min-width: 768px) {
    .layout--type-edition .block--image img {
        height:100% !important
    }
}

.layout--type-edition h2 {
    font-size: 30px !important;
    line-height: 42px;
    color: #b8b8b8;
    padding: 0;
    font-weight: 400;
    margin-bottom: 0
}

.layout--type-edition h3 {
    color: #000 !important;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    padding-top: 0
}

@media(min-width: 768px) {
    .page-page .field-item:last-child .image--layout-5 {
        margin-bottom:0 !important
    }

    .page-page .container--body {
        padding: 80px 59px 36px 62px;
        z-index: 1;
    }
}

@media(max-width: 768px) {
    .page-calibre .swiper-container,.page-page .swiper-container {
        background:#000
    }

    .page-calibre .large--title,.page-page .large--title {
        font-size: 30px
    }

    .page-calibre .body--element,.page-page .body--element {
        padding: 0 0 25px 0;
        margin-bottom: 0
    }

    .page-calibre .field-node--field-par .field-item:last-child .par--background-image,.page-page .field-node--field-par .field-item:last-child .par--background-image {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }

    .page-calibre .field-node--field-par .field-item:last-child .par--background-image:after,.page-page .field-node--field-par .field-item:last-child .par--background-image:after {
        content: '';
        display: none
    }

    .page-calibre .image-with-text-large,.page-page .image-with-text-large {
        padding-top: 0
    }

    .page-calibre .image-with-text-large img,.page-page .image-with-text-large img {
        width: 100%;
        height: auto
    }

    .page-calibre .image-with-text-large .image--with-text--text,.page-page .image-with-text-large .image--with-text--text {
        padding-top: 0
    }

    .page-calibre .fullwidth--small--image img,.page-page .fullwidth--small--image img,.page-calibre .fullwidth--large--image img,.page-page .fullwidth--large--image img {
        position: relative;
        width: 100%;
        height: auto
    }

    .page-calibre .image--with-text h2,.page-page .image--with-text h2 {
        margin-top: 30px
    }

    .page-calibre .image-with-text-fullwidth-small .fullwidth--small--image .image--with-text--text,.page-page .image-with-text-fullwidth-small .fullwidth--small--image .image--with-text--text {
        height: auto
    }

    .page-calibre .fullwidth--large--image,.page-page .fullwidth--large--image {
        padding: 15px
    }

    .page-calibre .fullwidth--large--image .par--text,.page-page .fullwidth--large--image .par--text {
        color: #FFF
    }

    .page-calibre .fullwidth--large--image .image--with-text--text,.page-page .fullwidth--large--image .image--with-text--text {
        height: auto
    }

    .page-calibre .par--background-image,.page-page .par--background-image {
        top: 0
    }

    .page-calibre .image-with-text-fullwidth-small>.row,.page-page .image-with-text-fullwidth-small>.row {
        margin: 0
    }

    .page-calibre .image-with-text-fullwidth,.page-page .image-with-text-fullwidth {
        padding-bottom: 0
    }

    .page-calibre .image-with-text-fullwidth>.row,.page-page .image-with-text-fullwidth>.row {
        margin: 0
    }

    .page-calibre .image-with-text-fullwidth-small,.page-page .image-with-text-fullwidth-small {
        padding-bottom: 0;
        padding-top: 15px
    }

    .page-calibre .image-with-text-fullwidth-small .fullwidth--small--image,.page-page .image-with-text-fullwidth-small .fullwidth--small--image {
        height: auto;
        position: relative;
        z-index: 9;
        background: white;
        margin: 0
    }

    .page-calibre .image-with-text-fullwidth-small .fullwidth--small--image img,.page-page .image-with-text-fullwidth-small .fullwidth--small--image img {
        position: relative;
        object-fit: inherit;
        width: 100%;
        height: auto
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .page-calibre .body--element {
        padding:0 15px 30px;
        margin-bottom: 0
    }
}

@media(min-width: 768px) {
    .page-page .image-with-text-large .par--text {
        line-height:20px
    }

    .page-page .block--align-left .large--small--image .col-md-8 {
        padding-right: 30px
    }

    .page-page .block--align-right .large--small--image .col-md-8 {
        padding-right: 15px;
        padding-left: 30px
    }

    .page-page .block--align-right .image--with-text--text {
        padding-left: 15px;
        padding-right: 40px !important
    }

    .page-page .block--align-left .image--with-text--text {
        padding-left: 34px !important;
        padding-right: 14px !important
    }
}

.half-screen {
    height: 70vh !important;
    min-height: 70vh
}

.half-screen .swiper-slide {
    height: 70vh !important;
    min-height: 70vh
}

.brand--color {
    color: #b8b8b8 !important
}

.vertical-middle-block {
    display: inline-block;
    vertical-align: middle
}

.title--black {
    color: #000
}

.item-list ul {
    padding-left: 0
}

.bold {
    font-weight: 400
}

body {
    background: #000;
    font-size: 18px;
    font-style: normal;
    font-family: DinPro;
    -webkit-font-smoothing: antialiased;
}

@media(min-width: 560px) and (max-width:767px) {
    .hidden-sm {
        display:none
    }
}

@media(max-width: 560px) {
    .hidden-xs {
        display:none
    }
}

.block--krayon {
    padding: 20px;
    background: #FFF;
    float: left
}

.block--krayon img {
    width: 100%;
    height: auto
}

.block--krayon h3 {
    color: #000
}

@media(max-width: 767px) {
    .block--krayon {
        padding:0
    }

    .path-frontpage .container--body {
        background: #FFF
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .block--krayon {
        padding:0
    }

    .path-frontpage .container--body {
        background: #FFF
    }
}

.container--body {
    background: #FFF;
    padding: 40px 70px;
    z-index: 1;
    position: relative
}

@media(max-width: 767px) {
    .container--body {
        padding:20px 20px !important;
        background: transparent
    }
}

@media(min-width: 768px) {
    .container--body {
        padding:36px 64px 36px 64px
    }
}

@media(min-width: 768px) {
    .path-frontpage .layout-content {
        background:none !important
    }

    .path-frontpage .body--element {
        padding: 0;
        border-bottom: 0
    }

    .path-frontpage .cover--infos {
        padding-left: 70px
    }

    .path-frontpage .block--krayon .col-md-6:first-child {
        padding-right: 0
    }

    .path-frontpage .block--krayon .col-md-5 {
        padding-left: 47px;
        padding-top: 0
    }

    .path-frontpage .par--background-image {
        height: 625px !important
    }

    .path-frontpage .par--background-image .background-parallax {
        height: 625px !important;
        background-size: 100%;
    }

    .node--9 .container--body {
        padding-bottom: 0 !important
    }

    .par--image-with-link {
        margin-top: 0;
        border-top: 28px solid #FFF
    }

    .large--title {
        background: white;
        text-align: center;
        display: block;
        padding: 180px 0 30px;
        color: #b8b8b8;
        font-size: 37px
    }

    .page--cover h3.text--color-black {
        color: #000 !important
    }

    .page--cover h3.text--color-white {
        color: #FFF !important
    }

    .image--layout-5 {
        top: 0 !important;
        margin-bottom: 0 !important
    }

    .image--layout-7 {
        top: 0 !important;
        margin-bottom: 85px !important
    }

    .image--layout-1 {
        top: -150px !important;
        margin-bottom: -65px !important
    }

    .image--layout-6 {
        top: -150px !important;
        margin-bottom: -150px !important
    }

    .image--layout-3 {
        top: 74px !important;
        margin-bottom: -100px !important
    }

    .block--align-left .fullwidth--image .col-md-5 {
        padding-right: 57px !important
    }

    .block--align-right .fullwidth--image .col-md-5 {
        padding-left: 52px !important
    }

    .block--align-right .large--image .col-md-5 {
        padding-left: 64px !important
    }

    .lightbox-slider .swiper-wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .lightbox-slider .swiper-slide {
        width: 50% !important
    }
}

.block--body {
    background: #FFF;
    position: relative;
    padding: 30px
}

.logo--footer {
    width: auto;
    max-width: 270px
}

@media(max-width: 767px) {
    .block--body {
        padding:20px
    }

    .block--body img {
        width: 100%;
        height: auto
    }

    .logo--footer {
        width: auto;
        max-width: 300px
    }

    .bg-img-mobile {
        height: 50vh;
        position: relative
    }
}

.par--image-with-link {
    height: 450px;
    position: relative;
    width: 100%;
    background: white
}

.par--image-with-link>div {
    overflow: hidden
}

.par--image-with-link h3 {
    font-weight: 300;
    padding-bottom: 0;
}

.par--image-with-link img {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
    top: 0
}

.par--image-with-link .fullwidth img {
    width: 100%
}

.par--image-with-link .fullwidth h3 {
    color: #FFF;
    font-size: 19px;
}

.par--image-with-link .fullwidth-middle {
    position: absolute;
    background: white;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.par--image-with-link .fullwidth-middle h3 {
    color: #000
}

.par--image-with-link .border-inside {
    position: absolute;
    background: white;
    left: 28px;
    right: 28px;
    bottom: 0;
    top: 0;
    border: 1px solid #b8b8b8
}

.par--image-with-link .border-inside .container--block-image {
    height: 400px
}

.par--image-with-link .border-inside h3 {
    color: #000;
    font-size: 19px;
}

.par--image-with-link .border-inside-large .container--block-image {
    height: 600px
}

.par--image-with-link .image-content--block {
    position: relative;
    width: auto;
    z-index: 9;
    text-align: left;
    top: 50%;
    bottom: 0;
    left: auto;
    height: auto;
    float: left;
    max-width: 290px
}

.par--image-with-link .image-content--block h2 {
    margin: 0
}

.par--image-with-link .white--block {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: white;
    z-index: 9;
    height: 100%
}

@media(max-width: 767px) {
    .par--image-with-link {
        height:auto
    }

    .par--image-with-link .fullwidth-middle h3 {
        color: #000 !important
    }

    .par--image-with-link .container {
        padding: 0
    }

    .par--image-with-link img {
        width: 100%;
        height: 190px;
        position: relative
    }

    .par--image-with-link .white--block {
        display: none
    }

    .par--image-with-link .container--block-image {
        height: auto !important
    }

    .par--image-with-link .image-content--block {
        bottom: 0;
        left: auto;
        height: auto;
        position: relative;
        padding: 30px 30px 50px 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        float: none !important;
        max-width: 100% !important
    }

    .par--image-with-link .image-content--block h2 {
        margin: 0;
        color: #b8b8b8;
        font-size: 25px
    }

    .par--image-with-link .border-inside {
        border: 0;
        position: relative;
        background: white;
        left: 0;
        right: 30px;
        top: 20px;
        padding: 0 20px
    }

    .par--image-with-link .border-inside .image-content--block {
        height: auto;
        padding-left: 15px
    }

    .par--image-with-link .border-inside h3 {
        color: #000
    }

    .par--image-with-link .fullwidth .image-content--block {
        background: #000
    }
}

@media(min-width: 768px) {
    .par--image-with-link {
        height:450px
    }
}

.border-inside-xl {
    height: 650px
}

.container--block-image {
    height: 450px
}

.par--background-image {
    height: 650px;
    position: relative;
    overflow: hidden;
    top: -130px;
    margin-bottom: -260px;
    /*height: 768px;
    overflow: hidden;
    position: relative;
    top: -150px;
    margin-bottom: -150px*/
}

.par--background-image .quote {
    font-size: 50px;
    color: #FFF;
    font-family: Gotham;
    text-transform: uppercase;
    text-align: center
}

.par--background-image .quote-2 {
    text-align: center
}

.par--background-image .field-name-body {
    z-index: 9;
    position: relative;
    background: white;
    padding: 30px 20px
}

@media(max-width: 767px) {
    .par--background-image {
        padding:0 !important
    }

    .par--background-image .block--quote {
        display: block;
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        text-align: center;
        padding: 40px 0 40px 0;
        background: #1e1e1e;
        z-index: 9
    }

    .par--background-image .vertical-align-fixed {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto
    }

    .par--background-image .quote {
        font-size: 27px;
        font-family: Gotham;
        text-transform: uppercase;
    }

    .par--background-image .quote-1 {
        padding-left: 10px
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .par--background-image {
        height:450px
    }
}

.block--quote {
    z-index: 99;
    top: 60%
}

.background-parallax {
    height: 768px;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media(max-width: 767px) {
    .background-parallax {
        background-attachment:inherit;
        background-position: center
    }

    .block--models {
        background: #FFF;
        z-index: 999;
        position: relative
    }

    .par--image-with-link {
        display: block;
        padding-bottom: 20px
    }

    .par--image-with-link .fullwidth-middle {
        position: relative
    }

    .background-parallax {
        height: 300px !important;
        background-size: cover;
        position: relative !important
    }

    .par--background-image {
        padding: 0 20px 100px 0;
        height: auto;
        margin-bottom: 0;
        top: 0
    }
}

.field-node--field-par .field-item:last-child .image-content--block h3 {
    color: #000
}

.collections-description h3 {
    font-size: 24px;
    font-family: Gotham;
    text-transform: uppercase;
}

.collections-description h4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 0
}

.block--socialmedia li {
    display: inline-block;
    padding: 0 20px
}

.small--image {
    padding: 63px 64px;
    background: #333
}

.large--image {
    background: #000
}

.image--with-text {
    position: relative;
    z-index: 9
}

.image--with-text img {
    width: 100%;
    height: 100%
}

.image--with-text h2 {
    font-size: 24px;
    margin-top: 0
}

.par--text {
    color: #FFF;
    font-size: 16px
}

.large--image,.small--image {
    height: 450px
}

.large--image .image--with-text--text {
    padding-right: 64px
}

.layout--page {
    background: white
}

.layout--page #block-krayon-content {
    margin: 50px 0
}

.path-user #user-login-form label {
    display: block
}

.path-user #user-login-form .button {
    padding: 6px 20px 6px;
    border: 1px solid #b8b8b8;
    text-align: center;
    color: #b8b8b8 !important;
    display: inline-block;
    margin-top: 20px;
    font-size: 18px !important;
    background: white
}

.path-user #user-login-form .button:hover {
    text-decoration: none;
    background: #b8b8b8;
    color: #FFF !important
}

.path-user #user-login-form .js-form-item:first-child {
    margin-bottom: 20px !important
}

.path-user .tabs--primary {
    margin-top: 10px
}

.page-page .layout-content {
    background: white
}

.page-page .container--body p {
    font-size: 18px;
    line-height: 24px
}

.page-page .body--element h3 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 0
}

.page-page .body--element h2 {
    color: #999999;
    font-weight: normal;
    font-family: Gotham;
    font-size: 22px;
    text-transform: uppercase;
}


@media(max-width: 767px) {
    .page-page .body--element h3 {
        font-size:19px
    }
}

.page-page .image-with-text-fullwidth .fullwidth--large--image {
    height: 625px;
    padding-bottom: 0
}

.page-page .image-with-text-fullwidth .fullwidth--large--image .par--text {
    color: #fff
}

.page-page .image-with-text-fullwidth .fullwidth--large--image .image--with-text--text {
    padding: 0
}

.page-page .image-with-text-fullwidth-small .fullwidth--small--image {
    background: #000
}

.page-page .image-with-text-fullwidth-small .fullwidth--small--image .par--text {
    color: #fff
}

.page-page .image-with-text-fullwidth-small .fullwidth--small--image .image--with-text--text {
    padding: 0
}

.page-page .field-items .field-item:nth-child(even) .image-with-text-large {
    background: #ededed
}

.page-page .par--image-with-link .fullwidth-middle {
    background: #000
}

.page-page .par--image-with-link .fullwidth-middle h3 {
    color: #FFF !important
}

.page-page .background-parallax {
    height: 768px
}

.border-inside .block--align-right img {
    left: 0;
    right: auto;
    z-index: 9
}

#cboxClose {
    top: 0;
    right: 0;
    bottom: auto
}

#colorbox {
    position: fixed
}

#cboxLoadedContent,#cboxContent,#cboxWrapper {
    width: 100% !important;
    height: 100% !important
}

#cboxLoadedContent img {
    width: 100% !important;
    height: auto !important
}

#colorbox,#cboxOverlay,#cboxWrapper {
    top: 50px !important
}

#cboxMiddleRight,#cboxMiddleLeft {
    display: none
}

#cboxNext {
    top: 50%;
    right: 0;
    left: auto
}

#cboxPrevious {
    top: 50%;
    left: 0
}

#cboxWrapper {
    background: #000 !important
}

#colorbox {
    width: 100% !important;
    height: 100% !important
}

.path-frontpage .cover--infos {
    top: -60%
}

.cover--infos h1 {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
    width: 300px
}

.cover--infos h3 {
    clear: left;
    font-size: 23px;
    width: 370px;
    padding-top: 0px;
}

.cover--infos h5 {
    color: #b8b8b8;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0
}

.cover--infos a {
    padding: 6px 20px 6px;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF !important;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px !important;
    margin-top: 10px;
    font-family: Gotham;
    text-transform: uppercase;
}

.cover--infos a:hover {
    text-decoration: none;
    background: #b8b8b8;
    color: #1e1e1e !important;
    border: 1px solid#b8b8b8;
}

.static-block--86.par--image-with-link .image-content--block {
    left: auto;
    max-width: 360px
}

.static-block--86.par--image-with-link h2 {
    font-size: 24px
}

.static-block--86.par--image-with-link h3 {
    font-size: 16px;
    line-height: 1.42
}

.image-with-text-large {
    background: white;
    position: relative;
    z-index: 99
}

.image-with-text-large .large--small--image {
    padding: 87px 30px
}

.image-with-text-large .image--with-text--text {
    height: 450px
}

.image-with-text-large .par--text {
    color: #000
}

.image-with-text-large img {
    width: 100%;
    height: 450px
}

.fullwidth--large--image {
    height: 768px;
    margin-top: -150px;
    position: relative;
    z-index: 9;
    background: #000
}

.fullwidth--large--image .par--text {
    color: #000
}

.fullwidth--large--image img {
    width: 50%;
    position: absolute;
    object-fit: cover;
    object-position: top left
}

.fullwidth--large--image .image--with-text--text {
    padding: 0;
    height: 650px
}

.image-with-text-fullwidth {
    padding-bottom: 80px
}

.image-with-text-fullwidth-small {
    padding-bottom: 80px
}

.image-with-text-fullwidth-small .par--text {
    color: #000
}

.image-with-text-fullwidth-small .fullwidth--small--image {
    height: 561px;
    position: relative;
    z-index: 9;
    background: white
}

.image-with-text-fullwidth-small .fullwidth--small--image img {
    width: 50%;
    position: absolute;
    object-fit: cover;
    object-position: top left;
    height: 100%
}

.image-with-text-fullwidth-small .fullwidth--small--image .image--with-text--text {
    padding: 0;
    height: 561px
}

@media(max-width: 767px) {
    .no-padding-mobile {
        padding:0 !important
    }

    .small--quote {
        background: #b8b8b8;
        font-size: 21px !important;
        padding: 50px 60px
    }

    #timepieces .btn_normal {
        float: left;
        clear: both;
        margin-left: 0
    }

    #timepieces .collections-description h4 {
        float: left
    }

    .swiper-pagination-collections {
        margin-top: 20px
    }

    .slick-list {
        position: relative !important;
        display: block;
        overflow: hidden !important;
        margin: 0;
        padding: 0
    }

    .slick-track {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        margin: 0;
        padding: 0
    }

    .slick-slider {
        border: 0;
        margin-bottom: 0 !important;
        padding-bottom: 10px
    }

    .slick-slide {
        padding: 0 !important;
        width: 100% !important;
        margin: 0
    }

    .fullwidth--large--image {
        height: auto
    }

    .fullwidth--large--image img {
        height: auto;
        width: 100%
    }

    .image-with-text-large {
        height: auto
    }

    .image-with-text-large .large--small--image {
        padding: 15px 0
    }

    .image-with-text-large .image--with-text--text {
        height: auto;
        display: block;
        width: 100%;
        padding: 15px 15px 60px 15px
    }

    .page-page .image-with-text-fullwidth-small .fullwidth--small--image .image--with-text--text {
        padding: 0 0 60px 0
    }

    .vertical-align-fixed {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .no-padding-mobile {
        padding:0 !important
    }

    .small--quote {
        background: #b8b8b8;
        font-size: 21px !important;
        padding: 50px 60px
    }

    #timepieces .btn_normal {
        float: left;
        clear: both;
        margin-left: 0
    }

    #timepieces .collections-description h4 {
        float: left
    }

    .swiper-pagination-collections {
        margin-top: 20px
    }

    .slick-list {
        position: relative !important;
        display: block;
        overflow: hidden !important;
        margin: 0;
        padding: 0
    }

    .slick-track {
        display: block !important;
        width: 100%;
        margin: 0;
        padding: 0
    }

    .slick-slider {
        border: 0;
        margin-bottom: 0 !important;
        padding-bottom: 10px
    }

    .slick-slide {
        padding: 0 !important;
        width: 100% !important;
        margin: 0
    }

    .fullwidth--large--image {
        height: auto
    }

    .fullwidth--large--image img {
        height: auto;
        width: 100%
    }

    .image-with-text-large {
        height: auto
    }

    .image-with-text-large .large--small--image {
        padding: 15px 0
    }

    .image-with-text-large .image--with-text--text {
        height: auto;
        display: block;
        width: 100%;
        padding: 20px 15px
    }

    .vertical-align-fixed {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto
    }
}

.block--align-left .image--with-text--text {
    float: left
}

.block--align-left img {
    right: 0
}

.block--align-right .image--with-text--text {
    float: right
}

.type--owners .container--body {
    padding-bottom: 0
}

.type--owners .container--body h3 {
    color: #b8b8b8 !important;
    font-size: 24px !important;
    margin-top: 35px;
    font-weight: 400 !important;
    line-height: 28px;
    margin-bottom: 20px
}

.type--owners .body--element {
    border-bottom: 0 !important
}

.type--owners .container--body:first-child p:first-child:first-letter {
    font-size: 64px;
    color: #b8b8b8;
    float: left;
    text-align: left;
    margin-left: -2px;
    padding-right: 2px;
    line-height: 39px;
    padding-top: 2px
}

.node--18 {
    background: #000
}

.node--18 #az-timeline-container {
    width: 100% !important
}

.node--18 .container--body {
    padding-bottom: 0;
    margin-bottom: 100px
}

.node--18 .body--element {
    padding: 0 !important
}

@media(max-width: 767px) {
    .node--18 .body--element>p {
        color:#FFF !important
    }
}

.node--79 .container--body {
    padding-bottom: 0
}

@media(max-width: 767px) {
    .large--title {
        background:white;
        text-align: center;
        display: block;
        padding: 30px 0 20px;
        color: #b8b8b8;
        font-size: 21px
    }

    .type--owners .body--element {
        padding: 0 !important
    }

    .path-frontpage .par--background-image {
        margin: 0 !important
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .large--title {
        padding:30px 0 20px
    }

    .path-frontpage .par--background-image {
        margin: 0 !important
    }
}

.path-frontpage .large--title,.node--27 .large--title {
    display: none
}

#krayonav-main .krayonav__item:nth-child(2) .subtitle {
    min-height: 35px
}

.background--image-top {
    position: absolute;
    top: 0;
    height: 1100px !important
}

.background--image-top img {
    object-fit: cover;
    width: 100%
}

h3.title_heading {
    color: #b8b8b8 !important
}

.page-article {
    background: #FFF
}

.page-article .body--element {
    padding: 0 200px;
    border-bottom: 0
}

.link--return {
    color: #b8b8b8 !important;
    font-size: 20px;
    display: block
}

.background--static {
    background-attachment: initial;
    top: 0 !important;
    margin-bottom: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.path-frontpage .cover--infos h3 {
    border-top: 0
}

.path-frontpage .par--background-12041image {
    padding: 0 !important
}

.path-frontpage .par--background-image:after {
    display: none !important
}

.page-timepieces .page--cover h3 {
    width: 320px;
    font-size: 23px
}

@media(max-width: 767px) {
    .par--image-with-link .fullwidth .image-content--block h3 {
        color:#FFF !important;
        font-size: 19px;
    }

    .bottom--line {
        padding-bottom: 67px
    }

    .bottom--line:after {
        content: '';
        height: 1px;
        background: #979797;
        left: 15px;
        right: 15px;
        display: block;
        margin-top: 29px;
        position: absolute
    }

    .cover--infos {
        position: absolute;
        width: 100%;
        bottom: 20%;
        padding: 0 30px;
        top: auto !important;
        right: 0% !important;
    }

    .cover--infos img {
        position: absolute;
        top: -155px;
        width: 100px;
        height: auto
    }

    .cover--infos h1 {
        color: #FFF;
        font-size: 32px;
        padding-bottom: 10px;
        width: 100%;
        font-family: Gotham;
        text-transform: uppercase;
    }

    .cover--infos h2 {
        color: #FFF;
        margin-top: 0;
        font-size: 20px
    }

    .cover--infos h3 {
        font-size: 19px
    }

    .cover--infos a {
        padding: 5px 10px 5px
    }

    #timepieces .collections-description h3 {
        padding-top: 10px
    }
    #timepieces .collections-description h3:after {
        content:"";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        bottom: 8px;
        height: 2px;
        transition: width .35s cubic-bezier(0,.1,.125,.7);
        transition-delay: .1s;
        width: 0px;
        background: #f46060;
    }
    #timepieces .collections-description h3:hover::after {
        width: 100px;
    }
  

    .page-model .field-node--field-static-block,.page-calibre .field-node--field-static-block {
        border-top: 25px solid #FFF
    }

    .page-timepieces .page--cover h1 {
        font-size: 36px
    }
}

.page-edition .slick-lightbox-close {
    height: 35px;
    width: 31px;
    background: url('../../../../themes/krayon/assets/img/croix.png') no-repeat 0 0 transparent
}

.page-edition .slick-lightbox-close:before {
    font-size: 36px;
    color: #b8b8b8;
    content: ""
}

.page-edition .slick-slide img {
    cursor: pointer
}

.page-edition .slick-lightbox {
    z-index: 9999999999 !important;
    background: #000 !important
}

.page-edition .slick-prev:hover,.page-edition .slick-prev:focus,.page-edition .slick-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url('../../files/img/chevron-krayon.png') no-repeat 0 0 transparent;
    font-size: 40px !important
}

.page-edition .slick-prev:hover:before,.page-edition .slick-prev:focus:before,.page-edition .slick-prev:before {
    content: ""
}

.page-edition .slick-next:hover,.page-edition .slick-next:focus,.page-edition .slick-next {
    background: url('../../files/img/chevron-krayon.png') no-repeat 0 0 transparent;
    font-size: 40px !important
}

.page-edition .slick-next:hover:before,.page-edition .slick-next:focus:before,.page-edition .slick-next:before {
    content: ""
}

@media(max-width: 767px) {
    .page-edition .slick-next,.page-edition .slick-prev {
        display:none !important
    }

    .page-edition .swiper-container-gallery .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 12px;
        height: 12px
    }
}

.page-edition .slick-prev,.page-edition .slick-next {
    width: 30px !important;
    height: 40px !important
}

.page-edition .slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90% !important;
    max-height: 100vh !important
}

.page-edition .slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
    max-height: 100vh !important
}

.page-edition .slick-lightbox-slick-caption {
    display: none
}

.page-edition .slick-slide .overlay {
    display: none
}

.page-edition .overlay .fa-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 55px;
    color: #b8b8b8
}

.page-edition .overlay .fa-search:before {
    content: ""
}

.page-edition .gallery-edition:hover .overlay {
    display: block;
    bottom: 8px;
    right: 4px;
    top: 0;
    left: 4px;
    opacity: .7;
    position: absolute;
    background: url('../../../../themes/krayon/assets/img/loupe_picto.png') no-repeat center center black;
    background-size: 75px 75px
}

.body--element ul,.field-node--field-features ul {
    list-style: none
}

.body--element li:before,.field-node--field-features li:before {
    content: "ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·";
    color: #b8b8b8;
    vertical-align: top;
    line-height: 14px;
    padding-right: 5px;
    margin-left: -14px;
    display: inline-block;
    margin-top: 3px;
    font-size: 40px
}

.chosen-results li:before {
    display: none
}

.chosen-search {
    display: none !important
}

.js-form-item-category-id select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff !important;
    padding-right: 0
}

.js-form-type-select .chosen-container-single .chosen-single input[type=text] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: -9999;
    left: 0;
    top: 0;
    width: 0;
    height: 0
}

.text--color-white h3 {
    color: white !important
}

.text--color-gold h3 {
    color: #b8b8b8 !important
}

.text--color-black h3 {
    color: black !important
}

.body--lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease;
    opacity: .7
}

.media--loading::before {
    content: '';
    display: block;
    width: 85px;
    height: 85px;
    max-width: 85px;
    background: url('../../../../themes/krayon/assets/img/logo_rg_roue_loading.svg') no-repeat center center transparent;
    background-size: cover;
    position: absolute;
    left: 40%;
    top: 40%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0;
    z-index: 22;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.block--manufacturer {
    background: #ededed;
    font-size: 21px;
    padding: 40px 0;
    color: gray;
    font-weight: 400
}

.block--manufacturer .bold {
    color: #b8b8b8
}

.block--lightgrey {
    margin-top: 110px;
    background: #f7f7f7;
    padding: 35px 0 100px 0
}

.block--lightgrey .container {
    width: 710px
}

.block--lightgrey img {
    margin-bottom: 20px
}

.block--lightgrey h3 {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    margin-top: 35px
}

.block--lightgrey a {
    color: #b8b8b8
}

@media(max-width: 767px) {
    .block--lightgrey .container {
        width:100%
    }
}

.node--90 .block--lightgrey {
    margin-top: 0 !important;
    padding-bottom: 55px
}

.padding--normal {
    padding-top: 20px
}

.node--11 .container--body {
    padding: 80px 64px 20px 64px
}

.contact_map iframe {
    border: 0;
    filter: url(data:image/svg+xml;utf8,<svgxmlns=\http://www.w3.org/2000/svg\><filterid=\grayscale\><feColorMatrixtype=\matrix\values=___YUICSSMIN_PRESERVED_TOKEN_36___.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\/></filter></svg>);
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden
}

.color-brand-dark {
    color: #b8b8b8;
    font-weight: 400
}

.swiper-pagination-cover>.swiper-pagination-bullets,.swiper-pagination-cover,.swiper-pagination-fraction {
    bottom: 70px !important;
    left: 0;
    width: 100%;
    z-index: 99999 !important
}

.swiper-pagination-cover>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-cover .swiper-pagination-bullet,.swiper-pagination-fraction .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #b8b8b8 !important;
    opacity: .6
}

.swiper-pagination-cover>.swiper-pagination-bullets .swiper-pagination-bullet-active,.swiper-pagination-cover .swiper-pagination-bullet-active,.swiper-pagination-fraction .swiper-pagination-bullet-active {
    opacity: 1;
    background: #b8b8b8 !important
}

.body--element a,.par--text a {
    color: #b8b8b8
}

.video-embed-field-responsive-video {
    margin-bottom: 14px
}

footer .ajax-progress {
    display: none !important
}

.static-block--38.par--image-with-link .image-content--block {
    max-width: 350px
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .static-block--38.par--image-with-link .image-content--block {
        max-width:300px
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {
    .row-eq-height {
        display:block
    }
}

@media(min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .row-eq-height {
        display:block
    }
}

.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.animated {
    visibility: visible;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.page--cover .swiper-slide-duplicate {
    display: none !important
}

.cover--infos h5 {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .2s 1 forwards;
    animation: swipe-in .7s ease-out .2s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.cover--infos h1 {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .4s 1 forwards;
    animation: swipe-in .7s ease-out .4s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.cover--infos h3 {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .8s 1 forwards;
    animation: swipe-in .7s ease-out .8s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.cover--infos a {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 1.2s 1 forwards;
    animation: swipe-in .7s ease-out 1.2s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.cover--infos img {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 1.2s 1 forwards;
    animation: swipe-in .7s ease-out 1.2s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.cover--infos .cover-right h5 {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .2s 1 forwards;
    animation: swipe-in .7s ease-out .2s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.cover--infos .cover-right h1 {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .4s 1 forwards;
    animation: swipe-in .7s ease-out .4s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px);
}

.cover--infos .cover-right h3 {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .8s 1 forwards;
    animation: swipe-in .7s ease-out .8s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.cover--infos .cover-right a {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 1.2s 1 forwards;
    animation: swipe-in .7s ease-out 1.2s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.cover--infos .cover-right img {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 1.2s 1 forwards;
    animation: swipe-in .7s ease-out 1.2s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.page-edition .timepieces-infos {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .4s 1 forwards;
    animation: swipe-in .7s ease-out .4s 1 forwards;
    -webkit-transform: translate(0px,20px);
    -ms-transform: translate(0px,20px);
    transform: translate(0px,20px)
}

.page-calibre .block--align-right .small--image .animated.swipe-in-title-left,.page-calibre .block--align-right .large--image .animated.swipe-in-title-left {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.page-calibre .block--align-right .small--image .animated.swipe-in-text-left,.page-calibre .block--align-right .large--image .animated.swipe-in-text-left {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .3s 1 forwards;
    animation: swipe-in .7s ease-out .3s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.page-calibre .block--align-right .small--image img.animated,.page-calibre .block--align-right .large--image img.animated {
    opacity: 0;
    -webkit-animation: swipe-in 1s ease-out 0s 1 forwards;
    animation: swipe-in 1s ease-out 0s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.page-calibre .block--align-right .fullwidth--image .animated.swipe-in-title-left {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.page-calibre .block--align-right .fullwidth--image .animated.swipe-in-text-left {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .3s 1 forwards;
    animation: swipe-in .7s ease-out .3s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.page-calibre .block--align-right .fullwidth--image img.animated {
    opacity: 0;
    -webkit-animation: swipe-in 1s ease-out 0s 1 forwards;
    animation: swipe-in 1s ease-out 0s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.page-calibre .block--align-right.bottom--line.animated:after {
    opacity: 0;
    -webkit-animation: swipe-in 1.5s ease-out 0s 1 forwards;
    animation: swipe-in 1.5s ease-out 0s 1 forwards;
    -webkit-transform: translate(-350px,0px);
    -ms-transform: translate(-350px,0px);
    transform: translate(-350px,0px)
}

.page-calibre .block--align-left .small--image .animated.swipe-in-title-right,.page-calibre .block--align-left .large--image .animated.swipe-in-title-right {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.page-calibre .block--align-left .small--image .animated.swipe-in-text-right,.page-calibre .block--align-left .large--image .animated.swipe-in-text-right {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.page-calibre .block--align-left .small--image img.animated,.page-calibre .block--align-left .large--image img.animated {
    opacity: 0;
    -webkit-animation: swipe-in 1s ease-out 0s 1 forwards;
    animation: swipe-in 1s ease-out 0s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.page-calibre .block--align-left .fullwidth--image .animated.swipe-in-title-right {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.page-calibre .block--align-left .fullwidth--image .animated.swipe-in-text-right {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .3s 1 forwards;
    animation: swipe-in .7s ease-out .3s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.page-calibre .block--align-left .fullwidth--image img.animated {
    opacity: 0;
    -webkit-animation: swipe-in 1s ease-out 0s 1 forwards;
    animation: swipe-in 1s ease-out 0s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.page-calibre .block--align-left.bottom--line.animated:after {
    opacity: 0;
    -webkit-animation: swipe-in 1.5s ease-out 0s 1 forwards;
    animation: swipe-in 1.5s ease-out 0s 1 forwards;
    -webkit-transform: translate(350px,0px);
    -ms-transform: translate(350px,0px);
    transform: translate(350px,0px)
}

.page-calibre .node--5 .field-node--field-par .field-items .field-item:nth-child(4) .par--background-image.bottom--line.animated:after {
    opacity: 0;
    -webkit-animation: swipe-in 1.5s ease-out 0s 1 forwards;
    animation: swipe-in 1.5s ease-out 0s 1 forwards;
    -webkit-transform: translate(-350px,0px);
    -ms-transform: translate(-350px,0px);
    transform: translate(-350px,0px)
}

.page-calibre .node--5 .field-node--field-par .field-items .field-item:nth-child(8) .par--background-image.bottom--line.animated:after,.page-calibre .node--5 .field-node--field-par .field-items .field-item:nth-child(11) .par--background-image.bottom--line.animated:after {
    opacity: 0;
    -webkit-animation: swipe-in 1.5s ease-out 0s 1 forwards;
    animation: swipe-in 1.5s ease-out 0s 1 forwards;
    -webkit-transform: translate(350px,0px);
    -ms-transform: translate(350px,0px);
    transform: translate(350px,0px)
}

.page-calibre .node--5 .field-node--field-par .field-items .field-item:nth-child(12) .block--align-right.bottom--line.animated:after {
    opacity: 0;
    -webkit-animation: swipe-in 1.5s ease-out 0s 1 forwards;
    animation: swipe-in 1.5s ease-out 0s 1 forwards;
    -webkit-transform: translate(350px,0px);
    -ms-transform: translate(350px,0px);
    transform: translate(350px,0px)
}

.page-calibre .node--6 .field-node--field-par .field-items .field-item:nth-child(9) .par--background-image.bottom--line.animated:after {
    opacity: 0;
    -webkit-animation: swipe-in 1.5s ease-out 0s 1 forwards;
    animation: swipe-in 1.5s ease-out 0s 1 forwards;
    -webkit-transform: translate(-350px,0px);
    -ms-transform: translate(-350px,0px);
    transform: translate(-350px,0px)
}

.page-calibre .node--6 .field-node--field-par .field-items .field-item:nth-child(3) .block--align-right.bottom--line.animated:after {
    opacity: 0;
    -webkit-animation: swipe-in 1.5s ease-out 0s 1 forwards;
    animation: swipe-in 1.5s ease-out 0s 1 forwards;
    -webkit-transform: translate(350px,0px);
    -ms-transform: translate(350px,0px);
    transform: translate(350px,0px)
}

.page-calibre .node--6 .field-node--field-par .field-items .field-item:nth-child(6) .block--align-left.bottom--line.animated:after {
    opacity: 0;
    -webkit-animation: swipe-in 1.5s ease-out 0s 1 forwards;
    animation: swipe-in 1.5s ease-out 0s 1 forwards;
    -webkit-transform: translate(-350px,0px);
    -ms-transform: translate(-350px,0px);
    transform: translate(-350px,0px)
}

.node--9 .block--align-right .large--small--image .animated.swipe-in-title-left,.node--79 .block--align-right .large--small--image .animated.swipe-in-title-left,.node--9 .block--align-right .small--image .animated.swipe-in-title-left,.node--79 .block--align-right .small--image .animated.swipe-in-title-left,.node--9 .block--align-right .large--image .animated.swipe-in-title-left,.node--79 .block--align-right .large--image .animated.swipe-in-title-left {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.node--9 .block--align-right .large--small--image .animated.swipe-in-text-left,.node--79 .block--align-right .large--small--image .animated.swipe-in-text-left,.node--9 .block--align-right .small--image .animated.swipe-in-text-left,.node--79 .block--align-right .small--image .animated.swipe-in-text-left,.node--9 .block--align-right .large--image .animated.swipe-in-text-left,.node--79 .block--align-right .large--image .animated.swipe-in-text-left {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .3s 1 forwards;
    animation: swipe-in .7s ease-out .3s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.node--9 .block--align-right .fullwidth--small--image .animated.swipe-in-title-left,.node--79 .block--align-right .fullwidth--small--image .animated.swipe-in-title-left,.node--9 .block--align-right .fullwidth--large--image .animated.swipe-in-title-left,.node--79 .block--align-right .fullwidth--large--image .animated.swipe-in-title-left,.node--9 .block--align-right .fullwidth--image .animated.swipe-in-title-left,.node--79 .block--align-right .fullwidth--image .animated.swipe-in-title-left {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.node--9 .block--align-right .fullwidth--small--image .animated.swipe-in-text-left,.node--79 .block--align-right .fullwidth--small--image .animated.swipe-in-text-left,.node--9 .block--align-right .fullwidth--large--image .animated.swipe-in-text-left,.node--79 .block--align-right .fullwidth--large--image .animated.swipe-in-text-left,.node--9 .block--align-right .fullwidth--image .animated.swipe-in-text-left,.node--79 .block--align-right .fullwidth--image .animated.swipe-in-text-left {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .3s 1 forwards;
    animation: swipe-in .7s ease-out .3s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.node--9 .block--align-left .large--small--image .animated.swipe-in-title-right,.node--79 .block--align-left .large--small--image .animated.swipe-in-title-right,.node--9 .block--align-left .small--image .animated.swipe-in-title-right,.node--79 .block--align-left .small--image .animated.swipe-in-title-right,.node--9 .block--align-left .large--image .animated.swipe-in-title-right,.node--79 .block--align-left .large--image .animated.swipe-in-title-right {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.node--9 .block--align-left .large--small--image .animated.swipe-in-text-right,.node--79 .block--align-left .large--small--image .animated.swipe-in-text-right,.node--9 .block--align-left .small--image .animated.swipe-in-text-right,.node--79 .block--align-left .small--image .animated.swipe-in-text-right,.node--9 .block--align-left .large--image .animated.swipe-in-text-right,.node--79 .block--align-left .large--image .animated.swipe-in-text-right {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .3s 1 forwards;
    animation: swipe-in .7s ease-out .3s 1 forwards;
    -webkit-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    transform: translate(20px,0px)
}

.node--9 .block--align-left .fullwidth--small--image .animated.swipe-in-title-right,.node--79 .block--align-left .fullwidth--small--image .animated.swipe-in-title-right,.node--9 .block--align-left .fullwidth--large--image .animated.swipe-in-title-right,.node--79 .block--align-left .fullwidth--large--image .animated.swipe-in-title-right,.node--9 .block--align-left .fullwidth--image .animated.swipe-in-title-right,.node--79 .block--align-left .fullwidth--image .animated.swipe-in-title-right {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out 0s 1 forwards;
    animation: swipe-in .7s ease-out 0s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

.node--9 .block--align-left .fullwidth--small--image .animated.swipe-in-text-right,.node--79 .block--align-left .fullwidth--small--image .animated.swipe-in-text-right,.node--9 .block--align-left .fullwidth--large--image .animated.swipe-in-text-right,.node--79 .block--align-left .fullwidth--large--image .animated.swipe-in-text-right,.node--9 .block--align-left .fullwidth--image .animated.swipe-in-text-right,.node--79 .block--align-left .fullwidth--image .animated.swipe-in-text-right {
    opacity: 0;
    -webkit-animation: swipe-in .7s ease-out .3s 1 forwards;
    animation: swipe-in .7s ease-out .3s 1 forwards;
    -webkit-transform: translate(-20px,0px);
    -ms-transform: translate(-20px,0px);
    transform: translate(-20px,0px)
}

@-webkit-keyframes swipe-in {
    0% {
        opacity: 0
    }

    30% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }
}

@keyframes swipe-in {
    0% {
        opacity: 0
    }

    30% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }
}

.path-frontpage .field-node--field-static-block,.page-model .field-node--field-static-block,.page-edition .field-node--field-static-block,.page-calibre .field-node--field-static-block,.node--27 .field-node--field-static-block,.node--90 .field-node--field-static-block,.node--79 .field-node--field-static-block,.node--18 .field-node--field-static-block,.node--9 .field-node--field-static-block {
    background: #fff
}

.showOut.animated {
    -webkit-animation: showOut .7s ease-out 0s 1 normal forwards;
    animation: showOut .7s ease-out 0s 1 normal forwards;
    z-index: 1 !important;
}

@-webkit-keyframes showOut {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px,20px);
        transform: translate(0px,20px)
    }

    30% {
        opacity: .1
    }

    70% {
        opacity: .5
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }
}

@keyframes showOut {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px,20px);
        transform: translate(0px,20px)
    }

    30% {
        opacity: .1
    }

    70% {
        opacity: .5
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }
}

.showUp.animated {
    -webkit-animation: showOut .7s ease-out 0s 1 normal forwards;
    animation: showOut .7s ease-out 0s 1 normal forwards
}

@-webkit-keyframes showUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px,20px);
        transform: translate(0px,20px)
    }

    30% {
        opacity: .1
    }

    70% {
        opacity: .5
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }
}

@keyframes showUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px,20px);
        transform: translate(0px,20px)
    }

    30% {
        opacity: .1
    }

    70% {
        opacity: .5
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }
}

@media(max-width: 767px) {
    .slick-lightbox {
        position:-ms-device-fixed !important
    }

    .slick-track {
        -webkit-transform-origin: center center 0 !important;
        -ms-transform-origin: center center 0 !important;
        transform-origin: center center 0 !important
    }

    .page-edition .slick-lightbox-slick-item-inner {
        position: relative !important
    }

    .slick-lightbox-inner {
        position: relative !important
    }
}

#sliding-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 767px) {
    #sliding-popup {
        height:auto !important
    }
}

#sliding-popup .eu-cookie-compliance-banner-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 100%
}

#sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content {
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 896px
}

@media(max-width: 767px) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content {
        max-width:100%;
        padding: 40px 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content {
        max-width:80%
    }
}

@media(min-width: 767px) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content {
        height:90px
    }
}

#sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message {
    margin: 0
}

@media(max-width: 767px) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message {
        display:inline-block;
        line-height: 20px;
        padding-bottom: 40px
    }
}

@media(min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message {
        max-width:70%
    }
}

#sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0
}

@media(max-width: 767px) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message h2 {
        display:inline;
        margin-bottom: 0;
        font-size: 14px
    }

    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message h2>br {
        display: none
    }
}

@media(min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message h2 {
        display:inline;
        margin-bottom: 0;
        font-size: 14px
    }

    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message h2>br {
        display: none
    }
}

#sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message p {
    font-size: 16px;
    font-weight: 300
}

@media(max-width: 767px) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message p {
        font-size:14px;
        line-height: 20px
    }
}

@media(min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message p {
        font-size:14px
    }
}

#sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button {
    font-size: 16px;
    font-weight: 300;
    color: #b8b8b8;
    text-decoration: none
}

#sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button:after {
    content: ".";
    display: inline-block;
    color: #fff
}

@media(max-width: 767px) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button {
        font-size:14px
    }
}

@media(max-width: 767px) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons {
        width:100%;
        margin: 0
    }
}

#sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button {
    font-family: "Source Sans pro";
    width: 96px;
    height: 38px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    border: 1px solid #b8b8b8;
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #b8b8b8 !important;
    border-radius: 0 !important
}

#sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:hover {
    text-decoration: none;
    background: #b8b8b8 !important;
    color: #FFF !important
}

@media(max-width: 767px) {
    #sliding-popup .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button {
        width:100%;
        margin: 0;
        font-size: 14px
    }
}

.large--title.more-about {
    font-weight: 400
}

.ui-accordion {
    border-bottom: 2px solid #ccc;
    padding-left: 0;
    list-style: none
}

.ui-accordion .ui-state-focus,.ui-accordion .ui-state-active,.ui-accordion .ui-corner-top {
    outline: 0
}

.ui-accordion .ui-icon {
    background: none
}

.ui-accordion .ui-accordion-header {
    border: 0;
    border-radius: initial;
    display: block;
    position: relative;
    padding: 12px 40px 12px 0;
    border-bottom: 2px solid #ccc;
    margin: 0;
    color: #333;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    border: 0;
    border-top: 2px solid #ccc;
    font-family: "Source Sans pro"
}

.ui-accordion .ui-accordion-header:first-child {
    border-top: 0
}

.ui-accordion .ui-accordion-header:first-child {
    border: 0
}

.ui-accordion .ui-accordion-header a {
    color: #333;
    text-decoration: none
}

.ui-accordion .ui-accordion-header:hover {
    color: #000;
    outline: 0
}

.ui-accordion .ui-accordion-header:hover a,.ui-accordion .ui-accordion-header:hover a:hover {
    color: #000 !important;
    text-decoration: none
}

.ui-accordion .ui-accordion-header-icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px
}

.ui-accordion .ui-accordion-header-icon::before,.ui-accordion .ui-accordion-header-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #333;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 400ms all ease-out;
    transition: 400ms all ease-out;
    -webkit-backface-visibility: hidden
}

.ui-accordion .ui-accordion-header-icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ui-accordion .ui-state-active .ui-accordion-header-icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px
}

.ui-accordion .ui-state-active .ui-accordion-header-icon::before,.ui-accordion .ui-state-active .ui-accordion-header-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #333;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 400ms all ease-out;
    transition: 400ms all ease-out;
    -webkit-backface-visibility: hidden
}

.ui-accordion .ui-state-active .ui-accordion-header-icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ui-accordion .ui-state-active .ui-accordion-header-icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-accordion .ui-accordion-header-icon {
    position: absolute !important;
    right: 15px !important;
    left: auto !important;
    font-size: 20px;
    z-index: 99999;
    text-indent: 0 !important
}

.ui-accordion .ui-accordion-content {
    border: 0;
    border-radius: initial;
    margin-top: -5px;
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 25px
}

.field-accordion--field-downloads {
    margin-top: 20px;
    padding-left: 28px !important
}

.field-accordion--field-downloads li {
    list-style: none !important
}

.field-accordion--field-downloads li:hover .fa,.field-accordion--field-downloads li:hover a {
    color: #b8b8b8
}

.field-accordion--field-downloads .fa {
    float: left;
    margin-left: -28px;
    line-height: 25px
}

.modal--register-timepiece .btn_normal {
    float: right
}

.modal--newsletter {
    width: auto !important;
    padding: 0;
    max-width: 740px !important;
    min-width: 640px !important
}

.modal--newsletter .status-message-block {
    display: none !important
}

.modal--newsletter input {
    width: 100%;
    margin: 10px 0 20px 0;
    height: 38px;
    border: 0;
    padding: 0 10px;
    font-family: "Source Sans pro";
    color: #b8b8b8
}

.modal--newsletter .btn_normal {
    background: #b8b8b8;
    border: 1px solid #FFF;
    margin-top: 50px;
    color: #FFF !important
}

.modal--newsletter .btn_normal:hover {
    background: #FFF;
    color: #b8b8b8 !important;
    border-color: #b8b8b8 !important
}

.modal--newsletter .ui-dialog-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    overflow: visible;
    text-overflow: inherit;
    display: block;
    clear: both;
    width: auto;
    float: none;
    white-space: inherit
}

.modal--newsletter .ui-dialog-titlebar {
    margin-bottom: 40px
}

.modal--newsletter .ui-dialog-titlebar-close {
    background: url('/themes/krayon/assets/img/icon_croix_white.svg') no-repeat 0 0 transparent;
    width: 40px;
    height: 43px;
    border: 0;
    top: 0;
    cursor: pointer;
    right: 15px
}

@media(max-width: 768px) {
    .modal--newsletter {
        width:100% !important;
        min-width: 100% !important;
        left: 0 !important;
        right: 0 !important
    }
}

.ui-widget-overlay {
    background: #b8b8b8;
    opacity: 1
}

.status-message-block {
    width: 100% !important;
    padding: 0 15px;
    margin-bottom: 15px
}

.webform-submission-register-your-timepiece-form,.webform-submission-contact-form {
    min-width: 640px !important
}

@media(max-width: 768px) {
    .webform-submission-register-your-timepiece-form,.webform-submission-contact-form {
        width:100% !important;
        min-width: 100% !important;
        left: 0 !important;
        right: 0 !important
    }
}

.webform-submission-register-your-timepiece-form .status-message-block,.webform-submission-contact-form .status-message-block {
    display: none !important
}

.webform-submission-register-your-timepiece-form .fieldset-wrapper,.webform-submission-contact-form .fieldset-wrapper {
    margin: 0 -15px
}

.webform-submission-register-your-timepiece-form fieldset,.webform-submission-contact-form fieldset {
    padding: 0
}

.webform-submission-register-your-timepiece-form legend,.webform-submission-contact-form legend {
    color: #FFF;
    border-color: #FFF
}

.webform-submission-register-your-timepiece-form .js-form-type-email input,.webform-submission-contact-form .js-form-type-email input,.webform-submission-register-your-timepiece-form .js-form-type-textfield input,.webform-submission-contact-form .js-form-type-textfield input {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: white;
    border: 1px solid white;
    font-weight: 400;
    padding: 0 10px;
    font-family: "Source Sans pro";
    height: 38px;
    margin-bottom: 30px;
    color: #b8b8b8
}

.webform-submission-register-your-timepiece-form .js-form-type-email input::-webkit-input-placeholder,.webform-submission-contact-form .js-form-type-email input::-webkit-input-placeholder,.webform-submission-register-your-timepiece-form .js-form-type-textfield input::-webkit-input-placeholder,.webform-submission-contact-form .js-form-type-textfield input::-webkit-input-placeholder {
    color: #b8b8b8 !important
}

.webform-submission-register-your-timepiece-form .js-form-type-email input::-moz-placeholder,.webform-submission-contact-form .js-form-type-email input::-moz-placeholder,.webform-submission-register-your-timepiece-form .js-form-type-textfield input::-moz-placeholder,.webform-submission-contact-form .js-form-type-textfield input::-moz-placeholder {
    color: #b8b8b8 !important
}

.webform-submission-register-your-timepiece-form .js-form-type-email input:-ms-input-placeholder,.webform-submission-contact-form .js-form-type-email input:-ms-input-placeholder,.webform-submission-register-your-timepiece-form .js-form-type-textfield input:-ms-input-placeholder,.webform-submission-contact-form .js-form-type-textfield input:-ms-input-placeholder {
    color: #b8b8b8 !important
}

.webform-submission-register-your-timepiece-form .js-form-type-email input::placeholder,.webform-submission-contact-form .js-form-type-email input::placeholder,.webform-submission-register-your-timepiece-form .js-form-type-textfield input::placeholder,.webform-submission-contact-form .js-form-type-textfield input::placeholder {
    color: #b8b8b8 !important
}

.webform-submission-register-your-timepiece-form textarea,.webform-submission-contact-form textarea {
    width: 100%;
    color: #b8b8b8 !important;
    margin: 0 0 30px 0;
    border: 1px solid white;
    padding-left: 10px;
    font-weight: 400;
    font-family: "Source Sans pro"
}

.webform-submission-register-your-timepiece-form textarea::-webkit-input-placeholder,.webform-submission-contact-form textarea::-webkit-input-placeholder {
    color: #b8b8b8 !important
}

.webform-submission-register-your-timepiece-form textarea::-moz-placeholder,.webform-submission-contact-form textarea::-moz-placeholder {
    color: #b8b8b8 !important
}

.webform-submission-register-your-timepiece-form textarea:-ms-input-placeholder,.webform-submission-contact-form textarea:-ms-input-placeholder {
    color: #b8b8b8 !important
}

.webform-submission-register-your-timepiece-form textarea::placeholder,.webform-submission-contact-form textarea::placeholder {
    color: #b8b8b8 !important
}

.webform-submission-register-your-timepiece-form .btn_normal,.webform-submission-contact-form .btn_normal {
    background: #b8b8b8;
    color: #FFF !important;
    margin-top: 35px !important
}

.webform-submission-register-your-timepiece-form .btn_normal:hover,.webform-submission-contact-form .btn_normal:hover {
    background: #FFF;
    color: #b8b8b8 !important;
    border-color: #b8b8b8 !important
}

.close--form {
    float: right
}

.modal--register-timepiece {
    max-width: 800px !important
}

.modal--register-timepiece .ui-dialog-titlebar {
    margin-bottom: 25px
}

.modal--register-timepiece .ui-dialog .ui-dialog-buttonpane button {
    margin: 0
}

.block--lightform {
    background: #f7f7f7;
    padding: 105px 0 120px
}

.block--lightform h2 {
    margin: 0 0 38px 0 !important
}

#contact-form {
    display: none
}

#contact-form .webform-submission-form {
    float: left;
    width: 100%;
    position: relative
}

#contact-form .alert-message ul {
    padding-left: 0
}

#contact-form .captcha {
    position: absolute;
    bottom: -20px;
    z-index: 999;
    overflow: hidden;
    height: 83px;
    right: 105px;
    width: 150px
}

.rc-anchor-compact-footer {
    display: none !important
}

@media(max-width: 768px) {
    #drupal-modal legend {
        font-size:21px !important
    }

    #drupal-modal .modal--register-timepiece .markup--message {
        color: #FFF;
        font-size: 17px
    }

    .modal--register-timepiece .ui-dialog-title {
        margin-top: -30px
    }

    .modal--register-timepiece .btn_normal {
        margin-bottom: 20px !important;
        float: right
    }

    .modal--register-timepiece input::-webkit-input-placeholder {
        font-size: 13px
    }

    .modal--register-timepiece input::-moz-placeholder {
        font-size: 13px
    }

    .modal--register-timepiece input:-ms-input-placeholder {
        font-size: 13px
    }

    .modal--register-timepiece input::placeholder {
        font-size: 13px
    }

    #contact-form>.container {
        padding: 0
    }

    #contact-form h2 {
        width: 91%
    }

    #contact-form .close--form {
        position: absolute;
        right: 12px;
        top: 0
    }

    .webform-submission-form {
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important
    }

    .webform-confirmation__message {
        padding: 0 19px
    }

    .webform-submission-register-your-timepiece-form {
        padding: 0 15px
    }

    .webform-submission-register-your-timepiece-form .webform-confirmation__message {
        padding: 0 6px
    }

    .webform-button--submit:hover {
        background: #FFF;
        color: #b8b8b8 !important;
        border-color: #b8b8b8 !important
    }

    .ui-dialog .ui-dialog-content {
        padding: 0
    }

    #contact-form .webform-actions {
        clear: both
    }

    .ui-dialog .ui-dialog-titlebar {
        margin-bottom: 15px
    }

    .ui-dialog {
        top: 55px !important
    }

    .ui-dialog .ui-dialog-titlebar-close {
        top: -23px;
        right: 0;
        background-size: 70%
    }

    .ui-dialog .ui-dialog-title {
        color: #FFF;
        font-size: 26px;
        font-weight: 400;
        overflow: visible;
        text-overflow: inherit
    }
}

.webform-button--submit {
    margin: 0 !important
}

.webform-confirmation__message {
    text-align: left;
    color: white;
    font-size: 19.5px;
    font-weight: 400
}

#contact-form .webform-confirmation__message {
    color: #b8b8b8 !important
}

.markup--message {
    color: #FFF
}

.markup--message-brand {
    color: #b8b8b8
}

.angle--slider {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 99
}

.angle--slider a:focus,.angle--slider a:hover {
    text-decoration: none
}

/*.angle--slider .angle-down {
    background: url('../img/chevron.svg') no-repeat 0 0 transparent;
    width: 20px;
    height: 10px;
    font-size: 25px;
    display: block;
    text-align: center;
    margin: 0 auto
}*/

.bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center top;
    background-size: cover;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1
}

.node--89 .bg-img {
    background-position: 0 0;
    background-size: 115%
}

.page--cover {
    padding-bottom: 0;
    margin-bottom: -64px;
    overflow: visible;
    /*overflow-x: hidden;*/
}

.page--cover h3 {
    width: 320px;
    font-weight: 300
}

.page--cover .swiper-slide {
    height: 100vh;
    margin-bottom: -64px
}

.full-screen {
    height: 100vh
}

.swiper-container-collections .swiper-slide {
    height: 100%
}

@media(min-width: 768px) {
    .cover--soldat {
        background-size:40% auto;
        background-position: center right;
        height: 100%;
        position: absolute;
        bottom: 0;
        width: 1200px;
        right: 25px;
        top: 20px;
        background-repeat: no-repeat
    }

    .cover--infos {
        height: auto;
        position: relative
    }

    .cover--infos h1 {
        color: #FFF;
        font-family: Gotham;
        text-transform: uppercase;
        font-size: 36px;
    }

    .cover--infos h2 {
        color: #FFF
    }


    .cover--infos a {
        padding: 9px 28px 9px;
        border: 1px solid #FFF;
        text-align: center;
        color: #FFF !important;
        display: inline-block;
        margin-top: 20px;
        font-size: 14px !important;
        margin-top: 10px;
        font-family: Gotham;
        text-transform: uppercase;
    }

    .cover--infos a:hover {
        text-decoration: none;
        background: #b8b8b8;
        color: #1e1e1e !important;
        border: 1px solid#b8b8b8;
    }
}

@media(max-width: 767px) {
    .cover--soldat {
        position:absolute;
        width: 100%;
        height: 50%;
        padding: 20px;
        margin-top: 20px;
        background-position-x: 0;
        background-position-y: 0;
        background-size: 60% auto;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat
    }
}

@media(max-width: 767px) {
    .page--cover {
        max-height:100vh;
        margin-bottom: -60px
        width: 100vw !important;
        overflow: hidden !important;
    }

    .page--cover h3 {
        width: auto !important
    }

    .cover--soldat {
        position: absolute;
        width: 100%;
        height: 50%;
        padding: 20px;
        margin-top: 20px;
        background-position-x: 0;
        background-position-y: 0;
        background-size: 60% auto;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat
    }

    .mobile_landscape .cover--soldat {
        background-size: 18% auto !important;
        background-position: top right
    }

    .bg-img {
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 60vh !important
    }

    .homepage-slide {
        position: absolute;
        top: 70px;
        right: 15px;
        width: 180px
    }

    #timepieces .swiper-button-next,#timepieces .swiper-button-prev {
        background-size: 14px 21px !important;
        width: 16px;
        height: 24px;
        margin-top: 0;
        display: inline-block !important;
        top: 280px !important
    }
}

@media(min-width: 768px) {
    #timepieces .swiper-button-next,#timepieces .swiper-button-prev {
        display:none !important
    }
}

.swiper-button-next,.swiper-button-prev {
    background-size: 14px 21px !important;
    width: 16px;
    height: 24px;
    margin-top: 0
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background: url('../../files/img/chevron-krayon.png') no-repeat 0 0 transparent
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background: url('../../files/img/chevron-krayon.png') no-repeat 0 0 transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#timepieces .swiper-button-next,#timepieces .swiper-container-rtl .swiper-button-prev {
    background: url('../../files/img/chevron-krayon.png') no-repeat 0 0 transparent
}

#timepieces .swiper-button-prev,#timepieces .swiper-container-rtl .swiper-button-next {
    background: url('../../files/img/chevron-krayon.png') no-repeat 0 0 transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page--cover .swiper-button-prev,.page--cover .swiper-button-next {
    background-size: 50% 80% !important;
    width: 40px;
    height: 43px
}

@media(max-width: 767px) {
    .swiper-button-prev,.swiper-button-next {
        background-size:14px 21px !important
    }

    .cover--infos>div {
        float: none !important
    }
}

@media(min-width: 768px) and (max-width:1200px) and (orientation:portrait) {
    .swiper-button-prev,.swiper-button-next {
        background-size:14px 21px !important
    }

    .cover--infos>div {
        float: right
    }
}

.tabs--primary {
    background: #FFF;
    padding: 0;
    text-align: center
}

.tabs--primary li {
    display: inline-block !important;
    float: none
}

.tabs--primary a {
    border-radius: 0 !important
}

.tabs__menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 0
}

.tabs__menu>.tabs__menu__item {
    display: table-cell;
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #ccc;
    text-align: center;
    color: #333
}

.tabs__menu>.tabs__menu__item.active,.tabs__menu>.tabs__menu__item:hover,.tabs__menu>.tabs__menu__item:focus {
    color: #FFF
}

.tabs__menu>.tabs__menu__item.active {
    border-color: #000
}

.tabs__menu .active a {
    color: #FFF
}

.tabs__menu a {
    display: block;
    padding: 10px 10px 15px 10px;
    text-decoration: none;
    color: #333
}

.tabs__menu a.active,.tabs__menu a:hover,.tabs__menu a:focus {
    color: #FFF
}

.tabs__menu a.active {
    border-color: #000
}

.nav-tabs>li>a,.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    display: block;
    border: 0;
    margin: 0;
    padding: 15px;
    line-height: 1rem;
    color: #FFF
}

.nav-tabs>li.active>a,.nav-tabs>li>a:hover,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #FFF;
    background: none
}

.tabs__content {
    padding-top: 30px
}

.xs .tabs__menu.affix,.xs .tabs__menu.fixed {
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    padding-top: 10px
}

@media(max-width: 768px) {
    .tabs__menu>.tabs__menu__item {
        border-color:#fff
    }

    .tabs__menu {
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
        box-shadow: 0 2px 2px rgba(0,0,0,.2)
    }

    .tabs__menu.scroll {
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0 60px
    }

    .tabs__menu.scroll::-webkit-scrollbar {
        display: none
    }

    .tabs__menu.scroll>.tabs__menu__item {
        display: inline-block
    }
}

@media(min-width: 768px) {
    .tabs__menu {
        position:relative !important;
        top: 0 !important;
        font-size: 25px
    }

    .tabs__content {
        padding-top: 60px
    }
}

@media(min-width: 1200px) {
    .container--soldat {
        position:relative;
        height: 100%
    }

    #timepieces .item-list a:hover .image--collection-hover {
        display: inline-block !important
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        float:none !important
    }
}

@media only screen and (max-width: 940px) and (orientation:landscape) {
    .logo {
        float:none !important
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width:1024px) and (orientation:landscape) {
    #timepieces a {
        z-index:99999999 !important;
        display: block !important
    }

    #timepieces .image--collection {
        display: none !important
    }

    #timepieces .image--collection-hover {
        display: inline-block !important
    }

    #timepieces a:hover .image--collection {
        display: none !important
    }

    #timepieces a:hover .image--collection-hover {
        display: block !important
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .background-parallax {
        background-attachment:scroll !important;
        background-size: cover !important
    }

    .node--89 article h2 {
        font-size: 32px
    }

    .page-article h1 {
        font-size: 34px
    }

    .page-article .text--lead--large {
        font-size: 25px;
        line-height: 32px
    }

    .page-article .field-par--field-content {
        padding: 0 32px
    }

    .page-article .field-par--field-content img {
        margin: 30px 0 15px
    }

    .page-article h3 {
        margin-bottom: 15px;
        margin-top: 35px
    }

    .page-article .block--last-articles {
        padding: 40px 65px
    }

    .page-article .par--image-with-link {
        border-top: 0
    }
}

@media only screen and (min-width: 768px) and (max-width:1200px) and (orientation:landscape) {
    .bg-img {
        background-position:bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 101vh !important
    }

    .container--soldat {
        position: relative;
        height: 100%
    }

    .image--with-text.block--align-right .fullwidth--image,.image--with-text.block--align-left .fullwidth--image {
        background: #000
    }

    .image--with-text.block--align-right .fullwidth--image img {
        left: 0 !important;
        width: 70% !important
    }

    .image--with-text.block--align-left .fullwidth--image img {
        right: 0 !important;
        width: 70% !important
    }

    .node--87 .container--body {
        margin-top: 0 !important
    }

    .node--89 article h2 {
        font-size: 32px
    }

    .page-article h1 {
        font-size: 34px
    }

    .page-article .text--lead--large {
        font-size: 25px !important;
        line-height: 32px !important
    }

    .page-article h3 {
        margin-bottom: 15px;
        margin-top: 35px
    }

    .page-article .field-node--field-par-blog .field-item:last-child .par {
        padding-bottom: 30px
    }

    .page-article .block--last-articles {
        padding: 40px 65px
    }

    .page-article .par--image-with-link {
        border-top: 0
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) and (orientation:portrait) {
    .logo {
        float:none !important;
        display: block;
        text-align: center
    }

    .vertical-align-fixed {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .bg-img {
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 101vh !important
    }

    .node--89 .bg-img {
        background-position: 28% 0;
        background-size: cover
    }

    .bg-img-mobile {
        height: 100vh;
        position: relative
    }

    .cover--soldat {
        height: 60%;
        background-size: 50% auto !important;
        background-position: center center;
        width: 100%;
        right: 0
    }

    .path-frontpage .cover--infos {
        position: relative;
        top: -40% !important;
        padding-left: 65px;
        padding-right: 65px
    }

    .cover--infos {
        position: absolute;
        width: 100%;
        bottom: 20%;
        padding: 0 30px;
        top: 40%
    }

    .cover--infos h1 {
        width: 300px;
        font-size: 32px;
        padding-bottom: 10px
    }

    .cover--infos h2 {
        font-size: 20px
    }

    .cover--infos h3 {
        width: 320px
    }

    .page--cover h3 {
        width: 320px
    }

    .page--cover .swiper-slide {
        margin-bottom: -64px
    }

    #timepieces .item-list li {
        display: inline-block !important
    }

    #timepieces .item-list li img {
        margin: 0 -10px
    }

    .page-page .field-item:first-child .par--image-with-link:first-of-type,.page-calibre .field-item:first-child .par--image-with-link:first-of-type,.page-model .field-item:first-child .par--image-with-link:first-of-type {
        border-top: 0
    }

    .page-page .par--image-with-link .image-content--block,.page-calibre .par--image-with-link .image-content--block,.page-model .par--image-with-link .image-content--block {
        padding-right: 15px
    }

    .page-page .par--image-with-link .block--align-right .image-content--block,.page-calibre .par--image-with-link .block--align-right .image-content--block,.page-model .par--image-with-link .block--align-right .image-content--block {
        padding-left: 15px
    }

    .page-page .page--cover .swiper-slide {
        margin-bottom: -64px
    }

    .page-page .page--cover h3 {
        width: 320px;
        font-size: 30px
    }

    .page-page .press--teaser h3 {
        font-size: 26px;
        margin: 10px 0 5px
    }

    .page-page .press--teaser .btn_normal {
        position: relative;
        margin: 15px 0 5px;
        bottom: 0
    }

    .node--87 .container--body {
        margin-top: 0 !important
    }

    .node--89 article img {
        height: auto
    }

    .page-page .node--19 .container--body {
        top: 0 !important
    }

    .page-page .node--19 .par--image-with-link {
        margin-top: 0;
        border-top: 30px solid #FFF !important
    }

    .page-press .page--cover .swiper-slide {
        margin-bottom: -64px
    }

    .page-press .page--cover h3 {
        width: 320px;
        font-size: 30px
    }

    .page-press .container--body h1 .bold {
        display: block
    }

    .page-article h1 {
        font-size: 34px
    }

    .page-article .text--lead--large {
        font-size: 24px !important;
        line-height: 28px !important
    }

    .page-article .field-par--field-content {
        padding: 0 32px
    }

    .page-article .field-par--field-content img {
        margin: 30px 0 15px
    }

    .page-article h3 {
        margin-bottom: 15px;
        margin-top: 35px
    }

    .page-article .field-node--field-par-blog .field-item:last-child .par {
        padding-bottom: 30px
    }

    .page-article .block--last-articles {
        padding: 40px 65px
    }

    .page-article .block--last-articles .views-row article {
        margin-bottom: 30px
    }

    .page-article .par--image-with-link {
        border-top: 0
    }

    .page-edition .par--image-with-link .image-content--block {
        padding-right: 65px
    }

    .page-edition .par--image-with-link .block--align-right .image-content--block {
        padding-left: 65px
    }

    .page-model .body--element {
        padding: 0 30px 62px 30px
    }

    .page-model .page--cover .swiper-slide {
        margin-bottom: -64px;
        margin-top: 0
    }

    .page-model .block--editions .item-list li {
        margin-bottom: 60px
    }

    .page-model .swiper-container-collections .swiper-slide {
        width: 49% !important
    }

    .no-padding-mobile {
        padding: 0 !important
    }

    footer .footer--menu>li {
        min-width: 110px
    }

    #menu-bar #krayonav-main {
        text-align: left !important;
        background: #1e1e1e !important;
        height: 100vh !important;
        overflow-y: scroll !important;
        padding: 20px !important
    }

    #menu-bar #krayonav-main a {
        background: #1e1e1e;
        color: #b8b8b8;
        font-size: 18px
    }

    #menu-bar #krayonav-main>li {
        margin: 0
    }

    #menu-bar #krayonav-main>li>a {
        color: #b8b8b8;
        text-transform: uppercase;
        padding: 13px 13px 13px 23px;
    }
    #menu-bar #krayonav-main>li>a:hover{
        color:#FFF;
    }
    .krayon-main-menu:hover::after{
        width: 0px;
    }
    #menu-bar #krayonav-main .krayonav__item {
        padding-bottom: 0;
        border-bottom: 1px solid;
        margin-bottom: 15px
    }

    #menu-bar #krayonav-main .krayonav__item .caret {
        display: none
    }

    #menu-bar #krayonav-main .krayonav__item.has-krayonav .caret {
        display: block;
        width: 100%;
        background: none;
        right: 0;
        border: 0
    }

    #menu-bar #krayonav-main .krayonav__item.has-krayonav .caret:before {
        right: auto;
        border: 0;
        display: inline-block;
        font: normal normal normal 14px/1 fa-solid-900;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        left: 7px;
        top: 17px
    }

    #menu-bar #krayonav-main .krayonav__item:nth-child(2) .item--collection a {
        font-weight: 400;
        margin-bottom: 5px;
        display: block
    }

    #menu-bar #krayonav-main .js-krayonav-item-expanded .caret:before {
        content: "\f107"
    }

    #menu-bar #krayonav-main .menu--item-static {
        display: block;
        padding: 0 0 0 20px !important;
        margin: 15px 0 !important;
        text-transform: uppercase;
        text-align: left
    }

    #menu-bar #krayonav-main .menu--item-static a {
        display: block;
        border-bottom: 1px solid;
        border-left: 0;
        padding: 0 !important;
        font-size: 17px !important;
        color: grey !important;
        font-weight: normal
    }

    #menu-bar #krayonav-main .menu--item-static a:hover {
        text-decoration: none
    }

    #menu-bar #krayonav-main .krayonav__flyout {
        padding: 5px 14px 10px
    }

    #menu-bar #krayonav-main .krayonav__flyout .krayonav__region a {
        font-weight: 300
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection {
        margin-bottom: 25px
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection .row {
        margin: 0 !important
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection .link--collection a {
        
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection h4,#menu-bar #krayonav-main .krayonav__flyout .item-list-collections h4 {
        color: #b8b8b8
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection img,#menu-bar #krayonav-main .krayonav__flyout .item-list-collections img {
        width: 1px;
        height: auto;
        display: none
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection h5,#menu-bar #krayonav-main .krayonav__flyout .item-list-collections h5 {
        display: none
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection li,#menu-bar #krayonav-main .krayonav__flyout .item-list-collections li {
        padding: 0
    }

    #menu-bar #krayonav-main .krayonav__flyout .menu--link-model::before {
        content: "\00a0";
        display: inline-block;
        color: #f46060;
        padding-right: 5px;
        border-left: #f46060;
        border-left-width: 1px;
        border-left-style: solid;
    }

    #menu-bar #krayonav-main .krayonav__flyout .subtitle {
        display: none
    }

    .node--27 .bg-img-mobile .bg-img {
        background-position: 60% bottom
    }

    .node--79 .image--with-text--text .vertical-align-fixed,.node--9 .image--with-text--text .vertical-align-fixed {
        margin-top: 40px;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .node--79 .block--align-right .large--small--image .col-md-8,.node--9 .block--align-right .large--small--image .col-md-8 {
        padding-right: 15px;
        padding-left: 15px
    }

    .node--79 .image--layout-7,.node--9 .image--layout-7 {
        top: 0 !important;
        margin-bottom: 0 !important
    }

    .node--9 .fullwidth--large--image .par--text {
        color: #FFF !important
    }
}

@media only screen and (min-width: 1024px) and (max-width:1200px) and (orientation:portrait) {
    .path-frontpage .cover--infos {
        top:40% !important;
        padding-left: 65px;
        padding-right: 65px
    }

    .cover--infos {
        top: 40% !important;
        padding-left: 65px;
        padding-right: 65px
    }
}

@media only screen and (min-width: 1024px) and (max-width:1200px) and (orientation:landscape) {
    .path-frontpage .cover--infos {
        top:-60% !important
    }

    .cover--infos {
        top: 40% !important
    }
}

@media(min-width: 630px) and (max-width:765px) and (orientation:portrait) {
    .cover--soldat {
        height:60% !important;
        margin-top: 30px
    }

    .path-frontpage .cover--infos {
        padding-left: 65px;
        padding-right: 65px
    }

    .page--cover .swiper-slide {
        margin-bottom: -114px
    }

    .page-calibre .angle--slider {
        position: absolute;
        bottom: 0;
        display: block !important
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) and (orientation:landscape) {
    .button.button--krayonav {
        top:22px !important
    }

    .path-frontpage .cover--infos {
        top: -80% !important;
        padding-left: 70px
    }

    swiper-container-editions .calibre--images .swiper-slide {
        width: 50% !important
    }

    .par--background-image {
        top: 0
    }
}

@media only screen and (min-width: 768px) and (max-width:940px) and (orientation:landscape) {
    .container--soldat {
        position:relative;
        height: 100%
    }

    .cover--soldat {
        height: 90% !important;
        margin-top: 10px;
        background-size: 30% auto
    }

    .bg-img-mobile {
        height: 50vh;
        position: relative
    }

    #menu-bar #krayonav-main {
        text-align: left !important;
        background: #1e1e1e !important;
        height: 100vh !important;
        overflow-y: scroll !important;
        padding: 20px !important
    }

    #menu-bar #krayonav-main a {
        background: #1e1e1e;
        color: #FFF;
        font-size: 19px
    }

    #menu-bar #krayonav-main>li {
        margin: 0
    }

    #menu-bar #krayonav-main>li>a {
        color: #b8b8b8;
        padding: 13px 13px 13px 23px
    }

    #menu-bar #krayonav-main .krayonav__item {
        padding-bottom: 0;
        border-bottom: 1px solid;
        margin-bottom: 15px
    }

    #menu-bar #krayonav-main .krayonav__item .caret {
        display: none
    }

    #menu-bar #krayonav-main .krayonav__item.has-krayonav .caret {
        display: block;
        width: 100%;
        background: none;
        right: 0;
        border: 0
    }

    #menu-bar #krayonav-main .krayonav__item.has-krayonav .caret:before {
        right: auto;
        border: 0;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        left: 7px;
        top: 23px
    }

    #menu-bar #krayonav-main .krayonav__item:nth-child(2) .item--collection a {
        font-weight: 400;
        margin-bottom: 5px;
        display: block
    }

    #menu-bar #krayonav-main .js-krayonav-item-expanded .caret:before {
        content: "\f107"
    }

    #menu-bar #krayonav-main .menu--item-static {
        display: block;
        padding: 0 0 0 20px !important;
        margin: 15px 0 !important;
        text-transform: uppercase;
        text-align: left
    }

    #menu-bar #krayonav-main .menu--item-static a {
        display: block;
        border-bottom: 1px solid;
        border-left: 0;
        padding: 0 !important;
        font-size: 17px !important;
        color: grey !important;
        font-weight: normal
    }

    #menu-bar #krayonav-main .menu--item-static a:hover {
        text-decoration: none
    }

    #menu-bar #krayonav-main .krayonav__flyout {
        padding: 5px 14px 10px
    }

    #menu-bar #krayonav-main .krayonav__flyout .krayonav__region a {
        font-weight: 300
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection {
        margin-bottom: 25px
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection .row {
        margin: 0 !important
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection .link--collection a {
        font-family: Gotham;
        text-transform: uppercase;
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection h4,#menu-bar #krayonav-main .krayonav__flyout .item-list-collections h4 {
        color: #b8b8b8
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection img,#menu-bar #krayonav-main .krayonav__flyout .item-list-collections img {
        width: 1px;
        height: auto;
        display: none
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection h5,#menu-bar #krayonav-main .krayonav__flyout .item-list-collections h5 {
        display: none
    }

    #menu-bar #krayonav-main .krayonav__flyout .item--collection li,#menu-bar #krayonav-main .krayonav__flyout .item-list-collections li {
        padding: 0
    }

    #menu-bar #krayonav-main .krayonav__flyout .menu--link-model::before {
        content: "\00a0";
        display: inline-block;
        color: #f46060;
        padding-right: 5px;
        border-left: #f46060;
        border-left-width: 1px;
        border-left-style: solid;
}
    }

    #menu-bar #krayonav-main .krayonav__flyout .subtitle {
        
    }
}

.scroller {
    overflow-y: scroll
}

.scroller,.scroller-inner {
    position: relative
}

.menu-trigger {
    position: relative;
    padding-left: 60px;
    font-size: .9em
}

.menu-trigger:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 6px;
    background: #fff;
    box-shadow: 0 6px #34495e,0 12px #fff,0 18px #34495e,0 24px #fff;
    content: ''
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%
}

.mp-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #336ca6;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mp-pusher::after,.mp-level::after,.mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0
}

.mp-pusher::after,.mp-level::after {
    background: rgba(0,0,0,0.3);
    -webkit-transition: opacity .3s,width .1s .3s,height .1s .3s;
    -moz-transition: opacity .3s,width .1s .3s,height .1s .3s;
    transition: opacity .3s,width .1s .3s,height .1s .3s
}

.mp-level::after {
    z-index: -1
}

.mp-pusher.mp-pushed::after,.mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.mp-level.mp-level-overlay {
    cursor: pointer
}

.mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1
}

.mp-pusher,.mp-level {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(-40px,0,0);
    -moz-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0)
}

.mp-menu>.mp-level,.mp-menu>.mp-level.mp-level-open,.mp-menu.mp-overlap>.mp-level,.mp-menu.mp-overlap>.mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mp-cover .mp-level.mp-level-open>ul>li>.mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mp-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 2em
}

.mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform .1s .3s;
    -moz-transition: opacity .3s,-moz-transform .1s .3s;
    transition: opacity .3s,transform .1s .3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-family: Gotham;
    letter-spacing: 1px;
    font-size: 1em
}

.mp-overlap .mp-level.mp-level-overlay>h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    -moz-transition: -moz-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.mp-menu ul li>a {
    display: block;
    padding: .7em 1em .7em 1.8em;
    outline: 0;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4em;
    -webkit-transition: background .3s,box-shadow .3s;
    -moz-transition: background .3s,box-shadow .3s;
    transition: background .3s,box-shadow .3s
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0,0,0,0.2);
    line-height: 3.5
}

.mp-level>ul>li:first-child>a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2),inset 0 1px rgba(0,0,0,0.2)
}

.mp-menu ul li a:hover,.mp-level>ul>li:first-child>a:hover {
    background: rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0)
}

.mp-menu .mp-level.mp-level-overlay>ul>li>a,.mp-level.mp-level-overlay>ul>li:first-child>a {
    box-shadow: inset 0 -1px rgba(0,0,0,0)
}

.mp-level>ul>li:first-child>a:hover,.mp-level.mp-level-overlay>ul>li:first-child>a {
    box-shadow: inset 0 -1px rgba(0,0,0,0),inset 0 1px rgba(0,0,0,0)
}

.mp-back {
    background: rgba(0,0,0,0.1);
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: .8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s
}

.mp-back::after {
    font-family: 'linecons';
    position: absolute;
    content: "\e037";
    right: 10px;
    font-size: 1.3em;
    color: rgba(0,0,0,0.3)
}

.mp-menu .mp-level.mp-level-overlay>.mp-back,.mp-menu .mp-level.mp-level-overlay>.mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent
}

.no-csstransforms3d .mp-pusher,.no-js .mp-pusher {
    padding-left: 300px
}

.no-csstransforms3d .mp-menu .mp-level,.no-js .mp-menu .mp-level {
    display: none
}

.no-csstransforms3d .mp-menu>.mp-level,.no-js .mp-menu>.mp-level {
    display: block
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background: #fff url('../../../../themes/krayon/assets/js/slick/ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../../../themes/krayon/assets/js/slick/fonts/slick.eot');
    src: url('../../../../themes/krayon/assets/js/slick/fonts/slickd41d.eot?#iefix') format('embedded-opentype'),url('../../../../themes/krayon/assets/js/slick/fonts/slick.woff') format('woff'),url('../../../../themes/krayon/assets/js/slick/fonts/slick.ttf') format('truetype'),url('../../../../themes/krayon/assets/js/slick/fonts/slick.svg#slick') format('svg')
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â'
}

[dir='rtl'] .slick-prev:before {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢'
}

[dir='rtl'] .slick-next:before {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â'
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox .slick-prev {
    left: 15px
}

.slick-lightbox .slick-next {
    right: 15px
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none
}

.slick-lightbox-close:focus {
    outline: none
}

.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â'
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    display: none
}

.chosen-container.chosen-with-drop .chosen-drop {
    display: block
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-single input[type=text] {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../../../themes/krayon/assets/libraries/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../../themes/krayon/assets/libraries/chosen/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(../../../../themes/krayon/assets/libraries/chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0,0,0,0)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
    background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../../../themes/krayon/assets/libraries/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
    background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: linear-gradient(#eee 20%,#fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(../../../../themes/krayon/assets/libraries/chosen/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text] {
        background-image:url(../../../../themes/krayon/assets/libraries/chosen/chosen-sprite%402x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}
.titre_menu_large{
    font-family: Gotham;
    text-transform: uppercase;
}


.contextual-region .active .line {
    width: 37px;
}
.contextual-region a .line {
    position: absolute;
    width: 10px;
    height: 1px;
    background: #f46060;
    left: 50%;
    transition: width .5s ease;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
letters, .letters{
    position: absolute;
    top: 100px;
    z-index: 20;
    font-size: 13.2vw;
    height: 42vh;
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gotham;
    text-transform: uppercase;
    /*color: #FFF;*/
    /*opacity: 25%;*/
    color: rgba(160,160,160,0.33);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        }

.letters-unique { font-size: 23vw; }


noclick, .noclick{
    pointer-events: none;
}
.block--socialmedia{
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

@media(min-width: 768px) {
    #timepieces .collections-description h3:after {
        content:"";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        bottom: 44px;
        height: 2px;
        transition: width .35s cubic-bezier(0,.1,.125,.7);
        transition-delay: .1s;
        width: 0px;
        background: #f46060;
    }
    #timepieces .collections-description h3:hover::after {
        width: 100px;
    }
}

.press-news img{
    width: 100%;
    height:auto;
    padding-top: 30px;
}
.pressroom .btn_normal{
    margin-bottom: 20px;
}
.pressroom .par--background-image{
    height: 650px;
    position: relative;
    overflow: hidden;
    top: -130px;
    margin-bottom: -260px;
}
a.pdf-file:before{
    content: "\f1c1";
    font-family: fa-solid-900;
    font-size: 32px;
    padding-right: 10px;
}
a.word-file:before{
    content: "\f1c2";
    font-family: fa-solid-900;
    font-size: 32px;
    padding-right: 10px;
}

a.video-file:before{
    content: "\f1c8";
    font-family: fa-solid-900;
    font-size: 32px;
    padding-right: 10px;
}


a.press-img-gallery:before{
    content: "\f03e";
    font-family: fa-solid-900;
    font-size: 32px;
    padding-right: 10px;
}
a.press-img{
    cursor: pointer;
}
a.noclick{
    cursor: pointer;
}
.pressroom .modal {
    display: none;
    position: fixed;
    z-index: 25;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: #1e1e1e;
}

/* Modal Content */
.pressroom .modal-content {
  position: relative;
  background-color: #1e1e1e;
  margin: auto;
  padding: 0;
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height:100vh;
}

/* The Close Button */
.pressroom .close {
  color: white;
  position: absolute;
  top: 54px;
  right: 25px;
  font-size: 68px;
  font-weight: bold;
  text-shadow: none;
  z-index: 99;
}

.pressroom .close:hover,
.pressroom .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.pressroom .mySlides, .pressroom .mySlides01, .pressroom .mySlides02, .pressroom .mySlides03, .pressroom .mySlides04, .pressroom .mySlides05 {
  display: none;

}
.mySlides img, .mySlides01 img, .mySlides02 img, .mySlides03 img, .mySlides04 img, .mySlides05 img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
    margin: auto;
}


/* Next & previous buttons */
.pressroom .prev, .pressroom .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #b8b8b8;
  font-weight: bold;
  font-size: 50px;
  /*transition: 0.6s ease;*/
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.pressroom .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.press-gallery-instructions {
    color : #b8b8b8;
    text-align: center;
}
@media max-width: 1023px{
    .press-gallery-instructions {
        display: none;
    }
}



/* On hover, add a black background color with a little bit see-through */
.pressroom .prev:hover,
.pressroom .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

/* Number text (1/3 etc) */
.pressroom .numbertext {
  color: #b8b8b8;
  font-family: Gotham;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  -webkit-font-smoothing: antialiased;
}

/* Caption text */
.pressroom .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.pressroom img.demo {
  opacity: 0.6;
}

.pressroom .active,
.pressroom .demo:hover {
  opacity: 1;
}


a.press-youtube-link:before{
    content: "\f144";
    font-family: fa-solid-900;
    font-size: 32px;
    padding-right: 10px;
}

.everywhere-explore, .horizon-explore, .anywhere-explore, .c030-explore {
    position: relative;
    width: 100vw;
    display: block;
    overflow: auto;
}
.bg-everywhere-explore img, .bg-horizon-explore img, .bg-anywhere-explore img, .bg-c030-explore img {
    width: 100%;
    display: block;
    margin: auto;
    z-index: 30;
}

.anywhere-explore .pt-croix-1 { top: 31%; right: 62%; }
.anywhere-explore .pt-croix-2 { top: 49%; right: 77.2%; }
.anywhere-explore .pt-croix-3 { top: 48.4%; right: 22.2%; }
.anywhere-explore .pt-croix-4 { top: 57.4%; right: 57%; }
.anywhere-explore .pt-croix-5 { top: 57.2%; right: 45.4%; }
.anywhere-explore .pt-croix-6 { top: 39.5%; right: 64.2%; }
.anywhere-explore .pt-croix-7 { top: 36.4%; right: 32%; }
.anywhere-explore .pt-croix-8 { top: 46.5%; right: 10.5%; }
.anywhere-explore .pt-croix-9 { top: 32%; right: 50%; }


.anywhere-explore .pt-croix-3-ow23 { top: 55%; right: 25%; }
.anywhere-explore .pt-croix-4-ow23 { top: 58.5%; right: 44%; }
.anywhere-explore .pt-croix-5-ow23 { top: 57.5%; right: 55%; }
.anywhere-explore .pt-croix-7-ow23 { top: 37%; right: 32%; }

.anywhere-explore .pt-croix-1-retailer { top: 34%; right: 78%; }
.anywhere-explore .pt-croix-2-retailer { top: 33%; right: 95%; }
.anywhere-explore .pt-croix-3-retailer { top: 32.5%; right: 54.3%; }
.anywhere-explore .pt-croix-4-retailer { top: 37.4%; right: 40%; }
.anywhere-explore .pt-croix-5-retailer { top: 44%; right: 20%; }
.anywhere-explore .pt-croix-6-retailer { top: 38%; right: 17.5%; }
.anywhere-explore .pt-croix-7-retailer { top: 37.5%; right: 8%; }
.anywhere-explore .pt-croix-8-retailer { top: 37%; right: 32%; }
.anywhere-explore .pt-croix-9-retailer { top: 37%; right: 32%; }

.anywhere-explore .pt-croix-1-retailer-1 { top: 28.43%; right: 37.80%; }
.anywhere-explore .pt-croix-2-retailer-1 { top: 25.55%; right: 85.26%; }
.anywhere-explore .pt-croix-3-retailer-1 { top: 24.93%; right: 48.06%; }
.anywhere-explore .pt-croix-4-retailer-1 { top: 40.16%; right: 31.53%; }
.anywhere-explore .pt-croix-5-retailer-1 { top: 26.00%; right: 71.77%; }

.anywhere-explore .pt-croix-1-retailer-2 { top: 24.00%; right: 64.41%; }
.anywhere-explore .pt-croix-2-retailer-2 { top: 40.00%; right: 15.19%; }
.anywhere-explore .pt-croix-3-retailer-2 { top: 40.00%; right: 25.14%; }

.anywhere-explore .pt-croix-1-retailer-3 { top: 33.7%; right: 35.68%; }
.anywhere-explore .pt-croix-2-retailer-3 { top: 58.1%; right: 59.81%; }
.anywhere-explore .pt-croix-3-retailer-3 { top: 42.5%; right: 52.44%; }
.anywhere-explore .pt-croix-4-retailer-3 { top: 36.6%; right: 47.88%; }


.everywhere-explore .pt-croix-1 { top: 34%; right: 71%; }
.everywhere-explore .pt-croix-2 { top: 55.5%; right: 68%; }
.everywhere-explore .pt-croix-3 { top: 41.5%; right: 74.7%; }
.everywhere-explore .pt-croix-4 { top: 53.2%; right: 26%; }
.everywhere-explore .pt-croix-5 { top: 54%; right: 57%; }
.everywhere-explore .pt-croix-6 { top: 52.5%; right: 47.2%; }
.everywhere-explore .pt-croix-7 { top: 46.6%; right: 70%; }
.everywhere-explore .pt-croix-8 { top: 37%; right: 42%; }
.everywhere-explore .pt-croix-9 { top: 35.5%; right: 47%; }
.everywhere-explore .pt-croix-10 { top: 40%; right: 35%; }
.everywhere-explore .pt-croix-11 { top: 46.5%; right: 10.5%; }
.everywhere-explore .pt-croix-12 { top: 56.5%; right: 85.5%; }

.c030-explore .pt-croix-1 { top: 52%; right: 65%; }
.c030-explore .pt-croix-2 { top: 52%; right: 35%; }
.c030-explore .pt-croix-3 { top: 58.4%; right: 52.2%; }


.pt-croix {
    position: absolute;
    font-size: 40px;
    color: #FFF;
    font-family: Gotham;
    border-width: 0px;
    line-height: 0.65;
    padding: 4px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateY(-50%);
    transform: translateX(50%);
}
.pt-croix:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}
.horizon-explore .pt-croix {
    background-color: rgba(200, 50, 25, 0.6);
}

.pt-croix-texte-initial {

    position: absolute;
    top: 83%;
    right: 5%;
    left: 5%;
    background-color: rgba(0, 0, 0, 0.55);
    transform: translateY(-50%);
    /* transform: translateX(50%); */
    cursor: context-menu;
    text-align: center;
}

.text-everywhere-explore, .text-horizon-explore, {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;  
    color: #FFF;
    cursor: pointer;
}
.text-anywhere-explore {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;  
    color: #FFF;
    cursor: pointer;
}



@media(max-width: 991px) {
    .text-everywhere-explore, .text-horizon-explore, .text-anywhere-explore {
        top: 50%;
        right: 0%;
        padding-right: 0px;
        padding-left: 0px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .text-everywhere-explore h2, .text-horizon-explore h2, .text-anywhere-explore h2 {
        padding-right: 60px;
        padding-left: 25px;
    }
    .text-everywhere-explore p, .text-horizon-explore p, .text-anywhere-explore p {
        padding-right: 12px;
        padding-left: 25px;
    }
}

@media(max-width: 767px) {
    .text-everywhere-explore, .text-horizon-explore, .text-anywhere-explore {
        top: 50%;
        right: 0%;
        padding-right: 0px;
        padding-left: 0px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .text-everywhere-explore h2, .text-horizon-explore h2, .text-anywhere-explore h2 {
        padding-right: 60px;
        padding-left: 25px;
        font-size: 19px;
    }
    .text-everywhere-explore p, .text-horizon-explore p, .text-anywhere-explore p {
        padding-right: 12px;
        padding-left: 25px;
        font-size: 17px;
    }
    .text-everywhere-explore img, .text-horizon-explore img, .text-anywhere-explore img {
        /*margin-bottom: -20%;*/
    }
}

.text-everywhere-explore-initial, .text-horizon-explore-initial, .text-anywhere-explore-initial {
    position: absolute;
    transform: translateY(-50%);
    top: 25%;
    right: 6%;
    color: #FFF;
}

@media(max-width: 991px) {
    .text-everywhere-explore-initial, .text-horizon-explore-initial, .text-anywhere-explore-initial {
        top: 40%;
        text-align: center;
        right: 0%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}
.pt-croix-photo img{
    max-width: 100%;
    z-index: 30;
}
.ferme-pt-croix img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5%;
    right: 5%;
    color: #fff;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .krayon-lang-menu>a {
        text-align: right;
    }
    .krayon-lang-menu .item--collection {
        text-align: right;
        margin-right: 5%;
    }
}
@media (max-width: 1023px) {
    .krayon-lang-menu .item--collection {
        display: inline-block;
        margin-right: 25px;
    }
}

.krayonav-lang-flyout {
    left: auto;
    right: 0%;
}

.footer-press {
    float: right;
    padding-right: 60px;
    margin-left: -60px;
    padding-top: 19px;
}
.footer-press-item {
    font-family: Gotham;
    text-transform: uppercase;
    font-size: 14px;
}


.an-para-last-one-c030 {
    top: -390px !important;
    height: 700px !important;
    margin-bottom: -500px;
}

@media (min-width: 1024px) {

    .an-para-last-one {
        top: -500px !important;
        margin-bottom: -500px;
    }
    .titre_menu_large {
        font-size: 23px;
    }
    .titre_menu_l2 {
        font-family: Gotham;
        text-transform: uppercase;
        font-size: 20px;
    }
    #krayonav-main li>a {
    text-shadow:1px -1px rgba(0,0,0,0.75),
                1px 0 rgba(0,0,0,0.75), 
                1px 1px rgba(0,0,0,0.75), 
                0 -1px rgba(0,0,0,0.75), 
                0px 1px rgba(0,0,0,0.75), 
                -1px -1px rgba(0,0,0,0.75), 
                -1px 0 rgba(0,0,0,0.75), 
                -1px 1px rgba(0,0,0,0.75),
                2px -2px rgba(0,0,0,0.25),
                2px 0 rgba(0,0,0,0.25), 
                2px 2px rgba(0,0,0,0.25), 
                0 -2px rgba(0,0,0,0.25), 
                0px 2px rgba(0,0,0,0.25), 
                -2px -2px rgba(0,0,0,0.25), 
                -2px 0 rgba(0,0,0,0.25), 
                -2px 2px rgba(0,0,0,0.2),
                3px -3px rgba(0,0,0,0.1),
                3px 0 rgba(0,0,0,0.1), 
                3px 3px rgba(0,0,0,0.1), 
                0 -3px rgba(0,0,0,0.1), 
                0px 3px rgba(0,0,0,0.1), 
                -3px -3px rgba(0,0,0,0.1), 
                -3px 0 rgba(0,0,0,0.1), 
                -3px 3px rgba(0,0,0,0.1);
    }
    #krayonav-main .krayonav__flyout .subtitle {
        font-size: 20px;
    }
    #krayonav-main .krayonav__flyout .menu--link-model {
        font-size: 17px;
    }
    .menu-everywhere {
        text-align: right;
    }
    .menu-anywhere {
        text-align: center;
    }
    #krayonav-main .krayonav__flyout .menu-everywhere-item {
        text-align: right;
    }
    #krayonav-main .krayonav__flyout .menu-everywhere-item:before {
        content: " ";
    }
    #krayonav-main .krayonav__flyout .menu-anywhere-item {
        text-align: center ;
    }
    #krayonav-main .krayonav__flyout .menu-anywhere-item:before {
        content: " ";
    }
    #krayonav-main .krayonav__flyout .menu-unique-item:before {
        content: " ";
    }

}



@media (min-width: 1920px) {
    .krayonav .krayonav__link {
        line-height: 1;
        font-size: 20px !Important;
    }
}


.menu-contact img{
    max-width: 300px;
}

@media (max-width: 1023px) {
    .full-screen {
        width: 100vw !important;
        overflow: hidden !important;
    }
    .page--cover {
        width: 100vw !important;
        overflow: hidden !important;
    }

    /*html, body, header {
        max-width:  100% !important;
        overflow: hidden !important;
    }*/

}


/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.4); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(153, 153, 153); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b8b8b8; 
}
::-webkit-scrollbar:fullscreen {
    display: none;
}


@media (min-width: 768px) {
    #unique-timepieces .item-list li {
        display: inline-block;
        padding-bottom: 150px;
        position: relative;
        width: 23vw;
    }
}




.tm-specs-title {
    text-align: center;
}
.tm-specs-group {
    /*max-width: 400px;*/
    /*min-height: 216px;*/
    padding-top: 20px;
}
.tm-specs-group-everywhere {
    /*max-width: 400px;*/
    /*min-height: 216px;*/
    padding-top: 20px;
}

@media (min-width: 768px) { .tm-specs-group { min-height: 216px; } }

@media (min-width: 768px) { .tm-specs-group-everywhere { min-height: 340px; } }


.tm-specs-group-title{
    font-family: Gotham;
    font-size: 18px;
    text-transform: uppercase;
    color: #b8b8b8;
}
.tm-specs-sub {
    margin-top: 16px;
}
.tm-specs-item {
    font-family: DinPro;
    color: #FFF;
}
.tm-specs-item:before {
    content: "•";
    padding-right: 10px;
}

.krayon-input-form {
    width: 100%;
    background: rgb(34,34,34);
    color: #FFF !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.krayon-form-send {
    background: #222;
    padding: 10px 30px;
    /* margin: auto; */
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 14px;
    text-transform: uppercase;
    font-family: Gotham;
    font-size: 15px;
}
@media (max-width: 767px) {
    .krayon-input-form {
        background: #000;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .krayon-form-send {
        background: #000;
    }
}

.krayon-video-1 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    visibility: visible;

    margin-top: -60px !important;
}

.krayon-video-2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*visibility: visible;*/
}

.video-para {
    margin:0 auto;

    z-index: -100;
    background-size: cover;
}

.video-para video {
    margin:0 auto;
    position: fixed;
    top:0;
    z-index: -999;
    background-size: cover;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0) !important;
}

body {
  overflow: overlay !important;
}


p {
    /*text-align: justify;*/
}
@media (max-width: 767px) {
    p {
        margin-right: 3px;
        margin-left: 6px;
    }
}

@media (min-width: 1024px) {
    .krayon-everywhere { margin-top: 4px; }
}

.super-text-shadow {
    text-shadow:1px -1px rgba(0,0,0,0.75),
                1px 0 rgba(0,0,0,0.75), 
                1px 1px rgba(0,0,0,0.75), 
                0 -1px rgba(0,0,0,0.75), 
                0px 1px rgba(0,0,0,0.75), 
                -1px -1px rgba(0,0,0,0.75), 
                -1px 0 rgba(0,0,0,0.75), 
                -1px 1px rgba(0,0,0,0.75),
                2px -2px rgba(0,0,0,0.25),
                2px 0 rgba(0,0,0,0.25), 
                2px 2px rgba(0,0,0,0.25), 
                0 -2px rgba(0,0,0,0.25), 
                0px 2px rgba(0,0,0,0.25), 
                -2px -2px rgba(0,0,0,0.25), 
                -2px 0 rgba(0,0,0,0.25), 
                -2px 2px rgba(0,0,0,0.2),
                3px -3px rgba(0,0,0,0.1),
                3px 0 rgba(0,0,0,0.1), 
                3px 3px rgba(0,0,0,0.1), 
                0 -3px rgba(0,0,0,0.1), 
                0px 3px rgba(0,0,0,0.1), 
                -3px -3px rgba(0,0,0,0.1), 
                -3px 0 rgba(0,0,0,0.1), 
                -3px 3px rgba(0,0,0,0.1);
}

.hamburger {
    position: relative;
    display: inline-block;
    width: 1.30em;
    height: 1.2em;
    margin-right: 0.3em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}
    

