@charset "UTF-8";
/*
  Theme Name: GO_Kumsa
  Author: AreaKUMSA
  Version: Alpha0.1
*/
/* Layout */
body {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}
a {
	text-decoration: none;
	color: #0060B6;
}
.jb-container {

}

/* Header */
.top0-header {
	width: 100%;
	height: 650px;
	margin-bottom: -90px;
	background-image:url("image/alesund-panorama-at-dusk-P5PA7PW.jpg");
	background-size: cover;
	background-position: center;
	box-shadow: 0px -100px 50px -100px #000 inset;
}
.top1-header {
	width: 100%;
	height: auto;
	text-align: center;
}
.top1-header a {
	color: #000000;
}
h1.top1-site-title {
	margin: 0px 0px 0px 0px;
}
.top1-site-title a {
	color: #FF7600;
	font-size: 2.5em;
}

/* mainCon */
.maincon{

}
#con1{
	text-align: center;
	font-size: 2.1em;
	padding: 200px 0px;
	background: radial-gradient(ellipse at center, #f9de69 40%,#f4b858 100%);
}
#con2{
	border-bottom: 2px solid #000000;
	display: none;
}
#whoiskumsa{
	padding: 300px 0px 0px 150px;
	font-size: 2.7em;
}
#con3{
	padding: 50px 0px;
}
#con4{
	text-align: center;
	overflow: hidden;
	background-color:#f7f7f7;
	padding: 50px 0px;
}
#con4 .box{
	width: 30%;
	height: 540px;
	margin: 10px;
	vertical-align: middle;
	display: inline-block;
	background-color: #8B5253;
	overflow: scroll;
}
#con5{
	text-align: center;
	overflow: hidden;
	padding: 50px 0px;
}
#con5 .box{
	width: 15%;
	height: 50px;
	margin: 10px;
	vertical-align: middle;
	display: inline-block;
	background-color:#588061;
}
.jb-sidebar {
  margin: 30px;
  padding: 0px 30px;
  border: 1px solid #cccccc;
}
.k-footer {
	padding: 30px 0px;
	text-align: center;
	background-color: #121212;
}
.k-footer p{
	color: #EDEDED;
}
.jb-menu {
	margin: 0px;
	padding: 0px;
}
#jb-main-menu li {
	display: inline-block;
	margin: 0px 10px;
}
ul.page-numbers {
  margin: 30px 0px;
  padding: 0px;
  list-style-type: none;
}
ul.page-numbers li {
  display: inline-block;
}







/* Example wrapper */
.wrap {
	position: relative;
	margin: 3em 0;
}

/* Frame */
.frame {
	width: 100%;
	height: 250px;
	line-height: 250px;
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame ul li {
	float: left;
	width: 227px;
	height: 100%;
	margin: 0 30px 0 0;
	padding: 0;
	background: #333;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
	background: #a03232;
}

/* Scrollbar */
 .scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }

/* Crazy example */
.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }