@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Roboto:300');

		body{
			font-family: sans-serif, Microsoft JhengHei;
            background: #000;
            padding: 0;
            margin: 0;
            color: #fff;
            font-size:18px;
            line-height: 28px;
            font-family: 'Roboto', sans-serif, '微軟正黑體', Microsoft JhengHei;
		}

		a{
			color:#fff;
		}
		

		.titleb{
			color:#ffc000;
			font-size:80px;
			line-height: 90px;
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			text-align: left;
			
		}


		.title{
			color:#ffc000;
			font-size:60px;
			line-height: 70px;
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			margin-top:4%;
			margin-bottom:2%;
			text-align: left;
			
		}

		.title3{
			color:#fff;
			font-size:40px;
			line-height: 50px;
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			margin-top:4%;
			margin-bottom:2%;
			text-align: left;
			
		}
		
		
		.title2{
			color:#fff;
			font-size:40px;
			line-height: 50px;			
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			margin-top:4%;
			margin-bottom:2%;
			text-align: left;
			
		}


		.title-model{
			color:#FFD400;			
			font-size:70px;
			line-height: 70px;
			text-align: center;
			/*text-shadow:0px 0px 20px #FFD400;*/
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			margin-top:4%;
			margin-bottom:2%;
			
		}

		.img-responsive {
          display: block;
          max-width: 100%;
          height: auto;
        }

        .note {
            font-weight: 300;
            font-size: 13px;
            line-height: 1.25em;
            text-indent: -0.4em;
            margin-top:4%;
            color: #bbb;
            text-align: left;
        }
	
		.conbox{
			width:70%;
			margin:0 auto;
			padding-left:4%;
		}

		.gaci{
			margin-top:3%;
			width:200px;
		}
		.conboxall{
			width:80%;
			margin:0 auto;
			padding-left:4%;			
		}





		#mining{
			background-image: url("../images/Ultimate-Mining-main.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:1070px;
		}

		#mining #gacimin{
			width:80%;
			margin:0 auto;
		}

		#mining .conboxall{
			width:96%;
			margin-top:3%;
		}
		

		#bitcoin{
			background-image: url("../images/Bitcoin_1920.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:1080px;
		}

		#bitcoin .conboxall{
			width:80%;
			margin:0 auto;
		}

		#bitcoin .text{
			width:40%;

		}

		#biogimg img{
			margin-top:4%;
			margin-bottom:10%;
		}

		#biogimg .text{
			text-align: center;
			font-size:20px;
			line-height: 30px;
			width:80%;
			margin:0 auto;
		}

		#biogimg .title2{
			text-align: center;
		}


		
		#sulfur{
			background-image: url("../images/anti-sulfur_1920.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:1170px;
		}
		
		#sulfur .conboxall{
			width:50%;
			float:right;
			margin-top:6%;
			margin-right:6%;
		}
		#sulfur .title{
			font-size:80px;
		}




		#miningmachine{
			background-image: url("../images/MiningMachine_1920.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:1080px;
		}

		#miningmachine .conboxall{
			margin-top:20%;
		}

		
		#dualbios .text{
			margin-top:6%;
		}

		.modelsmall{
			font-size:11px;
			line-height: 14px;
		}

        footer{
			text-align: center;
			font-size:14px;
			margin:2% 2% 2% 2%;
		}

		footer a{
			color:#fff;
		}
		
		footer a:hover{
			color:#fff;
		}
/*Model*/

		.model_table{
			margin-top:4%;		
			background:#ccc;
			color:#000;
			font-weight: bold;
			width:70%;
			margin:0 auto;
		}
		
		

		.model_table p{
			padding-left:2%;
		}

		.model_table a{
			color:#000;
			text-decoration: none;
			padding-left:2%;
			transition:all 0.1s linear;
			font-size:16px;
		}

		.model_table a:hover{
			color:#000;
		}

		.model_table td:hover a{
			background-color:#ffd760;
			border-radius: 4px;
			padding:2% 2% 2% 2%;


		}

		.model_table tr:first-child td {
			background: #333;
			border-right: none;
			border-left: none;
			color:#fff;
			font-size:20px;
			line-height:30px; 
		}
		.table-chipset{
			background-color:#999;
			text-align: center;
			
		}

		.model_table td {
			border-bottom: 2px solid #333;
			border-right: 2px solid #333;
			padding:10px;
			width:15%;
		}

		.model_table tr:first-child tr:first-child {
			background: #000;
			border-right: none;
			border-left: none;
			
		}




/*TOP*/
		#gotop{
			width:50px;
			background-color:rgba(51,51,51, 0.8);
			color:#FFFFFF;
			border-radius:10px;
			margin:10px;
			padding:10px;
			cursor:pointer;
			text-align:center;
			font-size:13px;
			bottom:46px;
			right:4%;
			position:fixed;	
			display:none;
			transition:all 0.3s linear;
		}

		#gotop:hover{
			background-color:#FFD400;
			color:#000;
		}


 @media screen and (max-width: 1366px) {

 	#mining{
			background-image: url("../images/Ultimate-Mining-main_1366.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:830px;
	}

	#bitcoin{
			background-image: url("../images/Bitcoin_1366.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:770px;
	}

	#bitcoin .conboxall{
			width:90%;
			margin:0 auto;
	}

		#bitcoin .text{
			width:46%;

	}

 	.sulfur{
			background-image: url("../images/anti-sulfur_1366.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:1020px;
	}


	#miningmachine{
			background-image: url("../images/MiningMachine_1366.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:740px;
		}

		#miningmachine .conboxall{
			margin-top:20%;
			width:90%;
		}

			
	.conbox{
			width:90%;
			margin:0 auto;
			padding-left:0%;
	}
	.model_table{	
			width:80%;
	}	
 }		

 @media screen and (max-width: 960px) {


 	#mining{
			background-image: url("../images/Ultimate-Mining-main_960.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:1420px;
	}

	#mining .titleb{
			font-size:60px;
			line-height: 70px;
	}

	#mining .conboxall{
			width:88%;
			margin-top:6%;
		}
		
	#bitcoin{
			background-image: url("../images/Bitcoin_960.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:770px;
	}

	#bitcoin .conboxall{
			width:90%;
			margin:0 auto;
	}

		#bitcoin .text{
			width:46%;

	}	

 	.sulfur{
			background-image: url("../images/anti_bg_960.jpg");
			background-position: top center;
			background-repeat: no-repeat;

	}
		
	#sulfur .title{
			font-size:60px;
	}
	
	#miningmachine{
			background-image: url("../images/MiningMachine_960.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:820px;
		}

		#miningmachine .conboxall{
			margin-top:00%;
			width:90%;
		}

			

	.gaci{
			margin-top:4%;
			width:200px;
	}

	.note {
            text-align: left;
            margin-left: 2%;
    }	



 }

 @media screen and (max-width: 640px) {

 	#mining{
			background-image: url("../images/Ultimate-Mining-main_640.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:1150px;
	}

	#bitcoin{
			background-image: url("../images/Bitcoin_640.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:1010px;
	}
	#bitcoin .conboxall{
			width:90%;
			margin:0 auto;
	}

	#bitcoin .text{
			width:100%;

	}	

 	.sulfur{
			background-image: url("../images/anti-sulfur_640.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			
	}

	#sulfur .conboxall{
			width:100%;
			
			margin-top:0%;
			margin-right:0%;
		}


		
		#sulfur .title{
			font-size:40px;
		}
 	.model_table{
			width:90%;
			font-size:13px;
		}
	.gaci{
			margin-top:6%;
			width:200px;
	}
	#m1{
		margin-top:60%;
	}

	#miningmachine{
			background-image: url("../images/MiningMachine_640.jpg");
			background-position: top center;
			background-repeat: no-repeat;
			min-height:650px;
		}

		#miningmachine .conboxall{
			margin-top:00%;
			width:90%;
		}
 
	   .title{
			color:#ffc000;
			font-size:30px;
			line-height: 40px;
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			margin-top:4%;
			margin-bottom:2%;
			text-align: left;
			
		}

		.title-model{
			color:#FFD400;			
			font-size:30px;
			line-height: 50px;
			text-align: center;
			/*text-shadow:0px 0px 20px #FFD400;*/
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			margin-top:4%;
			margin-bottom:2%;
			
		}

		#mining .titleb{
			color:#ffc000;
			font-size:40px;
			line-height: 50px;
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			text-align: left;
			
		}

		.conboxall{
			width:96%;
			margin:0 auto;
			padding-left:4%;			
		}

		.title2{
			color:#fff;
			font-size:20px;
			line-height: 30px;			
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			margin-top:4%;
			margin-bottom:2%;
			text-align: left;
			
		}


				
 }


