@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1200px){
	
	
	
	#nav h1 {
		font-size:30px;
	}
	
	#nav .tab p {
		transform: translate(-65%, -60%);
		font-size:25px;
		padding:0 0 0 35px;
	}
	
	#main .programList .data-table .table-cell {
		font-size:12px;
		padding:15px 5px;
	}
	
	#main .programList .data-table .table-header-row .table-cell {
		font-size:10px;
	}
	
	#main .programList .programName {
		font-size:14px;
	}
	
	#main .subheadingBar .left {
		width:150px;
	}
	
	#main .subheadingBar .right {
		padding:5px 10px;
		font-size:15px;
	}
	
	#main .subheadingBar .rightMore {
		width:75px;
	}
	
	#footer #footerLang .label {
		display:none;
	}
}

@media only screen and (max-width: 1000px) {
	container {
		width:1100px;
		max-width:95%;
		min-width:800px;
	}
	
	
	
	#main .selectDevice .table-cell .floater {
		height:265px;
		width:120px;
	}
	
	#main .selectDevice .table-cell .floater .gem {
		height:265px;
		width:180px;
	}
	
	#main .selectDevice .table-cell .floater .gem img {
		height:265px;
		width:180px;
	}
	
	#main .selectDevice .table-cell .floater button {
		height:265px;
		width:120px;
		font-size:14px;
		padding-bottom:100px;
	}
	
	#main .selectTarget .table-cell .floater {
		height:360px;
		width:90px;
	}
	
	#main .selectTarget .table-cell .floater .silhouette {
		height:320px;
		width:195px;
	}
	
	#main .selectTarget .table-cell .floater .silhouette img {
		height:320px;
		width:195px;
	}
	
	#main .selectTarget .table-cell .floater button {
		height:360px;
		width:90px;
		font-size:14px;
		padding-bottom:100px;
	}
	
	#main .programDetails {
		
	}
	
	#main .programDetails .col1 {
		
	}
	
	#main .programDetails .col2 {
		
	}
	
	#main .programDetails .col3 {
		
	}
	
	
	
	
}

