.video-fs
{
    background-color:black;
    width: 100%;
}

.bg-card {
    background-color:#d8b436;
}

span.randomized
{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition:opacity 0.5s linear;
    z-index: 2;
}

span.randomized.active
{
    opacity: 1;
    z-index: 3;
}

.valign-bottom span.randomized
{
    bottom: 0px;
    top:inherit;
}

.parallax-bg
{
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    background-attachment: scroll;
}

@media screen and (max-width:1279px)
{
    .parallax-bg
    {
        background-attachment: scroll;
    }
}

.fs15.white h3,
.fs15.white p,
.fs15.white a
{
    color:#fff;
}

.fs15 hr
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:1px;
    width: 100%;
    background-color:#454545;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fs15.white hr
{
    background-color:#fff;
}

.fs15 h3
{
    font-family: "lacoste_sans_condensedbold";
    font-size: 30px;
    line-height: 1.33;
    text-transform: uppercase;
    margin: 0px;
    color: #000;
}

.fs15 p
{
    font-family: "LacosteSansLight";
    font-size: 13px;
    line-height: 1.7;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 40px;
    color:#454545;
}

.fs15 a
{
    font-family: "lacoste_sans_condensedbold";
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    color:#292929;
}

.fs15 a:hover
{
    text-decoration: underline;
}

.fs15.white a
{
    color:#fff;
}

.fs-image-centered
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.fs-image-centered.extend {
    width: 325px;
}

.fs-image-centered.extend hr {
    width: 280px;
}

.fs-image-centered.small {
    width: 300px;
}

.fs-image-centered.two-link p {
    margin-bottom: 30px;
}
.fs-image-centered.two-link a {
    display: block;
    margin-bottom: 15px;
}


#strate-defile {
    background: #f4f4f4;
}

@media screen and (min-width:1280px) and (max-width: 1400px)
{
    .fs-image-centered
    {
        width: 250px;
    }
    /*.fs15 a, .fs15 p
    {
        font-size:18px;
    }*/
}

@media screen and (max-width: 1279px)
{
    .fs-image-centered
    {
        width: 230px;
    }
}

@media screen and (max-width: 800px)
{
    .fs-image-centered
    {
        width: 180px;
    }
    .fs15 h3
    {
        font-size:25px;
    }
}

/** PRELOADER **/
.content-full-html-lacoste
{
    display: none;
}
.the-preloader
{
    width: 100%;
    height: 100%;
    position: absolute;;
    display: table;
    background-color: #FFF;
    z-index:0;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);*/
    border-bottom: 1px solid #E5E5E5;
    visibility: hidden;
    top:0px;
    left:0px;
}
.the-preloader:after,
.the-preloader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 10px;
}
.the-preloader:after {
    margin-left: 20px;
    background-color: #c5191a;
}
.the-preloader:before {
    margin-left: -60px;
    background-color: #103278;
}

.the-preloader canvas
{
    display: inline-block;
    margin-top: 80px;
}

.the-preloader > div
{
    opacity: 0;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.the-preloader.active
{
    visibility: visible;
}

.the-preloader.active > div
{
    opacity: 1;
}

.the-preloader .vhr
{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
    background-color: #FFF;
}

.the-preloader .vhr .bar-1 {
    position: absolute;
    display: block;
    top:0;
    left:0;
    bottom: 0;
    width: 52px;
    background: #cd322e;
}

.the-preloader .vhr .bar-2 {
    position: absolute;
    display: block;
    width: 63px;
    top:0;
    right:0;
    height: 90px;
    background: #312a66;
}

.the-preloader .vhr .bar-2:after {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 33px solid #312a66;
    border-right: 63px solid transparent;
}


.the-preloader h1
{
    font-size:30px;
    letter-spacing: 6.5px;
    line-height: 1;
    font-family: "lacoste_sans_condensedlight","LacosteSansLight";
    color:#2a455a;
    margin:0px;
    margin-top: 80px;
}

.the-preloader h2
{
    font-size:53px;
    line-height: 1;
    font-family: "lacoste_sans_condensedbold", "LacosteSansBold";
    color:#2a455a;
    margin:0px;
}

.the-preloader hr
{
    width: 600px;
    display: block;
    background-color: #dfe0e6;
    margin: 30px auto;
    border: none;
}

.the-preloader p.infos
{
    text-transform: none;
    font-size: 15px !important;
    font-family: "LacosteSansLight";
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
}

.fs-gallery
{
    position: absolute;
    top:0px;
    left:0px;
    z-index: 300;
    width: 100%;
    background-color: #fff;
}

.fs-gallery > div
{
    display:none;
}

.fs-gallery.displayed > div
{
    display: block;
}

.fs-gallery div.close
{
    position: absolute;
    right: 0px;
    top: 150px;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,1);
    opacity: 0.5;
    transition: opacity 0.3s linear;
    z-index: 20;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
}

.fs-gallery div.close:hover
{
    opacity: 1;
}

.fs-gallery div.logo
{
    position: absolute;
    width: 100%;
    text-align: center;
    left:0px;
    top:150px;
    z-index: 15;
}

.fs-gallery div.logo img {
    width: 250px;
}

.fs-gallery div.logo > h5
{
    color: #fff;
    font-family: "lacoste_sans_condensedbold";
    font-size: 20px;
    margin: 5px 0 0;
    letter-spacing: 0.2em;
}

.fs-gallery div.logo > hr
{
    width: 350px;
    display: block;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
}

.fs-gallery div.logo > h4
{
    color: #fff;
    font-family: "lacoste_sans_condensedbold";
    font-size: 30px;
    margin: 0px;
}

#gallery-defile,
#gallery-backstage {
    font-size: 0;
}

@media screen and (max-width: 1279px)
{
    .full-clickable-tablet
    {
        cursor: pointer;
    }
}
