/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Basic Elements
   ========================================================================== */
@font-face {
	font-family: 'Conv_Swiss 721 Light BT';
	src: url('fonts/Swiss 721 Light BT.eot');
	src: local('☺'), url('fonts/Swiss 721 Light BT.woff') format('woff'), url('fonts/Swiss 721 Light BT.ttf') format('truetype'), url('fonts/Swiss 721 Light BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}  

@font-face {
	font-family: 'Conv_futura_1';
	src: url('fonts/futura_1.eot');
	src: local('☺'), url('fonts/futura_1.woff') format('woff'), url('fonts/futura_1.ttf') format('truetype'), url('fonts/futura_1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
html,body{
	height:100%;
}

body{
	background:url('../img/bg.png') repeat-x;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:13px;
	color:#555555;
}

a {
	text-decoration: none;
}

.btn{
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	text-transform: uppercase;
	font-family: 'Conv_futura_1';
}

.btn:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.btn:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

#wrapper {
	width:960px;
	margin:0 auto -115px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

header {
	height:124px;
	position:relative;
	color:#484748;
}

h1{
	float: left;
	width:231px;
	height:51px;
	margin:36px 0 0 20px;
}

h1 a{
	width:232px;
	height:51px;
	background:url('../img/logo.png') no-repeat;
	display:block;
}

header .social{
	position:absolute;
	right:20px;
	top:45px;
}

header .flag{
	position:absolute;
	left:442px;
	top:49px;
}

header .aus{
	position:absolute;
	right:115px;
	top:3px;
}

header .chi{
	position:absolute;
	right:85px;
	top:3px;
}

header .kor{
	position:absolute;
	right:55px;
	top:3px;
}

header .jap{
	position:absolute;
	right:25px;
	top:3px;
}

header .language{
	position:absolute;
	right:20px;
	top:17px;
}

header .language a{
color: #333;
}

.social a{
	display:inline-block;
	width:25px;
	height:25px;
	margin-left:3px;
	background:url('../img/social.jpg') no-repeat;	
}

.social a.blog{
	
	position:absolute;
	right:35px;
	top:-1px;
}



.social a.facebook{
	background-position:right top;
	position:absolute;
	right:35px;
	top:0px;
}

.social a.twitter{
	background-position:right bottom;
	position:absolute;
	right:105px;
	top:0px;
}

.social a.linkin{
	background-position:left bottom;
	position:absolute;
	right:70px;
	top:0px;
}
.social a.google{
	position:absolute;
	right:140px;
	top:-1px;
}

.social a.pinst{
	position:absolute;
	right:110px;
	top:-5px;
}


.social a.youtube{
	background-position:left top;
	position:absolute;
	right:0px;
	top:-1px;
}


.social a.weibo{
	position:absolute;
	right:120px;
	top:0px;
}

.social a.facebookc{
	background-position:right top;
	position:absolute;
	right:60px;
	top:0px;
}

.social a.youtubec{
	background-position:left top;
	position:absolute;
	right:30px;
	top:0px;
}

.social a.twitterc{
	background-position:right bottom;
	position:absolute;
	right:120px;
	top:0px;
}

.social a.linkinc{
	background-position:left bottom;
	position:absolute;
	right:90px;
	top:0px;
}

.social a.googlec{
	background-position:right bottom;
	position:absolute;
	right:150px;
	top:0px;
}
.social a.blogc{
	
	position:absolute;
	right:60px;
	top:0px;
}

.social a.pinstc{
	position:absolute;
	right:155px;
	top:-4px;
}

.social a.youku{
	background-position:left bottom;
	position:absolute;
	right:0px;
	top:0px;
}

header li{
	display:inline-block;
	list-style:none;
}

ul.nav {
	margin:0;
	padding:0;
	position:absolute;
	right:10px;
	top:92px;
}

ul.nav > li{
	position:relative;
	float:left;
}

ul.nav li a{
	font-size:13px;
	color:#484748;
	display: block;
	padding:0 10px;
}

ul.nav li a{
	padding:0 15px;
	height:30px;
	line-height:30px;
}

ul.nav li.active > a{
	background:#CCCCCC;
}

ul.subnav{
	position:absolute;
	top:28px;
	left:0px;
	width:165px;
	margin:0;
	padding:0;
	background:#dfdfdf;
	z-index:1000;
	display:none;
}

ul.subnav-c{
	position:absolute;
	top:28px;
	left:0px;
	width:145px;
	margin:0;
	padding:0;
	background:#dfdfdf;
	z-index:1000;
	display:none;
}

ul.third{
	left:165px;
	top:0;
	display:none;
}

ul.nav li:hover ul.second{
	display:block;
}


ul.subnav-c li {
	display:block;
	position:relative;
}

ul.subnav-k{
	position:absolute;
/*	font-weight:bold; */
	top:28px;
	left:0px;
	width:105px;
	margin:0;
	padding:0;
	background:#dfdfdf;
	z-index:1000;
	display:none;
}
ul.subnav-k li {
	display:block;
	position:relative;
/*		font-weight:bold;  */
}

ul.subnav-j{
	position:absolute;
/*	font-weight:bold; */
	top:28px;
	left:0px;
	width:195px;
	margin:0;
	padding:0;
	background:#dfdfdf;
	z-index:1000;
	display:none;
}

ul.subnav-j-s{
	position:absolute;
/*	font-weight:bold; */
	top:28px;
	left:0px;
	width:125px;
	margin:0;
	padding:0;
	background:#dfdfdf;
	z-index:1000;
	display:none;
}

ul.subnav-j-s li {
	display:block;
	position:relative;
/*		font-weight:bold;  */
}

ul.subnav-j-s li:hover ul.third{
	display:block;
	left:125px;
}

ul.subnav-j li:hover ul.third{
	display:block;
	left:125px;
}



ul.subnav-j li {
	display:block;
	position:relative;
/*		font-weight:bold;  */
}


ul.subnav-c li:hover ul.third{
	display:block;
}

ul.subnav-c li a{
	color:#484748;
	display:block;
}

ul.subnav-c li:hover{
	background:#CCCCCC;
}

ul.third{
	left:165px;
	top:0;
	display:none;
}

ul.subnav-c ul.third{
	left:105px;
}

ul.nav li:hover ul.second{
	display:block;
}

ul.subnav li {
	display:block;
	position:relative;
}

ul.subnav li:hover ul.third{
	display:block;
}

ul.subnav li a{
	color:#484748;
	display:block;
}

ul.subnav li:hover{
	background:#CCCCCC;
}

.push{
	height:115px;
	clear: both;
}

footer{
	height:115px;
	background:url('../img/bg-footer.png') repeat-x;
	text-align:center;
}

footer .contact{
	width:960px;
	margin:0 auto;
	height:27px;
	padding-top:45px;
}

footer .copyright{
	text-align:center;
	height:43px;
	line-height:43px;
	color:#FFFFFF;
}


footer .copyright a{
	color:#FFFFFF;
}

footer .contact-c{
	width:960px;
	margin:0 auto;
	height:27px;
	padding-top:30px;
}

footer .copyright-c{
	text-align:center;
	height:77px;
	line-height:77px;
	color:#FFFFFF;
}


footer .copyright-c a{
	color:#FFFFFF;
}

#content {
	padding:0 10px;
	position: relative;
	min-height:680px;
}

#content .shadow-left{
	width:22px;
	height:570px;
	background:url('../img/shadow-left.png') no-repeat;
	position:absolute;
	top:30px;
	left:-22px;
}


#content .shadow-right{
	width:22px;
	height:570px;
	background:url('../img/shadow-right.png') no-repeat;
	position:absolute;
	top:30px;
	right:-22px;
}

@media only screen and (max-width: 960px;) {
	#content .shadow-left{
		display:none;	
	}
	#content .shadow-right{
		display:none;	
	}
}

#iview{
	width:940px;
	height:445px;
	position:relative;
}

.iview-controlNav ul{
	margin:0;
	padding:0;
	text-align:center;
	height:7px;
	margin:7px 0;
}

#iview .iview-controlNav ul{
	width:940px;
}

#philosophy-iview .iview-controlNav ul{
	width:550px;
}

.iview-controlNav li{
	display:inline-block;
	margin:0 3px;
}

.iview-controlNav li a{
	display:block;
	width:7px;
	height:7px;
	background:#000000;
	text-indent:-999px;
	overflow:hidden;
}

.iview-controlNav li a.active{
	background:#707070;
}

.iview-caption {
	background: url('../img/caption-bg.png');
	color: #FFF;
	border-radius: 3px;
	padding: 0 30px;
}

.iview-caption.caption7 .title{
	display:block;
}

.iview-caption.caption7 .slide1{
	margin:60px 0 20px;
}

.iview-caption.caption7 .slide2{
	margin:30px 0 20px;
}

.iview-caption.caption7 .slide3{
	margin:25px 0 20px;
}

.iview-caption.caption7 .slide4{
	margin:25px 0 20px;
}

.iview-caption.caption7 {
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 0px;
}

.iview-caption.caption8{
	position:relative;
	padding:0px;
	background:none;
}

.iview-caption.caption8 .avantra{
	position:absolute;
	top:175px;
	left:100px;
}

.iview-caption.caption8 .uptown{
	position:absolute;
	top:180px;
	right:86px;
}

.grid{
	margin:40px 0 20px;
}

.grid ul{
	margin:0;
	padding:0;
}

.grid li{
	list-style:none;
	text-align:center;
	border:1px solid #d7dbe1;
	width:230px;
	height:285px;
	float:left;
	margin-right:4px;
	position:relative;
}

#register-grid li{
	width:307px;
	height:310px;
	margin-right:6px;
}

.grid .last{
	margin-right:0 !important;
}

.grid li span{
	height:34px;
	line-height:34px;
	color:#96854C;
	font-size:13px;
	font-family: 'Conv_futura_1';
}

.grid li .metro{
	position: absolute;
	bottom:0;
	left:0;
}

.grid li .btn{
	display:inline-block;
}

#home-grid li .logo{
	height:75px;
	line-height:75px;
}

#home-grid li .logo img{	
	vertical-align: middle;
}

.breadcrumb{
	padding:30px 0 10px;
}

article {
	width:550px;
	float:left;
	border-right:1px dashed #e4e4e4;
	padding:0 10px 0 20px;
}

article h4{
	color:#004098;
	font-weight:normal;
	font-size:14px;
	margin:10px 0;
}

article h4.year{
	font-size:24px;
	border-bottom:2px solid #004098;
	width:450px;
}

article a{
	color:#004098;
}

article ul{
	margin:20px;
	padding:0px;
}

article ul.media{
	margin:0 0 0 20px;
	padding:0;
}

article ul.media li{
	list-style:none;
}

article ul.media li .date{
	padding-right:40px;
}

.sidebar {
	float:right;
}

.sidebar .title{
	width:310px;
	height:180px;
	background:#004098;
	color:#FFFFFF;
	padding:25px 20px;
}

.sidebar .title h2{
	margin:0;
	padding:0;
	font-size: 35px;
	line-height:37px;
	font-weight:normal;
	font-family: 'Conv_Swiss 721 Light BT';
}

.sidebar .title h3{
	margin:10px 0 0 0;
	padding:0;
	font-size:17px;
	font-weight: normal;
	font-family: 'Conv_Swiss 721 Light BT';
}

.sidebar  .btn{
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	text-transform: uppercase;
	font-family: 'Conv_futura_1';
}

.sidebar .title .btn :hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sidebar .title .btn :hover {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.register{
	padding-top:30px;
	text-align:center;
}

.register .form{
	text-align:left;
	margin:50px 0 0;
	width:940px;
}

.register .uptown{
	background:#f9f0c7;
}

.register .futra{
	background:#e1eaf3;
}

.register .avantra{
	background:#cfd3dc;
}

.register form{
	width:308px;
	float:right;
	padding:80px 20px 0;
}

.register form h2{
	font-family: 'Conv_Swiss 721 Light BT';
	font-weight:normal;
	font-size:25px;
	margin:0 0 15px 0;
	padding:0;
}

.register form .info{
	margin-bottom:50px;
}

form .row{
	margin-bottom:15px;
}

form span{
	text-transform:uppercase;
	float:left;
	width:103px;
	font-size:11px;
	height:18px;
	line-height:18px;
}

form span.small{
	font-size:10px;
}

form .input{
	float:left;
	position: relative;
}

form input[type="text"]{
	width:199px;
	height:20px;
	margin:0;
	padding:0 2px;
	border:1px solid #000000;
}

form textarea{
	width:199px;
	height:25px;
	margin:0;
	padding:2px;
	border:1px solid #000000;
}

form .interest {
	float:left;
	margin:0;
	padding:0;
}

form .interest li{
	list-style:none;
	height:18px;
	line-height:18px;
}

form .interest span.checkbox{
	width:14px;
	height:14px;
	background:url('../img/register/checkbox.png') no-repeat;
	text-indent:-99px;
	overflow:hidden;
	margin:2px 5px 0 0;
	padding:0;
	vertical-align: middle;
}

form .interest span.checkbox.check{
	background-position:0 -14px;
}

form .mandatory{
	font-size:10px;
	position:absolute;
	top:-10px;
	right:5px;
	width:auto;
	height:auto;
}

form .term1{
	font-size:10px;
	position:absolute;
	top:0px;
	right:5px;
	width:auto;
	height:auto;
}

form .term1 a:link{
    color:#333;
}

form .term1 a:hover{
    color:#333;
}

form .term1 a:visited{
    color:#333;
}

form .term1 a:active{
    color:#333;
}

form .term2{
	font-size:10px;
	position:absolute;
	top:18px;
	right:5px;
	width:auto;
	height:auto;
}

form .term2 a:link{
    color:#333;
}

form .term2 a:hover{
    color:#333;
}

form .term2 a:visited{
    color:#333;
}

form .term2 a:active{
    color:#333;
}

form .buttons{
	position:relative;
	padding-left:103px;
	margin-top: 8px;
}

form .btn{
	margin-right:10px;
	height:30px;
	line-height:20px;
}


form label.error{
	/*position:absolute;*/
	color:#FF0000;
	font-size:11px;
	/*top:19px;
	left:0px;*/
	display: block;
	margin-left:103px;
}

#contact-form label.error {
	margin-left:0px !important;
}

#philosophy-iview{
	position:relative;
	width:550px;
	height:300px;	
}

#philosophy{
	margin-top:50px;
	min-height:600px;
}


#philosophy-iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(../img/nav_paddles.png);
	text-indent: -9999px;
}

#philosophy-iview div.iview-directionNav a:active {
	background-image: url(../img/nav_paddles_down.png);
}

#philosophy-iview div.iview-directionNav a.iview-nextNav {
	right: 10px;
	background-position: 56px 0px;
}

#philosophy-iview div.iview-directionNav a.iview-prevNav {
	left: 10px;
	background-position: -16px 0px
}

#contact-form{
	margin:50px 0 0 0;
}

ul.team{
	margin:0;
	padding:0;
}

ul.team li{
	list-style:none;
	border-bottom:1px solid #E4E4E4;
	padding:10px;
	margin-bottom:10px;
}

ul.team li img{
	float:left;
}

ul.team li .info{
	float:left;
	width:380px;
	margin: 0 0 0 20px;
}

#philosophy-link {
	width:310px;
	padding:20px;
}

#philosophy-link ul{
	margin:0;
	padding:0;
}

#philosophy-link li{
	list-style:decimal;
	color:#004098;
}

#philosophy-link li a{
	color:#004098;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
