html, body {
    width: 100%;
    height: 100%;
}

body {
    background: #000;
    overflow: hidden;
}

h1 {
    font-family: 'Playfair Display', serif;
    color: #EEEEEE;
    margin-top: 4px;
    margin-left: 10%;
    margin-bottom: 0;
    text-shadow: 6px 2px 3px #222222;
    font-size: 70px;
}

h1 small {
    color: #CCCCCC;
    margin-left: -30px;
}

.animateHalf {
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

.logo {
    position: absolute;
    z-index: 2000;
    left: 0;
    top: 300px;
}

.navbar {
    background: rgba(0,0,0,0.6);
    box-shadow: 0 0 3px 0 #111;
    /*background: #000;*/
    z-index: 3000;
}

.navbar .background_image_container {
    overflow: hidden;
    height: 50px;
    top: 0;
}

.navbar img.background_image {
    opacity: 0.6;
}

.menu {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10%;
    z-index: 10;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    min-width: 140px;
    text-align: center;
    margin-top: 13px;
    height: 67px;
}

.menu ul li a {
    color: #CCCCCC;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #000000;
    letter-spacing: 4px;
    padding-left: 10px;
    padding-right: 10px;
    /*text-shadow: 0 3px 3px #000000;*/
}

.menu ul li a.active {
    /*text-decoration: underline;*/
    border-bottom: 2px solid #938C6B;
}

.menu ul li a:focus {
    text-decoration: none;
}

.menu ul li a:hover {
    text-decoration: none;
    /*font-size: 16px;*/
    background: rgba(255,255,255,0.3);
}

.footer {
    height: 50px;
    width: 100%;
    /*background: rgba(59,35,11,0.8);*/
    /*background: rgba(255,255,255,0.6);*/
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    /*box-shadow: 0 0 3px #333;*/
    position: relative;
    z-index: 2000;
}

.footer .container {
    width: 80%;
    margin-right: 10%;
}

.footer p {
    font-family: 'Playfair Display', serif;
    color: #333333;
    font-size: 15px;
    margin: 14px 0 0;
    text-shadow: 0 1px 2px #555555;
}

.footer a {
    font-family: 'Playfair Display', serif;
    margin-left: 30px;
    font-size: 12px;
    color: #333333;
    /*text-shadow: 0 3px 3px #000000;*/
    letter-spacing: 2px;
}

.footer .container {
    text-align: right;
}

.full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container.full-screen {
    background: #c6bfb7;
    max-width: none;
    text-align: center;
    margin-bottom: -50px;
}

.full-screen.background {
    overflow: hidden;
}

.layer_image_1 {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 4%;
    margin-bottom: 2%;
}

.background_image_container {
    min-width: 110%;
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
}

.carousel {
    width: 300%;
    margin-left: -200%;
    animation: carouselLoop 18s ease infinite;
    -webkit-animation: carouselLoop 18s ease infinite;
}

@keyframes carouselLoop
{
    2% { margin-left: 0; }
    33% { margin-left: 0; }
    35% { margin-left: -100%; }
    66% { margin-left: -100%; }
    68% { margin-left: -200%; }
    100% { margin-left: -200%; }
}

@-webkit-keyframes carouselLoop
{
    2% { margin-left: 0; }
    33% { margin-left: 0; }
    35% { margin-left: -100%; }
    66% { margin-left: -100%; }
    68% { margin-left: -200%; }
    100% { margin-left: -200%; }
}

.stage {
    width: 33.333%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.stage-working {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5%;
    height: 50%;
    animation: stageWorkingLoop 6s linear infinite;
    -webkit-animation: stageWorkingLoop 6s linear infinite;
}

@keyframes stageWorkingLoop
{
    0% { margin-right: -4%; }
    100% { margin-left: 0%; }
}

@-webkit-keyframes stageWorkingLoop
{
    0% { margin-right: -4%; }
    100% { margin-left: 0%; }
}

.stage-shoe-working {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 4%;
    z-index: 2000;
    height: 70%;
    margin-left: 35%;
    animation: shoeWorkingLoop 6s linear infinite;
    -webkit-animation: shoeWorkingLoop 6s linear infinite;
}

@keyframes shoeWorkingLoop
{
    0% { margin-left: 25%; }
    100% { margin-left: 10%; }
}

@-webkit-keyframes shoeWorkingLoop
{
    0% { margin-left: 25%; }
    100% { margin-left: 10%; }
}

.stage-working-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    animation: stageWorkingLoop2 6s linear infinite;
    -webkit-animation: stageWorkingLoop2 6s linear infinite;
}

@keyframes stageWorkingLoop2
{
    0% { margin-left: 0; }
    100% { margin-left: -10%; }
}

@-webkit-keyframes stageWorkingLoop2
{
    0% { margin-left: 0; }
    100% { margin-left: -10%; }
}


.stage-white-floor {
    width: 100%;
    height: 13%;
    position: absolute;
    left: 0;
    bottom: 60px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 20px #FFFFFF;
}

.stage_two_floor {
    width: 100%;
    height: 7%;
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #1f1409;
    box-shadow: 0 0 60px 60px #1F1409;
}

.stage-man {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 7%;
    height: 80%;
    margin-left: 35%;
    animation: manLayerLoop 6s linear infinite;
    -webkit-animation: manLayerLoop 6s linear infinite;
}

@keyframes manLayerLoop
{
    0% { margin-left: 25%; }
    100% { margin-left: 10%; }
}

@-webkit-keyframes manLayerLoop
{
    0% { margin-left: 25%; }
    100% { margin-left: 10%; }
}

.stage-man-shoes {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 4%;
    width: 60%;
    margin-left: 25%;
    animation: manShoeLayerLoop 6s linear infinite;
    -webkit-animation: manShoeLayerLoop 6s linear infinite;
}

@keyframes manShoeLayerLoop
{
    0% { margin-left: 40%; }
    100% { margin-left: 15%; }
}

@-webkit-keyframes manShoeLayerLoop
{
    0% { margin-left: 40%; }
    100% { margin-left: 15%; }
}

.stage-tacco-alto {
    bottom: 0;
    height: 50%;
    left: 0;
    margin-bottom: 4%;
    margin-left: 0%;
    position: absolute;
    animation: taccoAltoLoop 6s linear infinite;
    -webkit-animation: taccoAltoLoop 6s linear infinite;
}

@keyframes taccoAltoLoop
{
    0% { margin-left: 40%; }
    100% { margin-left: 20%; }
}

@-webkit-keyframes taccoAltoLoop
{
    0% { margin-left: 40%; }
    100% { margin-left: 20%; }
}

.stage-woman {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 8%;
    height: 80%;
    margin-left: 35%;
    animation: womanLayerLoop 6s linear infinite;
    -webkit-animation: womanLayerLoop 6s linear infinite;
}

@keyframes womanLayerLoop
{
    0% { margin-left: 30%; }
    100% { margin-left: 20%; }
}

@-webkit-keyframes womanLayerLoop
{
    0% { margin-left: 25%; }
    100% { margin-left: 10%; }
}

.background_image {
    width: 110%;
    margin: 0 auto;
    margin-top: -50px;
    animation: backgroundLoop 12s linear infinite;
    -webkit-animation: backgroundLoop 12s linear infinite;
}

@keyframes backgroundLoop
{
    0% { margin-left: 0; }
    98% { margin-left: -12%; }
    100% { margin-left: -4%; }
}

@-webkit-keyframes backgroundLoop
{
    0% { margin-left: 0; }
    98% { margin-left: -12%; }
    100% { margin-left: -4%; }
}

.ctaWrapper {
    height: 200px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 2000;
}

.cta {
    color: #222222;
    font-family: 'Playfair Display', serif;
    font-weight: lighter;
    height: 100%;
    position: absolute;
    top: 0;
    width: 25%;
}

.cta:hover {

}

.ctaInner {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
    /*box-shadow: 0 0 30px #222;*/
    /*border-radius: 4px;*/
    height: 200px;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.cta:hover .ctaInner {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}

.cta + .cta {
    left: 25%;
}

.cta + .cta + .cta {
    left: 50%;
}

.cta + .cta + .cta + .cta {
    left: 75%;
}

.cta .title {
    padding-top: 6px;
    font-size: 22px;
    margin: 80px auto 0;
    padding-bottom: 6px;
    width: 100%;
    background: rgba(190,182,142,0.2);
    color: #222222;
    /*text-shadow: 0 1px 2px #555555;*/
    /*text-shadow: 0 1px 2px #000;*/
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.cta:hover .title {
    margin-top: 10px;
    color: #938C6B;
    background: transparent;
    text-shadow: none;
}

.cta .description {
    font-size: 14px;
    margin-top: 90px;
    float: left;
    padding: 0 10%;
    text-align: justify;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.cta .description a {
    color: #000000;
    font-weight: bold;
}
.cta:hover .description {
    margin-top: 10px;
}

.cta .line {
    margin-top: 4px;
    display: none;
    width: 70%;
    margin: 0 auto;
/*    background: #938C6B;*/
    height: 1px;

    background: -moz-linear-gradient(left,  rgba(147,140,107,0) 0%, rgba(147,140,107,1) 40%, rgba(147,140,107,1) 60%, rgba(147,140,107,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,140,107,0)), color-stop(40%,rgba(147,140,107,1)), color-stop(60%,rgba(147,140,107,1)), color-stop(100%,rgba(147,140,107,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(147,140,107,0) 0%,rgba(147,140,107,1) 40%,rgba(147,140,107,1) 60%,rgba(147,140,107,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(147,140,107,0) 0%,rgba(147,140,107,1) 40%,rgba(147,140,107,1) 60%,rgba(147,140,107,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(147,140,107,0) 0%,rgba(147,140,107,1) 40%,rgba(147,140,107,1) 60%,rgba(147,140,107,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(147,140,107,0) 0%,rgba(147,140,107,1) 40%,rgba(147,140,107,1) 60%,rgba(147,140,107,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00938c6b', endColorstr='#00938c6b',GradientType=1 ); /* IE6-9 */

}

.cta:hover .line {
    display: block;
}

.page-content {
    position: relative;
}

.coming-soon {
    font-size: 96px;
    margin-top: 290px;
    color: transparent;
    text-shadow: 0 1px 4px #222;
}