@font-face{ font-family:'AvantGarde';src:url('font/AvantGarde.eot');font-weight:normal;font-style:normal;
    src:url('font/AvantGarde.eot?#iefix') format('embedded-opentype'),
    url('font/AvantGarde.woff') format('woff'),
    url('font/AvantGarde.ttf') format('truetype'),
    url('font/AvantGarde.svg') format('svg');
}
html,body,div,ul,li,p {margin:0;padding:0;}
body{overflow:hidden;}
ul { list-style:none;}
.slideShow,
.slideShow:after {position: fixed;width: 100%;height: 100%;top: 0px;left: 0px;z-index: 0;}
.slideShow:after {content: '';background: transparent url(./img/pattern.png) repeat top left; }
.slideShow li   {width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;color: transparent;background-size: cover;background-position: 50% 50%;background-repeat: none;opacity: 0;z-index: 0;-webkit-backface-visibility: hidden;
                -webkit-animation: imageAnimation 36s linear infinite 0s;-moz-animation: imageAnimation 36s linear infinite 0s;animation: imageAnimation 36s linear infinite 0s; }
.slideShow li:nth-child(1) {background-image:url(./img/1.jpg)}
.slideShow li:nth-child(2) {background-image:url(./img/2.jpg);-webkit-animation-delay:6s;-moz-animation-delay:6s;animation-delay:6s;}
.slideShow li:nth-child(3) {background-image:url(./img/3.jpg);-webkit-animation-delay:12s;-moz-animation-delay:12s;animation-delay:12s;}
.slideShow li:nth-child(4) {background-image:url(./img/4.jpg);-webkit-animation-delay:18s;-moz-animation-delay:18s;animation-delay:18s;}
.slideShow li:nth-child(5) {background-image:url(./img/5.jpg);-webkit-animation-delay:24s;-moz-animation-delay:24s;animation-delay:24s;}
.slideShow li:nth-child(6) {background-image:url(./img/6.jpg);-webkit-animation-delay:30s;-moz-animation-delay:30s;animation-delay:30s;}
section.logo{background:rgba(255, 255, 255, 0.9);display: block;margin:10% auto 0;position: relative;text-align: center;width: 40%;border-radius:5px 5px 0 0;padding:0px 3%;}
section img {width:100%;}
section.comingSoon{background:rgba(0, 0, 0, 0.7);display: block;margin: 0 auto 0;position: relative;text-align: center;width: 40%;border-radius:0 0 5px 5px;color:#fff;padding:20px 3%;font-size:35px;font-family:"AvantGarde",Arial,sans-serif;}
@media screen and (max-width:1140px) {.slideShow li div h3 {font-size:140px}section.logo{width: 50%;padding:0 2%;}section.comingSoon{width: 50%;padding:20px 2%;font-size:25px;}}
@media screen and (max-width:600px) {.slideShow li div h3 {font-size:80px}section.comingSoon{font-size:20px;}}
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
    -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
    -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
    animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}