/*
Theme Name: Okayama Art Summit 2016 Alternative Map
Theme URI: http://oasamap.jp/
Description: 岡山芸術交流 オルタナティブマップ
Version: 0.98
Author: Hidemi Waki
Author URI: http://relax13.com/
*/

/*========================================
	Default
========================================*/

/*----------------------------------------
	Base Color
		White		#ffffff
		SumiBlack	#101014
	Accent Color
		Cyan		#00A0E9　ro- #3371d1
		Magenta		#E4007F
		Yellow		#FFD400
	Main Color
		Ivory		#E3D8BC
		SumiGray	#64646C
----------------------------------------*/

* { margin: 0; padding: 0; background-position: center center;	box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; height: 100%; font-size: 62.5%; }
body {
	color: #101014;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic" ,"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
  	height: 100%;
}
a {
	color: #3371d1;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover { color: #E4007F; }
li { list-style:none; }
img{ border: 0; vertical-align: top; }
h1, h2, h3, h4{ font-weight: normal; font-size: 100%; }
h1 { font-size: 100%;}
table { border-collapse: collapse; }

.defs { display: none; }

/*========================================
	Header
========================================*/
/*----------------------------------------
	Header Setting
----------------------------------------*/

header#header-home { display: block;}
.modal-active header#header-home { display: none; }

h1.logo {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	margin-right: auto;
	padding: 15px 10px 4px;
	z-index: 2000;
}

h1.logo a {
	display: flex;
	align-item: center;
}
h1.logo svg {
	width: 40px;
	height: 40px;
}

#simple-logo #syellow { fill: #FFD400; }
#simple-logo #smagenta { fill: #E4007F; }
#simple-logo #scyan { fill: #00A0E9; }

h1.logo span {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	padding-left: 10px;
	line-height: 40px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.single h1.logo span,
.page h1.logo span {
	color: #101014;
	text-shadow: none;
}

@media (max-width: 768px) {
	h1.logo svg {
		width: 36px;
		height: 36px;
	}

	h1.logo span {
		font-size:16px;
		font-size: 1.6rem;
		padding-left: 5px;
	}
}

h1.black span {
	color: #101014;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}



/*----------------------------------------
	Menu
----------------------------------------*/

#menutrigger div {
	display: block;
}

#menutrigger {
	visibility: visible;
	position: fixed;
	top: 18px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 2300;
}
#menutrigger div {
	position: relative;
	padding-top: 26px;
}
#menutrigger span {
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background: #101014;
	left: 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.single #menutrigger span ,
.page #menutrigger span {
	box-shadow: none;
}
#menutrigger span:nth-child(1) { top: 0; background: #FFD400; }
#menutrigger span:nth-child(2) { top: 10px; background: #E4007F; }
#menutrigger span:nth-child(3) { top: 20px; background: #00A0E9; }
.open #menutrigger span:nth-of-type(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #101014;
}
.open #menutrigger span:nth-of-type(2) {
	opacity: 0;
}
.open #menutrigger span:nth-of-type(3) {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #101014;
}

#navi-bg {
    position: fixed;
    display: block;
    top: 30px;
    right: 30px;
	z-index: 2100;
    content: "";
    width: 120px;
    height: 120px;
    margin-right: -60px;
    margin-top: -60px;
    background: #FFFFFF;
	opacity: 0.3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(.4);
    transform: scale(.4);
}

.open #navi-bg {
	opacity: 0.95;
    -webkit-transform: scale(50);
    transform: scale(50);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

/*---------- Underline From Left ----------*/
.underlineleft {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.underlineleft:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #101014;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.underlineleft:hover:before,
.underlineleft:focus:before,
.underlineleft:active:before {
	right: 0;
}

#navi {
	visibility: hidden;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2200;
}

.open #navi {
	visibility: visible;
}

.navigation {
	display: table-cell;
	vertical-align: middle;
}

.navigation li {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: none;
    transition: none;
	width: 100%;
	margin: 5px 0 20px;
	padding: 5px 0;
	text-align: center;
}
.open .navigation li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.navigation li a { color: #101014; }
.navigation li.navi-home { margin-bottom: 40px; }
.navigation li.navi-home span { display: block; }
.navigation li a span { display: block; padding: 0 5px; text-align: center; line-height: 1.5; }
.navigation li a span.navi-en { padding-top: 5px; font-weight: bold; font-size: 20px; font-size: 2.0rem; }
.navigation li a span.navi-ja { padding: 3px 0 6px 5px; font-size: 13px; font-size: 1.3rem; }

.navigation li.navi-home svg { width: 60px; height: 60px; }
.open .navigation li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.open .navigation li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open .navigation li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open .navigation li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}


/*========================================
	Map
========================================*/

.home main {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#map { width: 100%; height: 100%; margin: 0; padding: 0; z-index: 1000; }

/*----------------------------------------
	Leaflet Rewrite
----------------------------------------*/
/*.leaflet-top { margin-top: 60px; } */
.leaflet-bar { border-radius: 2px; }
.leaflet-bar a:first-child { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.leaflet-bar a:last-child { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.leaflet-bar a, .leaflet-bar a:hover { width: 36px; height: 36px; line-height: 36px; }
.leaflet-touch .leaflet-bar a { width: 36px; height: 36px; line-height: 32px; }

.leaflet-container .leaflet-control-attribution { margin-top: 6px; }
.leaflet-control-layers { border-radius: 2px; }
.leaflet-touch .leaflet-control-layers { border-radius: 2px; }
.leaflet-control-layers-toggle {
	width: 36px;
	height: 36px;
	background-image: url(icons/oas-icon-baselayers.png);
	background-size: 36px 36px;
 }
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(icons/oas-icon-baselayers.png);
	background-size: 36px 36px;
}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 36px;
	height: 36px;
	border-radius: 0;
	background-image: url(icons/oas-icon-baselayers.png);
	background-size: 36px 36px;
}

.leaflet-control-layers-base {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 260px;
	margin: 0 5px;
}
.leaflet-control-layers-base:before {
	content: 'Map Tile Select';
	display: block;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #101014;
	margin: 10px 0 5px;
}
.leaflet-control-layers-base:after {
	content: '地図のスタイルを選択できます';
	display: block;
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	border-top: 1px solid #101014;
	margin: 5px 0 10px;
	padding: 5px 0 0 0;
}
.leaflet-control-layers-base label { cursor: pointer; }
.leaflet-control-layers-base label div { padding: 5px 0; }
.leaflet-control-layers-base label input[type="radio"] + span { position: relative; display: block; padding: 0; width: 80px; height: 80px; }
.leaflet-control-layers-base label input[type="radio"] { display: none; }
.leaflet-control-layers-base label input[type="radio"] + span span {
	display: block;
	position: absolute;
	bottom: -1px;
	width: 81px;
	margin: 0;
	padding: 3px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 18px; 
	background: rgba(255,255,255,0.7);
}
.leaflet-control-layers-base label input[type="radio"] + span img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.leaflet-control-layers-base label input[type="radio"] + span:before {
	font-family: "FontAwesome";
	content: "\f10c";
	color: #101014;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 16px;
	position: absolute;
	top: 8px;
	left: 8px;
	background: #FFFFFF;
	border-radius: 50%;
}
.leaflet-control-layers-base label input[type="radio"]:checked + span:before {
	font-family: "FontAwesome";
	content: "\f192";
	color: #101014;
}
.leaflet-control-layers-base label input[type="radio"]:disabled + span:before { color: #9C9A93; }
.leaflet-control-layers-base label input[type="radio"]:disabled + span { color: #9C9A93; }

#oas-overlays-control {
	position: absolute;
	bottom: 115px;
	left: 10px;
	z-index: 1500;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.oas-overlays-control-toggle {
	display: block;
	background: #FFFFFF;
	width: 36px;
	height: 36px;
	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);*/
	text-indent: 1px;
	background-image: url(icons/oas-icon-overlays.png);
	background-size: 36px 36px;
	border-radius: 2px;
}

.oas-overlay-control {
	display: none;
	background: #FFFFFF;
	padding: 5px;
	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);*/
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 2px;
}
.oas-control-active .oas-overlays-control-toggle { display: none; }
.oas-control-active .oas-overlay-control {
	display: block;
}

@media (max-width: 768px) {
	#oas-overlays-control {
		box-shadow: none;
		border-radius: 2px;
		border: 2px solid rgba(0,0,0,0.2);
		/*background-clip: padding-box;*/
	}
}

.oas-overlay-control h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 5px;
	padding: 5px 0 2px;
	border-bottom: 1px solid #101014;
}
.oas-overlay-control p.overlay-desc {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	border-top: 1px solid #101014;
	margin: 5px;
	padding: 5px 0 0;
}

.oas-overlay-control label { font-size: 14px; font-size: 1.4rem; cursor: pointer; }
.oas-overlay-control label div { padding: 5px; }
.oas-overlay-control label input[type="checkbox"] { display: none; }
.oas-overlay-control label input[type="checkbox"] + span {
	position: relative;
	padding: 7px 12px 7px 30px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 24px;
}
.oas-overlay-control label input[type="checkbox"] + span.oaspp {
	color: #2C601B;
}
.oas-overlay-control label input[type="checkbox"] + span.oasplace {
	color: #195698;
}
.oas-overlay-control label:nth-of-type(1) input[type="checkbox"] + span {
	display: block;
	background: #FFD400;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 5px 12px 5px 30px;
}
.oas-overlay-control label:nth-of-type(2) input[type="checkbox"] + span {
	display: block;
	background: #E4007F;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 5px 12px 5px 30px;
}
.oas-overlay-control label:nth-of-type(3) input[type="checkbox"] + span {
	display: block;
	background: #00A0E9;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 5px 12px 5px 30px;
}
.oas-overlay-control label input[type="checkbox"] + span:before {
	font-family: "FontAwesome";
	content: "\f096";
	color: #101014;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11px;
}
.oas-overlay-control label input[type="checkbox"]:checked + span:before {
	font-family: "FontAwesome";
	content: "\f046";
	color: #101014;
}

.leaflet-google-mutant .gm-style div:nth-of-type(2) a div {
	position: absolute;
	left: 90px;
	bottom: 0;
	z-index: 3900;
}


/*----------------------------------------
	Custom Popup
----------------------------------------*/
.leaflet-container {
	background: rgba(0,0,0,0);
}
div.leaflet-popup.leaflet-zoom-animated { width: 272px; }
.leaflet-popup-content-wrapper {
	border-radius: 0;
	padding: 0;
}
.leaflet-popup-content { margin: 0; width: 272px; }

.pict-wrapper {
	overflow: hidden;
	width: 272px;
	height: 272px;
	position: relative;
	background: #EDEDED;
}
.pict-wrapper:before {
	color: #636363;
	content: "\f1ce";
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.pict-discovery { border-bottom: 5px solid #FFD400; }
.pict-quest { border-bottom: 5px solid #E4007F; }
.pict-propagatio { border-bottom: 5px solid #00A0E9; }
.popup-pict {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #DDDDDD;
}
.popup-pict:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.popup-title {
	padding: 12px 10px 20px;
	color: #101014;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic" ,"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.popup-body {
	padding: 0 10px 10px;
}
.popup-body span.ourl {
	word-break: break-all;
}
.popup-more {
	padding: 0 8px 10px;
	text-align: left;
}
.popup-more a {
	padding: 5px;
	background: #9c9c9c;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
}
@media (max-width: 768px) {
	div.leaflet-popup.leaflet-zoom-animated { width: 184px; }
	.leaflet-popup-content { width: 184px; }
	.pict-wrapper { width: 184px; height: 184px; }
	.popup-title {
		padding: 15px 8px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/*----------------------------------------
	Cluster Icons
----------------------------------------*/
.yellow-cluster,
.magenta-cluster,
.cyan-cluster,
.other-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	width: 40px;
	height: 40px;
}
.yellow-cluster div,
.magenta-cluster div,
.cyan-cluster div,
.other-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.yellow-cluster div span {
	line-height: 30px;
	color: #101014;
}
.magenta-cluster div span {
	line-height: 30px;
	color: #FFFFFF;
}
.cyan-cluster div span {
	line-height: 30px;
	color: #FFFFFF;
}
.other-cluster div span {
	line-height: 30px;
	color: #101014;
}
.yellow-cluster-small { background: rgba(255,232,0,0.6); }
.yellow-cluster-small div { background: #FFF400; }
.yellow-cluster-medium { background: rgba(255,200,0,0.6); }
.yellow-cluster-medium div { background: #FFC400; }
.yellow-cluster-large { background: rgba(255,168,0,0.6); }
.yellow-cluster-large div { background: #FF9400; }
.magenta-cluster-small { background: rgba(255,0,232,0.6); }
.magenta-cluster-small div { background: #E4007F; }
.magenta-cluster-medium { background: rgba(255,0,200,0.6); }
.magenta-cluster-medium div { background: #D4006F; }
.magenta-cluster-large { background: rgba(255,0,168,0.6); }
.magenta-cluster-large div { background: #C4005F; }
.cyan-cluster-small { background: rgba(0,232,255,0.6); }
.cyan-cluster-small div { background: #00A0E9; }
.cyan-cluster-medium { background: rgba(0,200,255,0.6); }
.cyan-cluster-medium div { background: #0090D9; }
.cyan-cluster-large { background: rgba(0,168,255,0.6); }
.cyan-cluster-large div { background: #0080D9; }
.other-cluster-small { background: rgba(115,193,34,0.6); }
.other-cluster-small div { background: #73C122; }
.other-cluster-medium { background: rgba(95,183,34,0.6); }
.other-cluster-medium div { background: #63C122; }
.other-cluster-large { background: rgba(75,173,34,0.6); }
.other-cluster-large div { background: #53C122; }

.leaflet-tooltip { white-space: pre-wrap; min-width: 200px; }
.bstooltip-title { font-size: 14px; font-size: 1.4rem; font-weight: bold; }

/*----------------------------------------
	Modal & Single
----------------------------------------*/
#modalWindow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 4000;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.loader {
	position: absolute;
	top:50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 4100;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.loader .circular {
	width: 60px;
	height: 60px;
}

.modal-load .loader {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.modal-active #modalWindow {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#modalWindow aside#topaside {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(255,255,255,1);
}

#content {
	display: block;
	max-width: 1120px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
}

.single #content,
.page #content { padding-top: 90px; }

#content header { padding: 20px; }
#content header h1 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
#content header h1 .single-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#content #about header h1 .single-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

#content img { width: 100%; margin: 10px 0; }
#content ul { margin: 20px 20px 10px; }
#content ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
#content .single-body { margin: 20px; }
#content .single-body p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	padding-bottom: 20px;
}

#content #about section { margin: 20px; }
#content #about section:after {
	margin: 20px 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #101014;
	content: '';
}

#content #about section p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	padding-bottom: 20px;
}

#content section#data-sec ul {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 30px 0;
}

#content section#data-sec ul li {
	max-width: 280px;
	padding: 20px;
	margin: 0 auto;
}

#content section#data-sec ul li:first-child {
}

#content section#data-sec ul li.disabled img {
	opacity: 0.8;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1); 
}

#content section#data-sec ul li.disabled a {
	cursor: default;
	color: #666666;
}

@media (max-width: 768px) {
	#content section#data-sec ul {
		flex-direction: column;
	}
	#content section#data-sec ul li {
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}
	#content section#data-sec ul li img {
		width: 280px;
	}
}

#content #about section dl dt { padding: 10px 0; }
#content #about section dl dd { padding: 0 0 10px 5px; line-height: 1.5; }
#content #about section dl dd .member-name { padding-right: 20px; font-weight: bold; }
#content #about section#oas-sec dl:nth-of-type(1) dt { font-weight: bold; font-size: 16px; font-size: 1.6rem; }

@media (min-width: 1140px) {
	#content header { padding: 20px 0; }
	#content ul { margin: 20px 0 10px; }
	#content .single-body { margin: 20px 0; }
	#content #about section { margin: 20px 0; }
}

.close-modal {
	position: fixed;
	display: block;
	top: 18px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 2400;
}

.close-modal span {
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background: #101014;
	left: 0;
	content: '';
}

.close-modal span:nth-of-type(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-modal span:nth-of-type(2) {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*----------------------------------------
	Spot List
----------------------------------------*/

#spotlist-trigger {
	position: absolute;
	z-index: 1400;
	bottom: 165px;
	left: 10px;
	width: 36px;
	height: 36px;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	border-radius: 2px;
	color: #101014;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	cursor: pointer;
}

@media (max-width: 768px) {
	#spotlist-trigger {
		width: 40px;
		height: 40px;
		box-shadow: none;
		border-radius: 2px;
		border: 2px solid rgba(0,0,0,0.2);
		background-clip: padding-box;
	}
}

#spotlist-trigger:before {
	font-family: "FontAwesome";
	content: "\f00a";
	color: #101014;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 36px;
}

.onlist #spotlist-trigger {
	-webkit-transform: translateY(26px);
	-moz-transform: translateY(26px);
	transform: translateY(26px);
	background: #101014;
	z-index: 4300;
}
.onlist #spotlist-trigger:before {
	content: "\f13a";
	color: #FFF;
}
#spotlist {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	z-index: 4200;
	overflow: auto;
	background: #FFF;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.onlist #spotlist {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
#spotlist #photos {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	flex-wrap: nowrap;
	padding: 10px;
}
#spotlist #photos .spotlist-container {
	position: relative;
	display: block;
	margin: 5px;
	width: 120px;
	height: 120px;
	cursor: pointer;
}
#spotlist #photos .spotlist-container img {
	width: 120px;
	height: 120px;
}

#spotlist #photos .spotlist-container .spotlist-title {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
	padding: 5px;
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#spotlist #photos .spotlist-container:hover .spotlist-title {
	opacity: 1;
}

#photos h1 {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px 5px 2px;
	margin: 5px;
}
#photos h2 {
	display: block;
	padding: 0;
	padding-left: 5px;
	margin: 0 5px;
	border-left: 2px solid #101014;
	width: 100px;
	height: 130px;
}
#photos h2 img {
	width: 93px;
	height: 130px;
}

/*
@media (max-width: 768px) {
	#spotlist {
		width: 190px;
		-webkit-transform: translateX(140px);
		-moz-transform: translateX(140px);
		transform: translateX(140px);
	}
	#spotlist #photos { width: 140px; }
}

@media (min-width: 1140px) {
	#spotlist {
		width: 450px;
		-webkit-transform: translateX(400px);
		-moz-transform: translateX(400px);
		transform: translateX(400px);
	}
	#spotlist #photos { width: 400px; }
}
*/

#homecontent h2 { font-size: 14px; font-size: 1.4rem; font-weight: bold; padding: 10px; margin: 0; }
#homecontent p { font-size: 13px; font-size: 1.3rem; line-height: 1.5; padding: 0 10px 10px 10px; margin: 0; }
#homecontent dl { font-size: 12px; font-size: 1.2rem; line-height: 1.2; padding: 10px; margin: 0; }
#homecontent dl dt { padding: 5px 0; margin: 0; font-weight: bold; }
#homecontent dl dd { padding: 3px 0; margin: 0; }

.ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: 9px;
	margin-left: -2px;
	box-shadow: none;
	border-radius: 50%;
	background: rgba(242,100,92,1);
	display: none;
	z-index: 5000;
}
.ripple.onripple {
	display: block;
}
.ripple:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: none;
}
.ripple:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: none;
}
.ripple.onripple:after {
	-webkit-animation: ripple 1.5s ease;
	animation: ripple 1.5s ease;
}
.ripple.onripple:before {
	-webkit-animation: ripple 1.5s ease .7s;
	animation: ripple 1.5s ease .7s;
}
@-webkit-keyframes ripple {
	0%{ opacity: 1; -webkit-transform: scale(1); transform: scale(1); box-shadow: 0 0 0 1px rgba(242,100,92,0); }
	100%{opacity: 0; -webkit-transform: scale(3); transform: scale(3); box-shadow: 0 0 0 2px rgba(242,100,92,1); }
}
@keyframes ripple {
	0%{ opacity: 1; -webkit-transform: scale(1); transform: scale(1); box-shadow: 0 0 0 1px rgba(242,100,92,0); }
	100%{opacity: 0; -webkit-transform: scale(3); transform: scale(3); box-shadow: 0 0 0 2px rgba(242,100,92,1); }
}