

#all { 
background: url('../images/web_bg.png') no-repeat center center fixed; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;   
}
#all2 { 
background: url('../images/web_bg.png') no-repeat center center fixed; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;    
}



.click{
    text-align: center;
    color: #efce79;
    font-size:1.2em;
}

.column {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    float: left;
    min-height: 5px;
    padding: 0.1em;
    background:url('../images/web_bg.png') no-repeat center center fixed;
}

@media (min-width: 1070px) {
    .large-3 {
        display: none;
    }
}

.web_page {
    width: 1000px; 
    margin:0 auto;
}

.web_page li {
    display: inline;  
} 
 
@media only screen and (max-width: 1068px) {
    .medium-6 {
        width: 50%
    }
    .web_page {
    display: none;
}
}

@media only screen and (max-width: 735px) {
    .small-12 {
        width: 100%
    }
}


/*mobi*/


        #showcase {
            height: 600px;
        }
        
      
        
        #item-title {
            color: #F31414;
            font-size: 29px;
            letter-spacing: 0.13em;
            text-shadow: 1px 1px 6px #C72B2B;
            text-align: center;
            margin-top: 30px;
            margin-bottom: 22px;
        }
        
   
        
        #nav {
            text-align: center;
        }
        
        #nav > button {
           width: 64px;
            height: 36px;
            color: #666;
            font: bold 16px arial;
            text-align: center;
            margin: 5px;
            text-shadow: 0px 1px 0px #f5f5f5;
            background: #f6f6f6;
            border: solid 2px rgba(0, 0, 0, 0.4);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
            cursor: pointer;
        }
        
        #nav > button:active,
        #nav > button.down {
            background: #dfdfdf;
            border: solid 2px rgba(0, 0, 0, 0.6);
            box-shadow: none;
        }
        
      
		
		
	