@import url('https://fonts.cdnfonts.com/css/isidora');
*{
    margin:0;
    padding: 0;
    box-sizing:border-box;
    font-family:'isidora' , sans-serif;
}


a,button{
    cursor:pointer;
    text-decoration:none;
    color:#3a3032
}


.slideout{
    position:absolute;
    right:50px;
    width:250px;
}


.navigation{
    position: fixed;
    right:-500px;
    width:350px;
    height:100%;
    background-color:#ffc44f;
    transition: 0.5s;
    z-index: 9999;
   
}


.navigation ul li{
    color:#3a3032;
    text-align:right;
    text-transform:uppercase;
    list-style-type:none;
    font-size:1.5em;
    padding: 20px 30px;
    border-bottom: 1pt solid;
    font-weight:bold;


}


.hamburger, .bar{
    position:fixed;
}
.hamburger{
    display:block;
    left:2%;
    width: 30px;
    height:30px;
    transform: translateY(50%);
    border:0;
    background:0 0;
}


.bar{
    top:3px;
    background: #000;
    width: 100%;
    height: 4px;
    transition: all .3s ease-in;


}


#bar2{
    top: 11px
}


#bar3{
    top: 19px
}


.navigation.active{
    left:0;
}


.hamburger.open #bar1{
    background-color:#3a3032;
    transform: rotate(45deg) translate(6px, 5px);


}


.hamburger.open #bar2{
    background-color: transparent
}


.hamburger.open #bar3{
    background-color:#3a3032;
    transform: rotate(-45deg) translate(6px, -5px);
}
.navitem{
    display:inline-block;
    padding:0 25px;
}
.navmenu{
    z-index:8500;
}


#primarynav{
   padding:12px;
   text-align:right;
   background-color:white;


}
.navitem a{
    font-family:'isidora sans';
    font-weight:550;
    font-size:1.5em;
    color:#ffa285;
    transition: all 0.3s ease 0s;
}


.navitem a:hover{
    color:#e23838
}


.container{
    position: relative;
    text-align:center;
    z-index:8000;
   
}


.topleft{
    font-family:'isidora sans';
    font-weight:550;
    font-size:7em;
    color:#72B1F6;
    text-transform:uppercase;
    position:absolute;
    top:25px;
    left:-7px;


}


.bottomright{
    font-family:'isidora sans';
    font-weight:550;
    font-size:7em;
    color:#72B1F6;
    text-transform:uppercase;
    position:absolute;
    bottom:-910px;
    right:0;


}


.logo{
    width:60%;
}


.middle{
    display:flex;
    justify-content: center;
    align-items: center;
    height:55em;
    z-index:8999;
}


.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(background.jpg) repeat top left;
}


.cb-slideshow li span {
    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;
    animation: imageAnimation 36s linear infinite 0s;
}


.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 200px;
    padding: 0;
    line-height: 200px;
}


.cb-slideshow li:nth-child(1) span {
    background-image: url(machi.png)
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(shop.png);
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(xingfu.jpg);
    animation-delay: 12s;
}


.cb-slideshow li:nth-child(2) div {
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    animation-delay: 18s;
}


@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 }
}
@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -moz-transform: translateX(-400px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -o-transform: translateX(-400px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -ms-transform: translateX(-400px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    8% {
        opacity: 1;
        transform: translateX(0px);
    }
    17% {
        opacity: 1;
        transform: translateX(0px);
    }
    19% {
        opacity: 0;
        transform: translateX(-400px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}


@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 { font-size: 80px }
}
