

@media only screen and (max-width:1023px){
	.header-wrapper{
		width:100%;
		position:relative;
	}
	.header .logo{
		width:auto;
		text-align:left;
		padding:10px 21px;
		margin:0;
	}
	.logo img{
		max-width:100%;
	}
	.header .h-right{
		position:absolute;
		top:0;
		width:auto;
		right:10px;
		float:left;
		padding:0;
		height:auto;
		z-index:1;
	}
	ul.h-top-links{
		float:none;
	}
	
	#navigation ul li{
		padding-right:0;
	}
	#navigation ul li a{
		padding:0;
		display:block;
		width:100%;
	}
	/* nav-wrap */
	.nav-wrap {
		position: relative;
	}

	/* menu icon */
	#menu-icon {
		cursor: pointer;
		display: block;
		padding: 2px 10px; /* show menu icon */
		position:absolute;
		right:10px;
		top:-1px;
		background:#fff;
	}
	#menu-icon span {
		background: #15a4c2;
		display: block;
		height: 3px;
		margin: 5px 0;
		width: 25px;
	}
	/* main nav */
	nav ul{
		width:100%;
	}
	#nav li.active{
		background:#15a4c2;
	}
	#nav li.active a{
		color:#fff
	}
	#nav {
		clear: both;
		position: absolute;
		top: 35px;
		z-index: 9;
		display: none; /* visibility will be toggled with jquery */
		width:100%;
	}
	#nav li {
		clear: both;
		float: none;
		background:#15a4c2;
		width:100%;
		text-align:center;
		padding:10px 0;
		border-top:solid 1px #fff;
	}
	#nav a, 
	#nav ul a {
		font: inherit;
		background: none;
		padding: 0;
		border: none;
	}
	#nav a:hover, 
	#nav ul a:hover, #navigation ul li a.hover, #navigation ul li a:hover, #navigation ul li a.active {
		background: none;
	}
	#navigation ul li:last-child{
		padding:10px 0;	
	}
	
	#rotator, #rotator .ui-tabs-panel{
		width:100%;	
	}
	#rotator{
		height:auto;
	}
	#rotator #fragment-1 img, #rotator #fragment-2 img, #rotator #fragment-3 img{
		max-width:100%;
		height:auto;
	}
	.container{
		width:100%;
	}
	.container-wrapper{
		width:96%;
		padding:0 2%;
	}
	.home-event ul li{
		padding:0 10px 0 0;
		width:30%;
	}
	.home-event ul li img{
		max-width:100%;
	}
	.talks_left{
		width:100%
	}
	.width-video{
		width:100%;
	}
	.registered_office {
		border-bottom: 1px solid #d0d0d0;
		margin-bottom: 30px;
		width: 100%;
		border-right:none;
		margin-right:0;
	}
	.form-wrapper{
		width:100%;
		float:none;
	}
	ul.formlist2 li{
		width:100%;
	}
	.label2{
		width:25%;
	}
	.testboxdesign12, .testboxdesign22{
		width:70%;
	}
	.press ul li{
		margin: 0 18px 30px 0;
		width: 30%;
		min-height:522px;
	}
	.press ul li img{
		max-width:100%;
	}
	.press ul li .p-content{
		width:100%;
	}
	.footer p a{
		font-size:11px;
	}
}

@media only screen and (max-width:768px){
	.header .logo{
		width:100%;
		text-align:center;
		padding:10px 0;
		margin:0;
	}
	.logo img{
		max-width:100%;
	}
	.header .h-right{
		position:absolute;
		top:0;
		width:auto;
		left:0;
		float:left;
		padding:0;
		height:auto;
		z-index:1;
	}
	ul.h-top-links{
		float:none;
	}
}



@media only screen and (max-width:600px){
	.home-event ul li{
		padding:0 0 30px;
		width:100%;
		text-align:center;	
	}
	.home-event ul li h2 {
		padding: 0;
	}
	.education-video, .video-left{
		float:none;
		padding:0;
	}
	.education-video iframe, .video-left iframe, event-photo-image iframe, .events iframe{
		width:100%;
	}
	.education-video-detail{
		padding:0 0 30px;
	}
	.events .left, .events .right, .event-photo-image .left, .event-photo-image .right, .events .left, .events .right{
		width:100%;
		margin:0 auto;
		float:none
	}
	.width-video{
		width:100%;
	}
	.registered_office {
		border-bottom: 1px solid #d0d0d0;
		margin-bottom: 30px;
		width: 100%;
		border-right:none;
		margin-right:0;
	}
	.form-wrapper{
		width:100%;
		float:none;
	}
	ul.formlist2 li{
		width:100%;
	}
	.label2{
		width:25%;
	}
	.testboxdesign12, .testboxdesign22{
		width:70%;
	}
	.press ul li{
		width:44%;
		margin-right:10px;
	}
	.press ul li:nth-child(3n+3) {
		margin-right: 10px;
	}
	.footer p a {
		display: block;
		margin: 0;
		text-align: center;
	}
}