@media only screen and (min-width: 769px) {

html{ font-size : 100%};

header {
width: 1000px;
height: 140px;
}

header ul.submenu {
width: auto;
position: absolute;
top: 42px;
right: 0;
}

#main,
.navbar-fl {
	width: 1000px;
}

#program_list {
margin-top: 20px;
}

#program_list li {
/*width: 24%;*/
width: 19.2%;
height: 240px;
height: auto;
margin-right: 10px;
padding: 0;
}

#content_index {
clear: both;
width: 1000px;
}

#index_concept {
	width:570px;
}

#whatsNew{
	width: 570px;
	height: 180px;
}

#whatsNew ul{
	width: 568px;
	height: 128px;
}

#whatsNew li{
	width: 543px;
}

#side{
	width:410px;
	float:right;
	margin-left:20px;
}
#side .youtube-area,
#side .button-area{
	width: 200px;
	height: 130px;
	margin-bottom: 15px;
	display: block;
	float: left;
}
#side .youtube-area{
	margin-right:10px;
}
#side a.button{
	width: 200px;
	height: 60px;
	margin-bottom: 10px;
	display: block;
}

#topFeature {
	max-width: 380px;
	height:260px;
}

#topNetwork {
	max-width: 560px;
	height:260px;
	margin-left: 20px;
}

div.curriculum div{
	margin-right: 15px;
	height:310px;
}

div.curriculum div.last{
	margin-right: 0;
}

#footer-area {
	width: 1000px;
	background-color: #e70012;
}

.col-sm-4,
.col-sm-8,
.col-xs-12 {
	padding-right:0;
	padding-left:0;
}
}