/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	padding: 0 0 8px 0
}
h1            { font-size:36px; font-weight:200; line-height:40px;  }
h2            { font-size:16px; font-weight:700; line-height:17px; color: #555 }
h3            { font-size:12px; font-weight:200; line-height:17px; }
h4            { font-size:10.5px; font-weight:200; line-height:14px;  }
h5            { font-size:10px; font-weight:200; line-height:13px; color: #BABABA }
h6            { font-size:9px;line-height:12px; font-weight:normal; }
p			  { padding: 0 0 15px 0}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	 outline: none;
	 
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	font-family: inherit;
	padding: 2px 5px;
	color: #555
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input:focus{border: 1px solid #CD001E;}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}


/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	border: 1px solid #d2d2d2;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}



/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	height: 100%;
	
}
body {
	font-size: 13px;
	line-height: 17px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #727272;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, '小塚明朝 Pro', 'Apple LiSung','SimSun',serif;
	height: 100%;
}
a {
	outline: none;
	color: #727272;
	font-style: italic;
	transition:all .2s linear; 
	-moz-transition:all .2s linear; 
	-o-transition:all .2s linear;  
	-webkit-transition:all .2s linear;
	  outline:none;
	
}
a:hover {
	color: #000000;
}
a:active, a:focus { 
	outline: none; 
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background: #fff;
	min-height:690px;
	height: 100%;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 0;
	overflow:hidden;
}
.site .wrapper{
	display: block;
	width: 300%;
	height: 100%;
	position: relative;
}
.site #lt-wrapper{
	width: 33.35%;
	height: 100%;
	display: block;
	position: absolute;
	left:-60.75%;
	z-index: 2;
	top:20px;
}
.site #rt-wrapper{
	width: 33.35%;
	height: 100%
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	z-index: 2;
	top:20px;
}
.site #mid-wrapper{
	width: 43.35%;
	height: 100%;
	display: block;
	position: absolute;
	left:  -30%;
	overflow: hidden;
	z-index: 1;
}
.site #mid-wrapper .d-mobile{display: none; visibility: hidden; }
.site #mid-wrapper .arrow-wrap-mobile{display: none; visibility: hidden; }
.site #mid-wrapper .arrow-wrap-mobile .arrow-r{display: none}
.site #mid-wrapper .arrow-wrap-mobile .arrow-l{display: none}

.site .left #lt-wrapper{
	left: 0;
}
.site .left #rt-wrapper{
	left:  33.35%;
}
.site .left #mid-wrapper{
	left:  63.35%;
}
.site .right #lt-wrapper{
	left:-60.75%;
}
.site .right #rt-wrapper{
	left: 0;
}
.site .right #mid-wrapper{
	left:  -30%;
}
.site #mid-wrapper img{
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.site .in-wrapper{
	width: 70%;
	height: 100%;
	min-width: 728px;
	padding: 0 ;
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
	display: block;
}

.site .arrow-wrapper{
	width: 13%;
	min-width: 200px;
	position:fixed;
	height: 100%;
	z-index: 4;
	cursor: pointer;
	font-style: italic;
	background: url(images/trans.png) 0 0 repeat
}
.site .arrow-wrapper a{
	text-decoration: none;
	opacity: 0;
	display: block;
	transition: all .2s linear; 
	-moz-transition:all .2s linear;  
	-o-transition:all .2s linear;  
	-webkit-transition:all .2s linear;
	outline: 0;
	font-size: 13.5px
}
.site .arrow-wrapper:hover a{
	opacity: 1;
	color: #000;
}
.site .arrow-wrapper.arrow-l{
	left:0;
	top:0;
}
.site .arrow-wrapper.arrow-l .arrow{
	background:url(images/arrow-l.png) left center no-repeat;
	padding: 0 0 0 20px;
	margin: 195px 14px 0 0;
	height: 38px;
	width: 100%;
	display: block;
}
.site .arrow-wrapper.arrow-l .arrow a{
	padding: 9px 0 0 0;
	
}
.site .arrow-wrapper.arrow-r{
	right: 113%;
	top:0;
}
.site .arrow-wrapper.arrow-r .arrow{
	background:url(images/arrow-r.png) right center no-repeat;
	padding: 0 0 0 0 ;
	margin: 195px 14px 0 0;
	height: 38px;
	display: block;
	text-align: right;
	width: 100%;
	float: right
}
.site .arrow-wrapper.arrow-r .arrow a{
	padding: 12px 0 0 0;
	margin: 0 20px 0  0;
	
}
.site .arrow-r-ipad {display: none; }

/* VB Content */
.vb-header{
	padding:600px 0 25px;
	background:#FFF ;
	z-index: 3;
	display: block;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top:0;
	margin: -600px 0 0 0

}
.vb-content {
	width: 70%;
	max-width: 420px;
	margin: 85px 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index: 2;
}
.vb-logo{
	outline: 0;
}


.ln-switcher{
	float: left;
	height: 15px;
	margin: 9px 0 0 0;
	overflow: hidden;
}
.ln-switcher a{
	text-decoration: none
}
.ln-switcher li{
	float: left;
	height: 100%;
	margin: 0 0 0 2px;
}

.ln-switcher li h5{
	color: #727272;
	cursor: default;
	line-height: 15px;
}

.ln-switcher li a{
	font-size: 11px;
	font-style: normal
}

#lang_sel_list{
	margin: 70px 0 0 38px;
	display: block;
}
#lang_sel_list a{
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
}
#lang_sel_list ul{
	overflow: hidden;
}
#lang_sel_list ul li{
	float: left;
	height: 100%;
	padding: 0 2px 0 0;
}
#lang_sel_list ul li:before{
	content: "/";
	font-size: 10px;
	line-height: 15px;
	padding: 0 2px 0 0;
}
#lang_sel_list ul li.first:before,
#lang_sel_list ul li:first-child:before{
	content: "";
}


.vb-content ul{
	padding: 0 0 15px 40px;
}
.vb-content ul li{
	list-style:disc;
	margin: 0 0 3px 0;
}

.vb-content ul.talks{
	padding: 0 0 0 0;
	margin: 45px 0 60px 0;
}
.vb-content ul.talks li{
	list-style:none;
	margin: 0 0 60px 0;
}
.vb-content .talks h2{margin: 17px 0 0}
.vb-content .talks .h2{font-size: 16px; line-height: 17px; }
.vb-content .talks .h2 strong{color: #555}
.vb-content .talks .meta-table{overflow: hidden; width: 100%; display: block;margin:  -4px 0 4px 0}
.vb-content .talks .meta-table .col2-set{overflow: hidden; width: 100%; display: block; margin: 15px 0}
.vb-content .talks .meta-table .col-left{width: 20%; float: left}
.vb-content .talks .meta-table .col-right{width: 80%; float: right}
.vb-content .talks a.reg-btn{font-size: 16px; line-height: 17px; clear: both; }

.page-id-42 .vb-content .talks .meta-table{margin: 5px 0 9px 0}
.page-id-42 .vb-content .talks .meta-table .col2-set{margin: 0 0}
.page-id-24 .vb-content h2{margin: -10px 0 -4px}
.page-id-192 .vb-content h2{margin: 0 0 -6px 0;}


.vb-content ul.short-talks{
	padding: 0 0 0 0;
	margin: 45px 0 75px 0;
	
}
.vb-content ul.short-talks li{
	list-style:none;
	margin: 0 0 15px 0;
	text-decoration: underline;
	cursor: pointer
}
.vb-content ul.short-talks li:hover{
	color: #000
}
.vb-content .short-talks .h2{font-size: 16px; line-height: 17px;  }
.vb-content .selected-talk .h2{font-size: 16px; line-height: 17px;  }
.vb-content .selected-talk{text-decoration: underline; display: none; margin: 0 0 15px 0}

.about-artist ul.work-list{margin: 60px 0 0 0;padding:0; list-style: none;  width: 100%; background: #FFF}
.about-artist ul.work-list li{list-style: none; margin: 0 0 22px 0; padding: 0}
.about-artist ul.work-list li .post-title{margin: 14px 0}

.exi-doc h2.post-title{margin: 0 0 30px 0}
.exi-doc ul{margin: 0 0 0 0;padding:0; list-style: none;}
.exi-doc ul li{list-style: none; margin: 0 0 0 0; padding: 0}
.exi-doc .post-content{margin: 0 0 25px 0}
.exi-doc .zoom-image{display: none}
.exi-doc .gallery-data{display: none}
.exi-doc .alumn-list{padding: 0 0 60px; display: block; width: 445px}
.exi-doc ul.photo-gallery{margin: 0; padding: 0; overflow: hidden; display: block}
.exi-doc ul.photo-gallery li.item{float: left; width: 74px; margin: 0 15px 15px 0; display: block}
.exi-doc ul.photo-gallery li.item img{width: 100%; height: auto; display: block; cursor: pointer; transition:all .2s linear; -moz-transition:all .2s linear; -o-transition:all .2s linear;  -webkit-transition:all .2s linear;}
.exi-doc  .photo-gallery li.item img:hover{}
.exi-doc .zoom-image {margin: 0 0 25px 0; position: relative}
.exi-doc .zoom-image img{width: 430px; height: 320px; display: block; margin: 0; padding: 0}
.exi-doc .zoom-image .post-title{margin: 22px 0 12px}
.exi-doc .zoom-image .zoom-image-cont{ max-height: 320px;margin: 0; padding: 0; background: #eee; width: 430px ;overflow: hidden; position: relative}

.exi-doc .zoom-image .zoom-image-cont img{position: relative; z-index: 1}
.exi-doc .zoom-image .arrow-l2{position: absolute; left: 0; top: 0; width: 215px;  height: 320px; cursor: pointer; z-index: 2; display: none}
.exi-doc .zoom-image .arrow-r2{position: absolute; right: 0; top: 0; width: 215px;  height: 320px; cursor: pointer; z-index: 2; display: none}

.thankyou .short-talks a{font-style: normal}

.talks-about{padding: 0 0 0 0}


.bottom-shadow{
	position: fixed;
	width:90%;
	height: 90px;
	display: block;
	bottom: 0;
	left: 0;
	background: url(images/bottom-shadow.png) 0 0% repeat-x ;
	z-index: 99;
	display: none
}

/* Blog Content */
.blog-header{
	display: block;
	width: 100%;
	top:0;
	overflow: hidden
}
.blog-header .d-desktop{
	display: block
}
.blog-header .d-mobile{
	display: none
}
.blog-header .blog-title{
	margin: 18px 0 0 0;
	cursor: default;
	color: #555;
}

.blog-header .blog-title h1{
	font-size: 15px; 
	line-height: 17px;
	margin: 0 0 7px 0;
	padding: 0;
	color:#4E5052;
	font-weight: bold
}

.blog-header .blog-title h3{
	color: #727272;
	margin: 0;
	padding: 0;
	line-height: 13px;
	margin: 0 0 0 3px;
}
.blog-header .blog-title h4{
	font-size: 9.5px;
	line-height: 13px;
	margin: 0 0 0 3px;
	padding: 0
}
.blog-header .mobile-arrow{display: none; visibility: hidden}
.blog-back{
	margin: -18px 0 0 0;
	height: 20px;
	text-align: right;
	display: block;
	width: 100%;
}
.blog-back a{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	
}
.blog-content{
	display: block;
	width: 100%;
	margin:20px 0 0 0;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.blog-content #move-up{
	position: absolute;
	height: 190px;
	width: 580px;
	display: block;
	top: 0;
	right: 0;
	background: url(images/trans.png) 0 0 repeat;
	cursor:url(images/arrow-t.png)  0 0, default; 
}

.blog-content #move-down{
	position: absolute;
	height: 190px;
	width: 580px;
	display: block;
	bottom: 0;
	right: 0;
	background: url(images/trans.png) 0 0 repeat;
	cursor:url(images/arrow-d.png)  0 0, default; 
}
.blog-content #move-up-bu{
	position: absolute;
	height: 190px;
	width: 430px;
	display: block;
	top: 0;
	left: 0;
	background: url(images/trans.png) 0 0 repeat;
	cursor:default; 
}

.blog-content #move-down-bu{
	position: absolute;
	height: 190px;
	width: 430px;
	display: block;
	bottom: 0;
	left: 0;
	background: url(images/trans.png) 0 0 repeat;
	cursor:default; 
}
.blog-content li.post{
	height: 430px;
	width: 100%;
	overflow: hidden;
	font-style: italic;
	line-height: 15px;
	position: relative;
	
}
.blog-content li.post p{
	padding: 0 0 7px 0
}
.blog-content li.post h5{
	font-style: normal;
	line-height: 12px;
	
}
.blog-content li.post .col-left{
	float: left;
	width: 25%;
	padding: 0 5% 0 0;
	max-width: 220px;
}
.blog-content li.post .col-right{
	float: right;
	width: 70%;
	max-width: 580px;
	height: 100%;
}
.blog-content li.post .col-right img{
	display: block;
	width: 580px;
	height: 430px;
}

/* Navigation Menu */
.vb-nav{
	position:absolute;
	z-index: 100;
	width: 163px;
	margin: 0 0 0 0;
	right: 0;

}
.menu-vb-menu-hk-container,
.menu-vb-menu-cn-container,
.menu-vb-menu-container {
	position: relative;
	margin: 52px 0 0 38px;
	clear: both;
	float: none
	
}
.menu-vb-menu-hk-container > ul > li >a,
.menu-vb-menu-cn-container > ul > li >a,
.menu-vb-menu-container > ul > li >a{
	cursor: pointer
}

.menu-vb-menu-hk-container a,
.menu-vb-menu-cn-container a,
.menu-vb-menu-container a{
	text-decoration: none;
	font-style: normal;
} 
.menu-vb-menu-hk-container li,
.menu-vb-menu-cn-container li,
.menu-vb-menu-container li {
	position: relative;
	font-size: 13.5px;
    line-height: 18px;
    padding-bottom: 18px;
}
.menu-vb-menu-hk-container li a,
.menu-vb-menu-cn-container li a,
.menu-vb-menu-container li a{
	position: relative;
	z-index: 2;
}
.menu-vb-menu-hk-container li ul.sub-menu,
.menu-vb-menu-cn-container li ul.sub-menu,
.menu-vb-menu-container li ul.sub-menu{
	position: absolute;
	display: none;
	width: 120px;
	text-align: right;
	right: 0;
	top:2px;
	opacity: 1;
	margin: 0;
	padding: 0 155px 0 0;
	z-index: 1

}
.menu-vb-menu-hk-container li:hover ul.sub-menu,
.menu-vb-menu-cn-container li:hover ul.sub-menu,
.menu-vb-menu-container li:hover ul.sub-menu{
	display: block;
	opacity: 1;
}
.menu-vb-menu-hk-container > ul > li:hover > a,
.menu-vb-menu-cn-container > ul > li:hover > a,
.menu-vb-menu-container > ul > li:hover > a{
	color: #000
}
.menu-vb-menu-hk-container  li ul.sub-menu li,
.menu-vb-menu-cn-container  li ul.sub-menu li,
.menu-vb-menu-container li ul.sub-menu li{
	font-size:12px; 
	line-height: 15px;
	padding: 0 0 3px 0;
	margin: 0;
}
.menu-vb-menu-hk-container li ul.sub-menu li a,
.menu-vb-menu-cn-container li ul.sub-menu li a,
.menu-vb-menu-container li ul.sub-menu li a{
	font-style: italic;
}
.menu-vb-menu-hk-container li a.active,
.menu-vb-menu-cn-container li a.active,
.menu-vb-menu-container li a.active{color: #000}

li.current-menu-item > a{color: #000}

li.current-menu-parent > a{color: #000}

.menu a.unclickable:hover{cursor: default}


/* wpcf7 */
#talk-form{
	margin: 90px 0  0 0;

}
#talk-form li{
	display: none;
		padding: 0 0 30px 0;
}
#talk-form .wpcf7-form{
	padding: 0 0 120px 0;
}

.wpcf7-form{
	margin: 0 0 0 0
}

.wpcf7-form input[type="checkbox"]{
	margin: 0 0 0 -1px;
}
.wpcf7-form i{
	text-decoration: underline;

}
.wpcf7-form .hidden{height: 0; overflow: hidden}

.wpcf7-form .label{
	margin: 0 0 2px 0;
	list-style: none
}
.wpcf7-form .label span{
	color: #CD001E;
	padding: 0 0 0 2px;
}
.wpcf7-form .value{
	margin: 0 0 8px 0
}
.wpcf7-form .checkbox{
	margin: 0 0 5px 0
}
.wpcf7-form #recaptcha_widget_div{
	margin: 0 0 10px 0
}
.wpcf7-form input[type="checkbox"]{
	margin: 0 8px 0 0
}
.wpcf7-form input[type="submit"]{
	background: none;
	padding: 0;
	margin: 20px 0 0 0;
	border: 0;
	font-style: italic;
	text-decoration: underline;
	font-size: 16px;
}
.wpcf7-form input[type="submit"]:hover{
	cursor: pointer;
	color: #000
}
.wpcf7-form span.wpcf7-list-item{margin: 0 -3px 0 0; padding: 0; }
.wpcf7-form .checkbox-newsletter-yes .wpcf7-list-item-label{display: none}
.wpcf7-form .checkbox-newsletter-no .wpcf7-list-item-label{display: none}
.wpcf7-form  .checkbox-hidden{height: 0; overflow: hidden}

.result-table{width: 728px; overflow: hidden; display: block; margin: 100px auto}
.result-table h2{margin: 0 0 30px 0}
.result-table ul{display: block; overflow: hidden; width: 100%; padding: 10px 0 ; border-bottom: 1px solid #000}
.result-table ul li.col-left{font-weight: bold; width: 48%; float: left}
.result-table ul li.col-right{font-weight: normal; width: 48%; float: right; text-align: right}
.result-table ul li.col-right span{font-size: 16px; color: #000; padding: 0 0 0 5px; font-style: italic}

/* Press */
a.login-button{
	font-size: 16px;
	line-height: 17px;
}
.press-page input[type="submit"]{
	background: none;
	padding: 0;
	margin: 20px 0 0 0;
	border: 0;
	font-style: italic;
	text-decoration: underline;
	font-size: 16px;
}
.press-page input[type="submit"]:hover{
	cursor: pointer;
	color: #000
}
.press-page .input{margin: 4px 0 0 0; display: block; }
/* Footer */
footer{
	
}


/* Minimum width of 768 pixels. */
@media screen and (max-width: 768px) {
	body .site {
		min-width: 768px;
	}

}

