/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: ;
	src: format("embedded-opentype"), format("woff2"), format("woff"), format("truetype"), format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
	-ms-transform: scale(-1,1);
	transform: scale(-1,1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
	-ms-transform: scale(1,-1);
	transform: scale(1,-1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,.fa-users:before {
	content: "";
}

.fa-chain:before,.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,.fa-scissors:before {
	content: "";
}

.fa-copy:before,.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,.fa-sort:before {
	content: "";
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "";
}

.fa-legal:before,.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,.fa-usd:before {
	content: "";
}

.fa-rupee:before,.fa-inr:before {
	content: "";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "";
}

.fa-won:before,.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: "";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,.fa-car:before {
	content: "";
}

.fa-cab:before,.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
	content: "";
}

.fa-ge:before,.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,.fa-weixin:before {
	content: "";
}

.fa-send:before,.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

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

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

*,:before,:after {
	box-sizing: border-box;
}

html,body {
	padding: 0;
	margin: 0;
}

.hide {
	display: none;
}

.text-center {
	text-align: center;
}

body {
	font-family: helvetica, arial, "Hiragino Kaku Gothic ProN", meiryo, "ms pgothic", sans-serif;
	font-weight: 300;
	background-color: #fff;
}

#page {
	overflow: hidden;
}

.grid-container,#main,.site-header,.main-navigation .menu-all-pages-container,#secondary-sidebar,#footer-widgets,#after-header-widgets .widget_recent_entries,#after-header-widgets .menu-circle-menu-container ul {
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.grid-container::after,#main::after,.site-header::after,.main-navigation .menu-all-pages-container::after,#secondary-sidebar::after,#footer-widgets::after,#after-header-widgets .widget_recent_entries::after,#after-header-widgets .menu-circle-menu-container ul::after {
	clear: both;
	content: "";
	display: block;
}

@media only screen and (min-width: 1081px) {
	.grid-container,#main,.site-header,.main-navigation .menu-all-pages-container,#secondary-sidebar,#footer-widgets,#after-header-widgets .widget_recent_entries,#after-header-widgets .menu-circle-menu-container ul {
		width: 1080px;
	}
}

@media only screen and (max-width: 600px) {
	.grid-container,#main,.site-header,.main-navigation .menu-all-pages-container,#secondary-sidebar,#footer-widgets,#after-header-widgets .widget_recent_entries,#after-header-widgets .menu-circle-menu-container ul {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.clearfix:after,.widget-banners:after,.entry-content:after,.main-navigation ul:after,.main-small-navigation ul:after,#after-header-widgets .menu-circle-menu-container ul:after,#tix-attendees ul.tix-attendee-list:after {
	content: "";
	display: block;
	clear: both;
}

.assistive-text {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}

.main-navigation .menu-all-pages-container>.menu>li.menu-item-has-children>a:after,.main-small-navigation .menu-all-pages-container>.menu>li.right>a:before,.main-small-navigation .menu-all-pages-container>.menu>li>.sub-menu>li>.sub-menu>li>a:before,.main-small-navigation .sub-menu a:before,.main-small-navigation .menu-toggle:before,.main-navigation .menu .right>a:before,.main-small-navigation .menu .right>a:before,#after-header-widgets .menu-line-menu-container .menu-item-has-children>a::after {
	display: inline-block;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
}

.comment a:link,p.logged-in-as a:link,.comment a:visited,p.logged-in-as a:visited {
	color: #025392;
	text-decoration: underline;
}

.comment a:hover,p.logged-in-as a:hover,.comment a:active,p.logged-in-as a:active {
	color: #28b1c4;
	text-decoration: none;
}

.tix-attendee-form input[type=text],.tix-attendee-form input[type=url],.tix-attendee-form input[type=email],.entry-content #tix-coupon-input {
	border: 1px solid #ddd;
	color: #444;
	padding: 4px 5px;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	border-radius: 2px;
	font-size: 14px;
}

.tix-attendee-form input[type=text]+input,.tix-attendee-form input[type=url]+input,.tix-attendee-form input[type=email]+input,.entry-content #tix-coupon-input+input {
	margin-left: .5em;
}

@keyframes hovering {
	0% {
		transform: translate(0,0px);
	}
	
	50% {
		transform: translate(0,4%);
	}
	
	100% {
		transform: translate(0,0px);
	}
}

@keyframes slideIn {
	0% {
		transform: translate(2000px,-800px);
	}
	
	60% {
		transform: translate(1950px,-780px);
	}
	
	100% {
		transform: translate(0,0);
	}
}

.site-header:after {
	animation-name: slideIn, hovering;
	animation-duration: 6s, 3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-delay: 1s, 7s;
	animation-iteration-count: 1, infinite;
	animation-direction: normal, normal;
	animation-fill-mode: backwards, none;
	transform: translate3d(0,0,0);
}

.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	margin: .8075em 0;
	text-align: center;
	font-size: 15px;
}

.wp-caption-text a {
	font-size: 15px;
}

.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-icon {
	padding: 0;
	background: none;
	margin-bottom: 10px;
}

.gallery-caption {
	display: block;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,iframe,object {
	max-width: 100%;
}

.entry-content {
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
}

body[class*="-en"] .entry-content,body.category-english .entry-content {
	font-size: 17px;
}

.entry-content>:first-child {
	margin-top: 0 !important;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
	margin: 40px 0 30px;
	font-weight: 300;
	line-height: 1.5;
}

@media only screen and (max-width: 600px) {
	.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
		margin: 30px 0 20px;
	}
}

.entry-content h1 {
	font-size: 28px;
	line-height: 1.4;
	margin: 0 0 40px;
	padding: 0 .2em;
	border-bottom: 2px solid #28b1c4;
}

@media only screen and (max-width: 600px) {
	.entry-content h1 {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

.entry-content h2 {
	font-size: 25px;
	padding: 5px 10px 5px 15px;
	border-left: 5px solid #28b1c4;
	background: rgba(48,148,233,0.18);
	line-height: 1.4;
}

@media only screen and (max-width: 600px) {
	.entry-content h2 {
		font-size: 18px;
	}
}

.entry-content h3 {
	line-height: 1.4;
	font-size: 20px;
	border-bottom: 1px solid #28b1c4;
}

@media only screen and (max-width: 600px) {
	.entry-content h3 {
		font-size: 16px;
	}
}

.entry-content h4 {
	font-size: 18px;
	padding: 5px 10px;
	background: rgba(48,148,233,0.18);
}

@media only screen and (max-width: 600px) {
	.entry-content h4 {
		font-size: 16px;
	}
}

.entry-content h5 {
	border-left: 2px solid #28b1c4;
	padding: 2px 0 2px 10px;
	font-size: 16px;
}

.entry-content h6 {
	font-weight: bold;
	font-size: 16px;
}

.entry-content img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.entry-content iframe {
	max-width: 100%;
}

.entry-content>p {
	margin: 2em 0;
}

.entry-content p.interviewer {
	color: #444;
}

.entry-content blockquote {
	margin: 40px 0;
	box-sizing: border-box;
	border-left: 3px solid #28b1c4;
	padding: 10px 10px 10px 30px;
}

@media only screen and (max-width: 600px) {
	.entry-content blockquote {
		margin: 30px 0;
	}
}

.entry-content blockquote p {
	margin: 1em 0;
}

.entry-content blockquote p:first-child {
	margin-top: 0;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.entry-content blockquote {
		border-left-width: 2px;
		padding-left: .7em;
	}
}

.entry-content pre {
	margin: 40px 0;
	padding: 1em;
	background: #ccc;
	overflow-x: scroll;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

@media only screen and (max-width: 600px) {
	.entry-content pre {
		margin: 30px 0;
	}
}

.entry-content code,.entry-content kbd {
	display: inline-block;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 2px;
	margin: 0 2px;
}

.entry-content ul,.entry-content dl,.entry-content ol {
	margin: 40px 0;
}

@media only screen and (max-width: 600px) {
	.entry-content ul,.entry-content dl,.entry-content ol {
		margin: 30px 0;
	}
}

.entry-content ul,.entry-content ol {
	padding: 0 0 0 2em;
}

.entry-content ul li,.entry-content ol li {
	list-style-position: outside;
}

.entry-content ul ul {
	margin-top: 0;
}

.entry-content ol ol {
	margin-top: 0;
}

.entry-content dl {
	padding-left: 0;
}

.entry-content dl dt {
	padding: 5px 10px;
	border-left: 2px solid #28b1c4;
	background: rgba(48,148,233,0.18);
	line-height: 1.1;
	font-weight: 300;
}

.entry-content dl dd {
	margin: 20px 0 30px .8em;
}

.entry-content hr {
	margin: 60px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(to left,transparent,rgba(255,255,255,0.9),transparent);
	background: linear-gradient(to left,transparent,rgba(255,255,255,0.9),transparent);
}

@media only screen and (max-width: 782px) {
	.entry-content hr {
		margin: 50px 0;
	}
}

@media only screen and (max-width: 600px) {
	.entry-content hr {
		margin: 40px 0;
	}
}

.entry-content a {
	color: #28b1c4;
}

.entry-content table {
	margin: 40px 0;
	max-width: 100%;
	overflow-x: scroll;
	table-layout: auto;
	border-collapse: collapse;
}

@media only screen and (max-width: 600px) {
	.entry-content table {
		margin: 30px 0;
	}
}

.entry-content table.fixed {
	table-layout: fixed;
}

.entry-content table th,.entry-content table td {
	padding: .9em 1em;
	border: 1px solid #999;
	text-align: left;
	font-weight: 300;
}

.entry-content table thead th {
	text-align: center;
	background: #ccc;
}

@media only screen and (max-width: 600px) {
	.entry-content table {
		width: 100%;
	}
	
	.entry-content table tr {
		margin-bottom: 10px;
	}
	
	.entry-content table td {
		border-top: none;
	}
	
	.entry-content table tr,.entry-content table th,.entry-content table td {
		display: block;
	}
	
	.entry-content table tr.th-title,.entry-content table th.th-title,.entry-content table td.th-title {
		background: #ccc;
	}
	
	.entry-content table thead {
		display: none;
	}
}

.entry-content .gallery-row {
	margin-right: auto;
	margin-left: auto;
}

.site-content .wp-post-image {
	display: block;
	margin: 40px auto 0;
	width: auto;
	height: auto;
	max-width: 100%;
}

.single-wcb_sponsor .site-content .wp-post-image,.single-wcb_session .site-content .wp-post-image {
	display: none;
}

.site-content .wp-post-image+article {
	padding-top: 40px;
}

.page-slug-sponsors .wcorg-sponsor-description .wp-post-image {
	display: none;
}

article.hentry,article.error404 {
	margin: 0 auto;
	background-color: rgba(255,255,255,0.1);
	border-radius: 5px;
	padding: 90px 0;
	max-width: 850px;
}

@media only screen and (max-width: 782px) {
	article.hentry,article.error404 {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 600px) {
	article.hentry,article.error404 {
		padding: 30px 0;
	}
}

article.hentry>:last-child,article.error404>:last-child {
	margin-bottom: 0;
}

article.hentry+article.hentry,article.error404+article.hentry,article.hentry+article.error404,article.error404+article.error404 {
	border-top: 1px solid #eee;
}

.entry-header {
	margin-bottom: 30px;
	font-size: 12px;
}

@media only screen and (max-width: 600px) {
	.entry-header {
		margin-bottom: 30px;
	}
}

.entry-header a {
	text-decoration: none;
	color: #000;
}

.entry-header a:hover,.entry-header a:active,.entry-header a:focus {
	text-decoration: underline;
}

.entry-title {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 15px;
	padding: 0 0 .2em;
	border-bottom: 3px solid #28b1c4;
}

@media only screen and (max-width: 600px) {
	.entry-title {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

.entry-content {
	overflow: visible;
	padding-bottom: 10px;
}

.entry-content input[type=text],.entry-content input[type=email],.entry-content input[type=password],.entry-content input[type=url],.entry-content textarea {
	padding: 5px;
	font-size: 16px;
}

.entry-content .sharedaddy {
	margin-top: 60px;
}

footer.entry-meta {
	font-size: 14px;
	margin: 40px 0;
}

@media only screen and (max-width: 600px) {
	footer.entry-meta {
		margin: 30px 0;
	}
}

footer.entry-meta a {
	color: #fc4381;
}

#comments {
	margin: 40px 0;
}

@media only screen and (max-width: 600px) {
	#comments {
		margin: 30px 0;
	}
}

.btn,.pushbutton-wide,#tix p input[type=submit],.comment-respond input[type=submit] {
	background: #1d909d;
	box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.1);
	transition: color .3s 0 linear, background-color .3s 0 linear, box-shadow .3s 0 linear;
	border-radius: 28px;
	box-sizing: border-box;
	display: inline-block;
	height: 56px;
	line-height: 56px;
	min-width: 150px;
	text-align: center;
	text-decoration: none;
	padding: 0 40px;
	margin: 10px auto;
	-webkit-appearance: none;
}

.btn.full,.full.pushbutton-wide,#tix p input.full[type=submit],.comment-respond input.full[type=submit] {
	width: 100%;
}

.btn.disabled,.disabled.pushbutton-wide,#tix p input.disabled[type=submit],.comment-respond input.disabled[type=submit] {
	cursor: not-allowed;
}

input.btn,input.pushbutton-wide,#tix p input[type=submit],.comment-respond input[type=submit] {
	cursor: pointer;
}

a.btn:link,a.pushbutton-wide:link,a.btn:visited,a.pushbutton-wide:visited {
	background: #1d909d;
	color: #fff;
}

a.btn:hover,a.pushbutton-wide:hover,a.btn:active,a.pushbutton-wide:active {
	background: #349ba7;
	color: #fff;
}

a.btn:active,a.pushbutton-wide:active {
	box-shadow: 0 0 0 0 transparent;
}

a.btn.hollow,a.hollow.pushbutton-wide {
	border: 1px solid #28b1c4;
}

a.btn.hollow:link,a.hollow.pushbutton-wide:link,a.btn.hollow:visited,a.hollow.pushbutton-wide:visited {
	color: #28b1c4;
	background: transparent;
}

a.btn.hollow:hover,a.hollow.pushbutton-wide:hover,a.btn.hollow:active,a.hollow.pushbutton-wide:active {
	background: transparent;
	color: #1d909d;
	border-color: #1d909d;
}

a.btn.disabled,a.disabled.pushbutton-wide {
	pointer-events: none;
}

a.btn.disabled:link,a.disabled.pushbutton-wide:link,a.btn.disabled:visited,a.disabled.pushbutton-wide:visited,a.btn.disabled:active,a.disabled.pushbutton-wide:active {
	background-color: #ccc;
}

input.btn,input.pushbutton-wide,#tix p input[type=submit],.comment-respond input[type=submit] {
	display: inline-block;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #1d909d;
}

input.btn:hover,input.pushbutton-wide:hover,#tix p input[type=submit]:hover,.comment-respond input[type=submit]:hover {
	background: #349ba7;
	color: #fff;
}

input.hollow.btn,input.hollow.pushbutton-wide,#tix p input.hollow[type=submit],.comment-respond input.hollow[type=submit] {
	border: 1px solid #28b1c4;
	background: transparent;
}

input.hollow.btn:hover,input.hollow.pushbutton-wide:hover,#tix p input.hollow[type=submit]:hover,.comment-respond input.hollow[type=submit]:hover {
	border-color: #1d909d;
	color: #1d909d;
}

input.disabled.btn,input.disabled.pushbutton-wide,#tix p input.disabled[type=submit],.comment-respond input.disabled[type=submit] {
	pointer-events: none;
	background-color: #ccc;
}

body {
	background-repeat: no-repeat;
	background-image: none;
}

@media only screen and (min-width: 1081px) {
	body {
		background-repeat: no-repeat, repeat-x;
	}
}

.site-header {
	padding: 0;
	position: relative;
	width: 100%;
	height: auto;
}

.site-header::before {
	position: absolute;
	animation: satellite 60s linear 2s infinite;
	content: '';
	display: block;
	background-image: url('//wctokyo2017.github.io/wct2017/assets/images/satellite.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 24.11765px;
	height: 30.58824px;
	left: -82px;
	top: -208px;
	z-index: 40;
}

@keyframes satellite {
	0% {
		top: 20vw;
		left: -82px;
	}
	
	50%,100% {
		top: -208px;
		left: 38%;
	}
}

@media only screen and (min-width: 500px) {
	.site-header::before {
		width: 29.28571px;
		height: 37.14286px;
	}
}

@media only screen and (min-width: 600px) {
	.site-header::before {
		width: 35.65217px;
		height: 45.21739px;
	}
}

@media only screen and (min-width: 782px) {
	.site-header::before {
		width: 43.15789px;
		height: 54.73684px;
	}
}

@media only screen and (min-width: 1081px) {
	.site-header::before {
		width: 58.57143px;
		height: 74.28571px;
	}
}

.site-header:after {
	content: "";
	position: absolute;
	display: block;
	background: url('//wctokyo2017.github.io/wct2017/assets/images/with-wapuu.svg') center center no-repeat;
	background-size: contain;
	top: 125px;
	width: 160px;
	height: 108px;
	z-index: 200;
	left: 50%;
	margin-left: 300px;
}

@media only screen and (max-width: 960px) {
	.site-header:after {
		top: 45px;
		width: 100px;
		margin-left: -50px;
		height: 67px;
	}
}

.site-description {
	display: none;
}

.site-title {
	position: relative;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	width: 100%;
	background-image: url('//wctokyo2017.github.io/wct2017/assets/images/header-bg.svg'), url('//wctokyo2017.github.io/wct2017/assets/images/cloud.svg'), url('//wctokyo2017.github.io/wct2017/assets/images/wct2017-logo.svg'), url('//wctokyo2017.github.io/wct2017/assets/images/wct2017-theme.svg'), url('//wctokyo2017.github.io/wct2017/assets/images/wct2017-date.svg');
	background-position: 50% -100%, 50% 35px, 50% 168px, 50% 290px, 50% 340px;
	background-size: auto, auto, 344.66667px, 56px, 313.33333px;
	height: 647px;
	width: 1500px;
	margin: 0 calc((100vw - 1500px) / 2);
	top: 0;
	z-index: 30;
}

.site-title a {
	color: transparent;
	display: block;
	font: 0/0 a;
	height: 100%;
	width: 100%;
}

@media only screen and (min-width: 600px) {
	.site-title {
		background-position: 50% -100%, 50% 35px, 50% 112px, 50% 290px, 50% 340px;
		background-size: auto, auto, 517px, 84px, 470px;
	}
}

.site-title::before {
	content: '';
	display: block;
	height: 160px;
	width: 137px;
	background-image: url('//wctokyo2017.github.io/wct2017/assets/images/ferris-wheel.svg');
	background-repeat: no-repeat;
	position: absolute;
	right: 455px;
	bottom: 61px;
}

.site-title::after {
	content: '';
	display: block;
	height: 84px;
	width: 121px;
	background-image: url('//wctokyo2017.github.io/wct2017/assets/images/kaminarimon.svg');
	background-repeat: no-repeat;
	position: absolute;
	right: 400px;
	bottom: 56px;
}

[class*='-en '] .site-title,[class$='-en'] .site-title {
	background-image: url('//wctokyo2017.github.io/wct2017/assets/images/header-bg.svg'), url('//wctokyo2017.github.io/wct2017/assets/images/cloud.svg'), url('//wctokyo2017.github.io/wct2017/assets/images/wct2017-logo.svg'), url('//wctokyo2017.github.io/wct2017/assets/images/wct2017-theme.svg'), url('//wctokyo2017.github.io/wct2017/assets/images/wct2017-date-en.svg');
}

body {
	padding-top: 40px;
}

@media only screen and (min-width: 600px) {
	body {
		padding-top: 50px;
	}
}

.siteheader {
	position: relative;
}

.main-navigation,.main-small-navigation {
	background: #1d909d;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}

.main-navigation a,.main-small-navigation a,.main-small-navigation .menu-toggle {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	box-sizing: border-box;
	display: block;
	height: 40px;
	letter-spacing: 1px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 600px) {
	.main-navigation a,.main-small-navigation a,.main-small-navigation .menu-toggle {
		height: 50px;
		line-height: 50px;
	}
}

.main-navigation a:link,.main-small-navigation a:link,.main-small-navigation .menu-toggle:link,.main-navigation a:visited,.main-small-navigation a:visited,.main-small-navigation .menu-toggle:visited {
	color: #fff;
	text-decoration: none;
}

.main-navigation a:hover,.main-small-navigation a:hover,.main-small-navigation .menu-toggle:hover,.main-navigation a:active,.main-small-navigation a:active,.main-small-navigation .menu-toggle:active {
	color: #fff;
	text-decoration: none;
}

.main-small-navigation .menu-all-pages-container {
	max-height: 400px;
	max-height: calc(100vh - 40px);
}

.main-navigation,.main-small-navigation {
	background: #1d909d;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 40px;
}

.admin-bar .main-navigation,.admin-bar .main-small-navigation {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .main-navigation,.admin-bar .main-small-navigation {
		top: 46px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1050px) {
	.main-navigation,.main-small-navigation {
		height: auto;
	}
}

@media only screen and (min-width: 1051px) {
	.main-navigation,.main-small-navigation {
		height: 50px;
	}
}

.main-navigation ul,.main-small-navigation ul {
	padding: 0;
	margin: 0;
}

.main-navigation ul li,.main-small-navigation ul li {
	list-style: none;
}

.main-navigation .menu-all-pages-container,.main-small-navigation .menu-all-pages-container {
	position: relative;
	padding: 0;
}

.main-navigation .menu-all-pages-container>.menu>li,.main-small-navigation .menu-all-pages-container>.menu>li {
	position: relative;
}

.main-navigation .menu-all-pages-container>.menu>li:hover,.main-navigation .menu-all-pages-container>.menu>li:active,.main-small-navigation .menu-all-pages-container>.menu>li:hover,.main-small-navigation .menu-all-pages-container>.menu>li:active {
	background-color: rgba(255,255,255,0.1);
}

.main-navigation .menu-all-pages-container>.menu>li.right,.main-small-navigation .menu-all-pages-container>.menu>li.right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 599px) {
	.main-navigation .menu-all-pages-container>.menu>li.right,.main-small-navigation .menu-all-pages-container>.menu>li.right {
		bottom: auto;
	}
}

.main-navigation .menu-all-pages-container>.menu>li:hover>.sub-menu,.main-small-navigation .menu-all-pages-container>.menu>li:hover>.sub-menu {
	display: block;
}

.main-navigation .menu-all-pages-container {
	height: 40px;
	width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1050px) {
	.main-navigation .menu-all-pages-container {
		height: auto;
	}
}

@media only screen and (min-width: 1051px) {
	.main-navigation .menu-all-pages-container {
		height: 50px;
	}
}

.main-navigation .menu-all-pages-container>.menu {
	display: block;
}

.main-navigation .menu-all-pages-container>.menu>li {
	height: 40px;
	display: inline-block;
	float: left;
}

@media only screen and (min-width: 600px) and (max-width: 1050px) {
	.main-navigation .menu-all-pages-container>.menu>li {
		height: auto;
	}
}

@media only screen and (min-width: 1051px) {
	.main-navigation .menu-all-pages-container>.menu>li {
		height: 50px;
	}
}

@media only screen and (max-width: 600px) {
	.main-navigation .menu-all-pages-container>.menu>li {
		display: none;
	}
}

.main-navigation .menu-all-pages-container>.menu>li.menu-item-has-children>a {
	padding-top: 1px;
}

.main-navigation .menu-all-pages-container>.menu>li.menu-item-has-children>a:after {
	border-radius: 50%;
	font-size: 8px;
	transition: .6s;
	padding: 0;
	height: 8px;
	line-height: 8px;
	width: 8px;
	content: "";
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	margin-left: .5em;
	vertical-align: middle;
}

.main-navigation .menu-all-pages-container>.menu>li.menu-item-has-children>a:hover:after {
	-ms-transform: rotate(270deg);
	transform: rotateZ(270deg);
}

.main-navigation .menu-all-pages-container>.menu>li>.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: auto;
}

@media only screen and (min-width: 600px) and (max-width: 1050px) {
	.main-navigation .menu-all-pages-container>.menu>li>.sub-menu {
		height: auto;
		top: 100%;
	}
}

@media only screen and (min-width: 1051px) {
	.main-navigation .menu-all-pages-container>.menu>li>.sub-menu {
		height: 50px;
		top: 50px;
	}
}

.main-navigation .menu-all-pages-container>.menu>li>.sub-menu>li {
	width: auto;
	white-space: nowrap;
	position: relative;
}

.main-navigation .menu-all-pages-container>.menu>li>.sub-menu>li>.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}

.main-navigation .menu-all-pages-container>.menu>li>.sub-menu>li:hover>.sub-menu {
	display: block;
}

.main-navigation .menu-all-pages-container>.menu>li.right>.sub-menu {
	left: auto;
	right: 0;
}

.main-navigation .menu-all-pages-container>.menu>li.right>.sub-menu>li>.sub-menu {
	left: auto;
	right: 100%;
}

.main-small-navigation .menu-all-pages-container {
	z-index: 10;
	position: relative;
	top: -40px;
	padding-top: 40px;
	overflow-y: scroll;
}

@media only screen and (min-width: 600px) {
	.main-small-navigation .menu-all-pages-container {
		top: -50px;
		padding-top: 50px;
		max-height: calc(100vh - 50px);
	}
}

.main-small-navigation .menu-all-pages-container>.menu>li {
	display: none;
	background: #1d909d;
	border-top: 1px solid #b4dee5;
	border-bottom: 1px solid #0a6063;
	position: relative;
	width: auto;
}

.main-small-navigation .menu-all-pages-container>.menu>li:hover,.main-small-navigation .menu-all-pages-container>.menu>li:active {
	background-color: #28b1c4;
}

.main-small-navigation .menu-all-pages-container>.menu>li:first-child {
	border-top: 1px solid #0a6063;
}

.main-small-navigation .menu-all-pages-container>.menu>li:last-child {
	border-bottom: none;
}

.main-small-navigation .menu-all-pages-container>.menu>li.right {
	background-color: #fc4482;
	display: inline-block;
	text-align: center;
	width: 50%;
}

.main-small-navigation .menu-all-pages-container>.menu>li.right>a:before {
	content: "";
	margin-right: .5em;
}

.main-small-navigation .menu-all-pages-container>.menu>li>.sub-menu>li:first-child {
	border-top: 1px solid #0a6063;
}

.main-small-navigation .menu-all-pages-container>.menu>li>.sub-menu>li>.sub-menu>li:first-child {
	border-top: 1px solid #0a6063;
}

.main-small-navigation .menu-all-pages-container>.menu>li>.sub-menu>li>.sub-menu>li>a:before {
	content: "";
	color: transparent;
	margin-right: .5em;
}

.main-small-navigation .sub-menu a:before {
	content: "";
	font-size: 7px;
	line-height: 8px;
	height: 8px;
	margin-right: 1em;
	vertical-align: middle;
}

.main-small-navigation .menu-toggle {
	position: relative;
	z-index: 11;
	width: 50%;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}

.main-small-navigation .menu-toggle:before {
	content: "";
	margin-right: .5em;
}

.main-small-navigation .menu-toggle.toggled-on:before {
	content: "";
}

.main-small-navigation .menu-toggle.toggled-on+div+.menu-all-pages-container .menu>li {
	display: block;
}

.main-small-navigation .menu-toggle.toggled-on+div+.menu-all-pages-container .menu>li:last-child {
	border-bottom: none;
}

.main-small-navigation .menu-toggle.toggled-on+div+.menu-all-pages-container .menu>li.right li {
	display: none;
}

.main-small-navigation .menu {
	display: block !important;
}

@media only screen and (min-width: 600px) and (max-width: 1050px) {
	.main-navigation .menu,.main-small-navigation .menu {
		padding-right: 120px;
	}
}

.main-navigation .menu .right>a,.main-small-navigation .menu .right>a {
	background: #fc4482;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
}

.main-navigation .menu .right>a:hover,.main-navigation .menu .right>a:active,.main-small-navigation .menu .right>a:hover,.main-small-navigation .menu .right>a:active {
	background-color: #fff;
	color: #fc4482;
}

.main-navigation .menu .right>a:before,.main-small-navigation .menu .right>a:before {
	border-radius: 50%;
	font-size: 16px;
	transition: .6s;
	padding: 0;
	height: 16px;
	line-height: 16px;
	width: 16px;
	content: "";
	margin-right: .5em;
}

@media only screen and (min-width: 600px) {
	.main-navigation .menu .right>a:before,.main-small-navigation .menu .right>a:before {
		display: none;
	}
}

@media only screen and (min-width: 600px) {
	.main-navigation .sub-menu,.main-small-navigation .sub-menu {
		border-radius: 0 0 5px 5px;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
	}
}

.main-navigation .sub-menu li,.main-small-navigation .sub-menu li {
	background: #1d909d;
	border-top: 1px solid #b4dee5;
	border-bottom: 1px solid #0a6063;
	position: relative;
	width: auto;
}

.main-navigation .sub-menu li:hover,.main-navigation .sub-menu li:active,.main-small-navigation .sub-menu li:hover,.main-small-navigation .sub-menu li:active {
	background-color: #28b1c4;
}

.main-navigation .sub-menu li:first-child,.main-small-navigation .sub-menu li:first-child {
	border-top: 1px solid #0a6063;
}

.main-navigation .sub-menu li:last-child,.main-small-navigation .sub-menu li:last-child {
	border-bottom: none;
}

@media only screen and (min-width: 600px) {
	.main-navigation .sub-menu li:first-child,.main-small-navigation .sub-menu li:first-child {
		border-top: none;
	}
	
	.main-navigation .sub-menu li:last-child,.main-small-navigation .sub-menu li:last-child {
		border-radius: 0 0 5px 5px;
	}
}

@media only screen and (max-width: 782px) {
	#wpadminbar {
		position: fixed;
	}
}

#main .site-navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 40px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 60px 0;
}

#main .site-navigation .nav-previous,#main .site-navigation .nav-next {
	-ms-flex: none;
	flex: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 782px) {
	#main .site-navigation .nav-previous,#main .site-navigation .nav-next {
		width: 50%;
	}
}

#main .site-navigation .nav-previous>a,#main .site-navigation .nav-next>a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width: 782px) {
	#main .site-navigation .nav-previous {
		border-right: 1px solid #eee;
		padding-right: 10px;
	}
}

#main .site-navigation .nav-previous .meta-nav {
	margin-right: 10px;
}

#main .site-navigation .nav-next {
	text-align: right;
}

@media only screen and (min-width: 782px) {
	#main .site-navigation .nav-next {
		padding-left: 10px;
	}
}

#main .site-navigation .nav-next>a {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#main .site-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

#main .site-navigation a {
	text-decoration: none;
	color: #28b1c4;
}

#main .site-navigation .meta-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: none;
	flex: none;
	height: 70px;
	width: 70px;
	border-radius: 100%;
	background-color: #28b1c4;
	color: #fff;
	text-decoration: none;
}

#primary-sidebar {
	display: none;
}

#primary-sidebar:after {
	content: "";
	clear: left;
	display: block;
}

#primary-sidebar .widget {
	width: 33%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
	#primary-sidebar .widget {
		width: auto;
		float: none;
	}
}

#primary-sidebar .widget img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#primary-sidebar .widget ul {
	padding: 0;
}

#primary-sidebar .widget ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary-sidebar .widget ul li a {
	display: block;
	padding: .9em 1em;
}

#primary-sidebar .widget ul li a:link,#primary-sidebar .widget ul li a:visited {
	border: 1px solid #28b1c4;
	color: #28b1c4;
}

#primary-sidebar .widget-title {
	font-family: "Julius Sans One", sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#primary-sidebar .widget-title:before,#primary-sidebar .widget-title:after {
	border-top: 1px solid #28b1c4;
	content: "";
	flex-grow: 1;
}

#primary-sidebar .widget-title:before {
	margin-right: 1rem;
}

#primary-sidebar .widget-title:after {
	margin-left: 1rem;
}

#primary-sidebar .widget:nth-child(3n+1) {
	clear: left;
}

.wcb_widget_sponsors .widget-title {
	text-align: center;
	font-family: "Julius Sans One", sans-serif;
	font-size: 36px;
	margin-bottom: 1em;
}

.widget-banners {
	margin: 40px 0;
}

.widget-banners-item {
	width: 33%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}

.widget-banners-link {
	display: block;
	transition: opacity .2s linear;
}

.widget-banners-link:hover {
	opacity: .85;
}

.widget-banners-link img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.widget-banners-link.disabled {
	position: relative;
}

.widget-banners-link.disabled img {
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.widget-banners-link.disabled:after {
	content: "COMING SOON";
	position: absolute;
	display: inline-block;
	padding: 10px;
	color: #FF4081;
	font-family: "Julius Sans One", sans-serif;
	font-size: 24px;
	text-shadow: 0 0 2px rgba(0,0,0,0.4);
	text-align: center;
	top: 50%;
	left: 50%;
	background: rgba(255,255,255,0.8);
	max-width: 80%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}

.sponsor-level {
	padding: 10px;
}

.sponsor-level:after {
	content: "";
	display: block;
	clear: left;
}

.sponsor-level-title {
	text-align: center;
	font-family: "Julius Sans One", sans-serif;
	font-size: 20px;
	margin: 0 0 20px;
}

.gold .sponsor-level-title,.tokyo-gold .sponsor-level-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.gold .sponsor-level-title:before,.gold .sponsor-level-title:after,.tokyo-gold .sponsor-level-title:before,.tokyo-gold .sponsor-level-title:after {
	border-top: 1px solid #C3A400;
	content: "";
	flex-grow: 1;
}

.gold .sponsor-level-title:before,.tokyo-gold .sponsor-level-title:before {
	margin-right: 1rem;
}

.gold .sponsor-level-title:after,.tokyo-gold .sponsor-level-title:after {
	margin-left: 1rem;
}

.silver .sponsor-level-title,.tokyo-silver .sponsor-level-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.silver .sponsor-level-title:before,.silver .sponsor-level-title:after,.tokyo-silver .sponsor-level-title:before,.tokyo-silver .sponsor-level-title:after {
	border-top: 1px solid silver;
	content: "";
	flex-grow: 1;
}

.silver .sponsor-level-title:before,.tokyo-silver .sponsor-level-title:before {
	margin-right: 1rem;
}

.silver .sponsor-level-title:after,.tokyo-silver .sponsor-level-title:after {
	margin-left: 1rem;
}

.bronze .sponsor-level-title,.tokyo-bronze .sponsor-level-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.bronze .sponsor-level-title:before,.bronze .sponsor-level-title:after,.tokyo-bronze .sponsor-level-title:before,.tokyo-bronze .sponsor-level-title:after {
	border-top: 1px solid #A46628;
	content: "";
	flex-grow: 1;
}

.bronze .sponsor-level-title:before,.tokyo-bronze .sponsor-level-title:before {
	margin-right: 1rem;
}

.bronze .sponsor-level-title:after,.tokyo-bronze .sponsor-level-title:after {
	margin-left: 1rem;
}

.tokyo-green .sponsor-level-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.tokyo-green .sponsor-level-title:before,.tokyo-green .sponsor-level-title:after {
	border-top: 1px solid #10909E;
	content: "";
	flex-grow: 1;
}

.tokyo-green .sponsor-level-title:before {
	margin-right: 1rem;
}

.tokyo-green .sponsor-level-title:after {
	margin-left: 1rem;
}

.in-kind .sponsor-level-title,.tools .sponsor-level-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.in-kind .sponsor-level-title:before,.in-kind .sponsor-level-title:after,.tools .sponsor-level-title:before,.tools .sponsor-level-title:after {
	border-top: 1px solid #B3DEE6;
	content: "";
	flex-grow: 1;
}

.in-kind .sponsor-level-title:before,.tools .sponsor-level-title:before {
	margin-right: 1rem;
}

.in-kind .sponsor-level-title:after,.tools .sponsor-level-title:after {
	margin-left: 1rem;
}

.sponsor-logo {
	display: block;
	box-sizing: border-box;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
}

.gold .sponsor-logo,.tokyo-gold .sponsor-logo {
	width: 50%;
}

@media only screen and (max-width: 600px) {
	.gold .sponsor-logo,.tokyo-gold .sponsor-logo {
		width: auto;
		float: none;
	}
}

.silver .sponsor-logo,.tokyo-silver .sponsor-logo {
	width: 33%;
}

@media only screen and (max-width: 600px) {
	.silver .sponsor-logo,.tokyo-silver .sponsor-logo {
		width: auto;
		float: none;
	}
}

.bronze .sponsor-logo,.tokyo-bronze .sponsor-logo {
	width: 25%;
}

@media only screen and (max-width: 600px) {
	.bronze .sponsor-logo,.tokyo-bronze .sponsor-logo {
		width: 50%;
	}
}

.in-kind .sponsor-logo,.tokyo-green .sponsor-logo,.tool .sponsor-logo {
	width: 20%;
}

@media only screen and (max-width: 600px) {
	.in-kind .sponsor-logo,.tokyo-green .sponsor-logo,.tool .sponsor-logo {
		width: 33%;
	}
}

.sponsor-logo img {
	max-width: 100%;
	max-height: none !important;
	width: auto;
	height: auto;
}

.sponsor-logo:hover {
	opacity: .8;
}

.btn-register-footer {
	transition: background-color .2s linear, color .2s linear;
	border-radius: 36px;
	font-size: 1.2em;
	height: 72px;
	line-height: 72px;
	width: 80%;
	margin-bottom: 40px;
}

.btn-register-footer:hover {
	color: #fff;
	text-decoration: none;
	background: #FF4081 !important;
}

.site-info a {
	display: block;
	position: relative;
	height: 60px;
	background: #10909E;
	text-indent: -9999px;
	border-top: 10px solid #19B1C6;
	text-decoration: none;
	transition: background-color .2s linear, border-top-color .2s linear;
	color: #fff;
	z-index: 1;
}

@media only screen and (max-width: 600px) {
	.site-info a {
		height: 30px;
		border-top-width: 5px;
	}
}

.site-info a:hover {
	color: #fff;
	text-decoration: none;
	background: #FF4081;
	border-top-color: #FFB8D7;
}

.site-info a:hover:after {
	color: #FF4081;
}

.site-info a:after {
	transition: color .2s linear;
	z-index: 2;
	display: block;
	position: absolute;
	background: #fff;
	color: #10909E;
	font-size: 100px;
	content: "\f120";
	font-family: dashicons;
	text-indent: 0;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	bottom: 5px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 600px) {
	.site-info a:after {
		width: 50px;
		height: 50px;
		font-size: 50px;
	}
}

.site-info .site-info-network {
	display: none;
}

#after-header-widgets .widget_recent_entries {
	padding-top: 1em;
	padding-bottom: 1em;
	max-width: 900px;
}

#after-header-widgets .widget_recent_entries .widget-title {
	margin: 0 0 10px;
	color: #644419;
	font-weight: normal;
	font-size: 1rem;
}

#after-header-widgets .widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#after-header-widgets .widget_recent_entries li {
	position: relative;
	margin: 0;
	padding: 0 0 0 2.6em;
}

#after-header-widgets .widget_recent_entries li::before {
	content: "new";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 6px;
	background-color: #ed4a1e;
	border-radius: 4px;
	color: #fff;
	font-size: .75rem;
	line-height: 1;
}

#after-header-widgets .widget_recent_entries a {
	color: #1583cc;
	text-decoration: none;
}

#after-header-widgets .widget_recent_entries .post-date {
	font-size: .8125rem;
	color: #a0a0a0;
}

#after-header-widgets .menu-line-menu-container {
	background-color: #e1f7fc;
}

#after-header-widgets .menu-line-menu-container .menu {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1080px;
}

@media only screen and (min-width: 782px) {
	#after-header-widgets .menu-line-menu-container .menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

#after-header-widgets .menu-line-menu-container .menu-item {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	line-height: 1;
}

#after-header-widgets .menu-line-menu-container .menu-item>a {
	position: relative;
	z-index: 2;
	display: block;
	background-color: #e1f7fc;
	color: #333;
	text-decoration: none;
	padding: 15px 20px;
}

#after-header-widgets .menu-line-menu-container .menu-item>a:hover,#after-header-widgets .menu-line-menu-container .menu-item>a:active,#after-header-widgets .menu-line-menu-container .menu-item>a:focus {
	background-color: #fff;
	color: #ff4081;
}

#after-header-widgets .menu-line-menu-container .menu-item-has-children {
	position: relative;
}

#after-header-widgets .menu-line-menu-container .menu-item-has-children>a::after {
	border-radius: 50%;
	font-size: 8px;
	transition: .6s;
	padding: 0;
	height: 8px;
	line-height: 8px;
	width: 8px;
	content: "";
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	margin-left: .5em;
	vertical-align: middle;
}

#after-header-widgets .menu-line-menu-container .menu-item-has-children>a:hover::after,#after-header-widgets .menu-line-menu-container .menu-item-has-children>a:active::after,#after-header-widgets .menu-line-menu-container .menu-item-has-children>a:focus::after {
	-ms-transform: rotate(270deg);
	transform: rotateZ(270deg);
}

#after-header-widgets .menu-line-menu-container .menu-item-has-children:hover .sub-menu,#after-header-widgets .menu-line-menu-container .menu-item-has-children:active .sub-menu,#after-header-widgets .menu-line-menu-container .menu-item-has-children:focus .sub-menu {
	display: block;
}

#after-header-widgets .menu-line-menu-container .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	list-style: none;
	margin: 0;
	display: none;
	padding: 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

#after-header-widgets .menu-line-menu-container .sub-menu>.menu-item {
	line-height: 1.2;
}

#after-header-widgets .menu-line-menu-container .sub-menu>.menu-item:not(:first-child) {
	border-top: 1px solid #fff;
}

#after-header-widgets .menu-line-menu-container .sub-menu>.menu-item:not(:last-child) {
	border-bottom: 1px solid #90ced9;
}

#after-header-widgets .menu-circle-menu-container {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#after-header-widgets .menu-circle-menu-container ul {
	padding: 60px 0;
}

@media only screen and (max-width: 600px) {
	#after-header-widgets .menu-circle-menu-container ul {
		padding: 30px 0 0;
	}
}

#after-header-widgets .menu-circle-menu-container ul li {
	box-sizing: border-box;
	padding: 0 10px;
	list-style: none;
	float: left;
	width: 25%;
	perspective: 1000px;
}

@media only screen and (max-width: 600px) {
	#after-header-widgets .menu-circle-menu-container ul li {
		width: 50%;
		padding: 0 10px 30px;
	}
}

#after-header-widgets .menu-circle-menu-container ul li a {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	width: 100%;
	text-align: center;
	padding-top: 200px;
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: center;
	transform-style: preserve-3d;
}

@media only screen and (max-width: 600px) {
	#after-header-widgets .menu-circle-menu-container ul li a {
		width: 90px;
		padding-top: 100px;
		font-size: 10px;
	}
}

#after-header-widgets .menu-circle-menu-container ul li a:before,#after-header-widgets .menu-circle-menu-container ul li a:after {
	transition: .6s;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: calc(50% - 90px);
	width: 180px;
	height: 180px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media only screen and (max-width: 600px) {
	#after-header-widgets .menu-circle-menu-container ul li a:before,#after-header-widgets .menu-circle-menu-container ul li a:after {
		height: 90px;
		width: 90px;
		left: calc(50% - 45px);
	}
}

#after-header-widgets .menu-circle-menu-container ul li a:before {
	content: "";
	background-color: #f0f0f0;
	display: block;
	border-radius: 50%;
}

#after-header-widgets .menu-circle-menu-container ul li a:after {
	font-family: FontAwesome;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 90px;
	color: #10909E;
}

@media only screen and (max-width: 600px) {
	#after-header-widgets .menu-circle-menu-container ul li a:after {
		font-size: 45px;
	}
}

#after-header-widgets .menu-circle-menu-container ul li a:hover:before {
	transform: rotateY(360deg);
}

#after-header-widgets .menu-circle-menu-container ul li a:hover:after {
	color: #FF4081;
	transform: rotateY(360deg);
}

#after-header-widgets .menu-circle-menu-container ul ul {
	display: none;
}

#after-header-widgets .menu-circle-menu-container .ticket a::after {
	content: "\f145";
}

#after-header-widgets .menu-circle-menu-container .schedule a::after {
	content: "\f073";
}

#after-header-widgets .menu-circle-menu-container .contributer-day a::after {
	content: "\f120";
	font-family: dashicons;
}

#after-header-widgets .menu-circle-menu-container .location a::after {
	content: "\f041";
}

.tix_tickets_table {
	width: 100%;
	margin-bottom: 10px !important;
}

.tix_tickets_table tr th,.tix_tickets_table tr td {
	border: none;
	border-bottom: 1px solid #28b1c4;
}

.tix_tickets_table thead tr th {
	background: transparent;
	border-bottom: 3px double #28b1c4;
}

.tix_tickets_table .tix-row-coupon td {
	border: none;
}

.tix-ticket-title {
	font-weight: normal;
}

.tix-ticket-excerpt {
	font-size: .85em;
	color: #666;
}

.tix-attendee-form input[type=text],.tix-attendee-form input[type=url],.tix-attendee-form input[type=email] {
	font-size: 16px;
	width: 90%;
	max-width: 300px;
}

tbody .tix-column-price {
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	text-align: right !important;
}

tbody .tix-column-remaining {
	text-align: right !important;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

tbody .tix-column-quantity {
	text-align: right !important;
}

.tix-row-total td {
	text-align: right !important;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

#tix p {
	text-align: center;
}

#tix p input[type=submit] {
	float: none !important;
}

#tix-coupon-container input[type=submit] {
	font-size: 14px;
}

#tix-attendees ul.tix-attendee-list {
	padding-left: 0 !important;
}

#tix-attendees ul.tix-attendee-list li {
	box-sizing: border-box;
	padding: 10px;
	height: auto;
}

#tix-attendees ul.tix-attendee-list li:nth-child(3n+1) {
	clear: left;
}

#tix-attendees ul.tix-attendee-list li .tix-field {
	margin: 0 0 2px;
	text-align: center;
}

#tix-attendees ul.tix-attendee-list li .tix-attendee-name {
	font-size: 1.1em;
	margin-bottom: 10px;
}

#tix-attendees ul.tix-attendee-list li .tix-attendee-url,#tix-attendees ul.tix-attendee-list li .tix-attendee-twitter {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#tix-attendees ul.tix-attendee-list li .tix-attendee-url:link,#tix-attendees ul.tix-attendee-list li .tix-attendee-url:visited,#tix-attendees ul.tix-attendee-list li .tix-attendee-twitter:link,#tix-attendees ul.tix-attendee-list li .tix-attendee-twitter:visited {
	text-decoration: none;
	color: #999;
}

#tix-attendees ul.tix-attendee-list li .tix-attendee-url:hover,#tix-attendees ul.tix-attendee-list li .tix-attendee-url:active,#tix-attendees ul.tix-attendee-list li .tix-attendee-twitter:hover,#tix-attendees ul.tix-attendee-list li .tix-attendee-twitter:active {
	text-decoration: underline;
	color: #28b1c4;
}

#tix-attendees ul.tix-attendee-list .avatar {
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto 10px;
	display: block;
	border-radius: 50%;
}

.comments-area {
	margin: 40px 0;
}

.comments-title {
	font-weight: normal;
	font-size: 25px;
	padding: 5px 10px 5px 15px;
	border-left: 5px solid #28b1c4;
	line-height: 1.4;
}

.comments-title span {
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.comments-title {
		font-size: 18px;
	}
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li {
	list-style: none;
}

p.nocomments {
	text-align: center;
	color: #888;
}

.comment {
	padding: 1em 0 1em 1em;
}

.comment article.comment {
	border-radius: 3px;
	border: 1px solid transparent;
}

.comment.even>article {
	background: #fff;
	border-color: #ddd;
}

.comment.odd>article {
	background: #f9f9f9;
	border-color: #f9f9f9;
}

.comment .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.comment-meta {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: .85em;
}

.comment-author {
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.comment-respond label {
	display: inline-block;
	font-weight: bold;
	width: 8em;
}

.comment-respond label .required {
	color: #FF4081;
}

.comment-respond label[for=comment] {
	width: auto;
	display: block;
}

.comment-respond input[type=text] {
	padding: 5px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ddd;
	width: 300px;
}

.comment-respond textarea {
	display: block;
	box-sizing: border-box;
	border-radius: 2px;
	border-color: #ccc;
	width: 100%;
}

p.logged-in-as {
	color: #444;
	font-size: .85em;
}

.wcb_speaker .entry-meta,.page-slug-speakers .wcorg-speakers .entry-meta {
	display: none;
}

.wcb_speaker .speaker-avatar,.wcb_speaker .wcorg-speaker-description>img,.page-slug-speakers .wcorg-speakers .speaker-avatar,.page-slug-speakers .wcorg-speakers .wcorg-speaker-description>img {
	float: left;
	margin-right: 20px;
	border-radius: 100%;
}

.wcb_speaker .speaker-avatar img,.wcb_speaker .wcorg-speaker-description>img img,.page-slug-speakers .wcorg-speakers .speaker-avatar img,.page-slug-speakers .wcorg-speakers .wcorg-speaker-description>img img {
	border-radius: 100%;
}

.wcb_speaker .wcorg-speaker-right,.page-slug-speakers .wcorg-speakers .wcorg-speaker-right {
	overflow: hidden;
}

.wcb_speaker .wcorg-speaker-belonging,.page-slug-speakers .wcorg-speakers .wcorg-speaker-belonging {
	margin: 0 0 .5em;
}

.wcb_speaker .wcorg-speaker-url,.page-slug-speakers .wcorg-speakers .wcorg-speaker-url {
	margin: .5em 0 0;
}

.wcb_speaker .wcorg-speaker-icons,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icons {
	margin: 0;
	padding: 0;
	height: 28px;
	overflow: hidden;
}

.wcb_speaker .wcorg-speaker-icons li,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icons li {
	float: left;
	margin-bottom: 0;
	margin-left: 10px;
	list-style-type: none;
}

.wcb_speaker .wcorg-speaker-icons li:first-child,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icons li:first-child {
	margin-left: 0;
}

.wcb_speaker .wcorg-speaker-icon,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	text-align: center;
	border-radius: 50%;
	transition: .3s;
}

.wcb_speaker .wcorg-speaker-icon .fa,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon .fa {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.75rem;
	top: 1px;
	left: 1px;
}

.wcb_speaker .wcorg-speaker-icon--gh,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--gh {
	height: auto;
	width: auto;
}

.wcb_speaker .wcorg-speaker-icon--gh .fa,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--gh .fa {
	top: 0;
	left: 0;
	font-size: 32px;
	color: #333;
}

.wcb_speaker .wcorg-speaker-icon--gh .fa:hover,.wcb_speaker .wcorg-speaker-icon--gh .fa:active,.wcb_speaker .wcorg-speaker-icon--gh .fa:focus,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--gh .fa:hover,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--gh .fa:active,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--gh .fa:focus {
	color: #4d4d4d;
}

.wcb_speaker .wcorg-speaker-icon--tw,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--tw {
	background-color: #55acee;
}

.wcb_speaker .wcorg-speaker-icon--tw:hover,.wcb_speaker .wcorg-speaker-icon--tw:active,.wcb_speaker .wcorg-speaker-icon--tw:focus,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--tw:hover,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--tw:active,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--tw:focus {
	background-color: #83c3f3;
}

.wcb_speaker .wcorg-speaker-icon--fb,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--fb {
	background-color: #3b5998;
}

.wcb_speaker .wcorg-speaker-icon--fb:hover,.wcb_speaker .wcorg-speaker-icon--fb:active,.wcb_speaker .wcorg-speaker-icon--fb:focus,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--fb:hover,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--fb:active,.page-slug-speakers .wcorg-speakers .wcorg-speaker-icon--fb:focus {
	background-color: #4c70ba;
}

.wcb_speaker .wcorg-speaker-info,.page-slug-speakers .wcorg-speakers .wcorg-speaker-info {
	clear: both;
	margin: 0;
	padding: 30px 0 0;
}

.wcb_speaker .speaker-sessions,.page-slug-speakers .wcorg-speakers .speaker-sessions {
	margin: 30px 0 0;
	padding: 5px 10px;
	border-left-width: 2px;
	line-height: 1.1;
	font-size: 100%;
}

.wcb_speaker #speaker-session-names,.page-slug-speakers .wcorg-speakers #speaker-session-names {
	margin: 20px 0 0 12px;
	padding: 0;
}

.wcb_speaker #speaker-session-names a,.page-slug-speakers .wcorg-speakers #speaker-session-names a {
	display: block;
	text-decoration: none;
}

.entry-content .wcpt-schedule {
	font-size: .9em;
	line-height: 1.3;
}

.entry-content .wcpt-schedule th,.entry-content .wcpt-schedule td {
	border-color: #c0c0c0;
}

.entry-content .wcpt-schedule .wcpt-session-type-session,.entry-content .wcpt-schedule .wcpt-time-1230 td {
	vertical-align: top;
}

.entry-content .wcpt-schedule .wcpt-session-type-custom {
	color: #b57b2e;
}

.entry-content .wcpt-schedule .wcpt-session-type-custom .wcpt-session-title {
	line-height: 1;
	margin: 0;
}

.entry-content .wcpt-schedule th,.entry-content .wcpt-schedule .wcpt-time-0920 .wcpt-session-title {
	color: #fff;
}

.entry-content .wcpt-schedule .wcpt-col-track {
	width: 19%;
}

.entry-content .wcpt-schedule .wcpt-time {
	background-color: #efefef;
	color: #666;
}

.entry-content .wcpt-schedule .wcpt-time-1230 .wcpt-time {
	vertical-align: bottom;
	padding-bottom: 30px;
}

.entry-content .wcpt-schedule .wcpt-time-1250 .wcpt-time {
	color: #efefef;
}

.entry-content .wcpt-schedule thead th {
	background-color: #417d90;
	border-bottom-width: 0;
	padding: .7em 0 .5em;
}

.entry-content .wcpt-schedule .wcpt-col-time {
	color: #417d90;
}

.entry-content .wcpt-schedule .wcpt-track-name {
	display: block;
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 1;
}

.entry-content .wcpt-schedule .wcpt-track-description {
	line-height: 1;
	font-size: .9em;
}

.entry-content .wcpt-schedule .wcpt-time-0920,.entry-content .wcpt-schedule .wcpt-time-0920 .wcpt-time {
	background-color: #42a2ad;
}

.entry-content .wcpt-schedule .wcpt-time-0920 .wcpt-time {
	color: #42a2ad;
}

.entry-content .wcpt-schedule .wcpt-time-0920 .wcb-track-room-k .wcpt-session-title {
	padding-top: 3px;
}

.entry-content .wcpt-schedule .wcpt-time-0920 td {
	text-align: center;
	border-top-width: 0;
	padding: .5em 0;
}

.entry-content .wcpt-schedule .wcpt-time-0920 .wcb-track-room-k:after {
	content: "（同時通訳あり）";
	color: #fff;
}

.entry-content .wcpt-schedule .wcpt-time-1800 .wcb-track-room-ad:after {
	content: "（LT大会あり）";
}

.entry-content .wcpt-schedule .wcpt-time-0920 .wcb-track-room-k:after,.entry-content .wcpt-schedule .wcpt-time-1800 .wcb-track-room-ad:after {
	display: block;
	font-size: .85em;
	margin-top: 3px;
}

.entry-content .wcpt-schedule .wcpt-session-type-custom {
	text-align: center;
}

.entry-content .wcpt-schedule .wcpt-time-1050 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1130 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1210 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1310 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1350 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1430 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1510 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1550 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1640 .wcpt-session-type-custom {
	background-color: #fffde3;
	color: #999;
}

.entry-content .wcpt-schedule .wcpt-session-title,.entry-content .wcpt-schedule .wcpt-session-speakers {
	display: block;
	margin-bottom: 5px;
}

.entry-content .wcpt-schedule .wcpt-time-1650 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1740 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1750 .wcpt-session-type-custom,.entry-content .wcpt-schedule .wcpt-time-1800 .wcpt-session-type-custom,.entry-content .wcpt-schedule a.wcpt-session-title {
	color: #104a9c;
	text-align: left;
}

.entry-content .wcpt-schedule a.wcpt-session-title {
	text-decoration: none;
}

.entry-content .wcpt-schedule a.wcpt-session-title:hover,.entry-content .wcpt-schedule a.wcpt-session-title:active {
	color: #fc4482;
}

.entry-content .wcpt-schedule .wcpt-session-speakers {
	font-size: .9em;
	color: #1cabbf;
}

.entry-content .wcpt-schedule .wcpt-session-empty {
	background-color: #fff;
}

.entry-content .wcpt-schedule .wcpt-time-1000 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1010 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1440 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1650 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1740 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1750 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1800 .wcpt-session-empty {
	background-color: #f3f3f3;
}

.entry-content .wcpt-schedule .wcpt-session-empty {
	border-right-width: 0;
	border-left-width: 0;
}

.entry-content .wcpt-schedule .wcpt-session-empty:last-child {
	border-right-width: 1px;
}

.entry-content .wcpt-schedule .wcb-track-room-m.wcpt-session-type-session,.entry-content .wcpt-schedule .wcb-track-room-k.wcpt-session-type-session,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ad,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ef {
	position: relative;
	padding-top: 40px;
}

.entry-content .wcpt-schedule .wcb-track-room-m.wcpt-session-type-session::after,.entry-content .wcpt-schedule .wcb-track-room-k.wcpt-session-type-session::after,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ad::after,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ef::after {
	position: absolute;
	top: .9em;
	left: 1em;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	padding: 5px 8px 3px;
}

.entry-content .wcpt-schedule .wcb-track-room-m.wcpt-session-type-session:after {
	background-color: #00a4a9;
	content: "アンカンファレンス";
}

.entry-content .wcpt-schedule .wcb-track-room-k.wcpt-session-type-session:after {
	background-color: #bf0f0f;
	content: "同時通訳あり";
}

.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ad:after,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ef:after {
	content: "ランチセッション";
}

.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-m:after {
	content: "ランチ";
}

.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ad:after,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ef:after,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-m:after {
	background-color: #f59e00;
}

.entry-content .wcpt-schedule .wcpt-time-1740 td:nth-child(2) {
	background: none;
}

.entry-content .wcpt-schedule .wcpt-time-1100 .wcpt-session-type-session,.entry-content .wcpt-schedule .wcpt-time-1115 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1230 td,.entry-content .wcpt-schedule .wcpt-time-1650 .wcb-track-room-ad,.entry-content .wcpt-schedule .wcb-track-room-m.wcpt-session-type-session,.entry-content .wcpt-schedule .wcpt-time-1400 .wcb-track-room-ad,.entry-content .wcpt-schedule .wcpt-time-1400 .wcb-track-room-ef,.entry-content .wcpt-schedule .wcpt-time-1400 .wcb-track-room-k,.entry-content .wcpt-schedule .wcpt-time-1400 td:last-child {
	border-bottom-width: 0;
}

.entry-content .wcpt-schedule .wcpt-time-1115 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1250 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1415 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1415 .wcpt-session-empty {
	border-right-width: 1px;
	border-left-width: 1px;
}

.entry-content .wcpt-schedule .wcpt-time-1130 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1350 td.wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1550 td.wcpt-session-empty {
	border-top-width: 0;
	border-bottom-width: 0;
}

.entry-content .wcpt-schedule .wcpt-time-1115 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1140 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1250 td,.entry-content .wcpt-schedule .wcpt-time-1400 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1600 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1740 td:nth-child(2),.entry-content .wcpt-schedule .wcpt-time-1415 .wcpt-session-empty,.entry-content .wcpt-schedule .wcpt-time-1415 .wcpt-session-empty {
	border-top-width: 0;
}

@media screen and (max-width: 700px) {
	.wcpt-schedule tr {
		border: none !important;
	}
}

@media only screen and (max-width: 700px) {
	.entry-content .wcpt-schedule td {
		border: 1px solid #c0c0c0;
	}
	
	.entry-content .wcpt-schedule tr td:last-child {
		border-bottom-width: 1px !important;
	}
	
	.entry-content .wcpt-schedule tbody tr:first-child {
		display: none;
	}
	
	.entry-content .wcpt-schedule .wcpt-session-empty,.entry-content .wcpt-schedule .wcb-session-lunch-time,.entry-content .wcpt-schedule .wcb-session-preparation-of-after-party {
		display: none;
	}
	
	.entry-content .wcpt-schedule .wcpt-session-type-custom {
		text-align: left;
	}
	
	.entry-content .wcpt-schedule .wcpt-time {
		margin: 1em 0 0;
		background-color: transparent;
		border: none;
		color: #000 !important;
		font-weight: bold;
		padding: 0 0 .5em !important;
	}
	
	.entry-content .wcpt-schedule .wcpt-session-title {
		padding: 0;
	}
	
	.entry-content .wcpt-schedule .wcpt-session-speakers {
		margin: 0;
		padding: 0;
	}
	
	.entry-content .wcpt-schedule .wcpt-session-speakers::before {
		display: none;
	}
	
	.entry-content .wcpt-schedule .wcpt-session-type-session {
		position: relative;
		border-bottom-width: 1px !important;
		padding-top: 60px;
	}
	
	.entry-content .wcpt-schedule .wcpt-session-type-session::before {
		position: absolute;
		top: -1px;
		right: -1px;
		left: -1px;
		margin: 0 !important;
		content: attr(data-track-title);
		display: block;
		background-color: #efefef;
		border: 1px solid #c0c0c0 !important;
		color: #666;
		padding: .9em 1em;
	}
	
	.entry-content .wcpt-schedule .wcb-track-room-m.wcpt-session-type-session,.entry-content .wcpt-schedule .wcb-track-room-k.wcpt-session-type-session,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ad,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ef {
		padding-top: 90px;
	}
	
	.entry-content .wcpt-schedule .wcb-track-room-m.wcpt-session-type-session::after,.entry-content .wcpt-schedule .wcb-track-room-k.wcpt-session-type-session::after,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ad::after,.entry-content .wcpt-schedule .wcpt-time-1230 .wcb-track-room-ef::after {
		top: 60px;
	}
}

@media screen and (min-width: 701px) {
	.en-timetable .wcpt-schedule thead .wcpt-col-time {
		width: 5%;
	}
}

.wcb_session .entry-content dl {
	margin-bottom: 30px;
}

.wcb_session .session-speakers {
	margin: 0;
	padding: 5px 10px;
	border-left: 2px solid #28b1c4;
	background: rgba(48,148,233,0.18);
	line-height: 1.1;
	font-weight: 300;
	font-size: 16px;
}

.wcb_session #session-speaker-names {
	margin: 20px 0 30px .8em;
	padding: 0;
}

.moderator-avatar {
	overflow: hidden;
}

.moderator-avatar img {
	border-radius: 100%;
}

/*# sourceMappingURL=maps/style.css.map */