@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Montserrat|Oswald|Roboto');

body {
	line-height: 24px;
	font-weight: 400;
	color: #444;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
}

h1 {
	font-size: 35px;
}
h1 .span {
	font-size: 25px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 1.6em;
	color: #817C7C;
}
h1,h2,h3,h4,h5,h6,p {
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
	margin: 0px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a,
a:focus,
a:active {
	text-decoration: none !important;
}
a {
	color: #444;
}
a:hover{
	color: #80d6a3;
}
select {
	font-size: 14px;
	padding: 7px 0;
}
dt {padding: 0 0 7px 0;}
dd {
	padding: 0 0 20px 15px;
}
/* ==================
 *
 *	Global Class 
 *
 *===================*/
.btn {
	font-size: 15px;
	font-weight: 300;
	padding: 12px 25px;
	border-radius: 0;
}
.bg-primary {
	background: #80d6a3 !important;
	padding: 3px 7px;
	color:#fff;
	margin-bottom: 7px;
}
.bg-info {
	background: #CB593E !important;
	padding: 3px 7px;
	color:#fff;
	margin-bottom: 7px;
}
.bg-danger {
	background: #62a67e !important;
	padding: 3px 15px;
	color:#fff;
	margin-bottom: 7px;
	border-radius: 12px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background: transparent;
}
.title {
	text-align: center;
	padding-bottom: 70px;
}
.title h2 {
	color: #333;
	font-size: 25px;
	padding-bottom: 25px;
	display: inline-block;
	position: relative;
}

.title h2:before {
	content: '';
	width: 40px;
	 height: 2px;
	background: #80d6a3;
	position: absolute;
	top: 12px;
	left: -60px;
}
.title h2:after {
	content: '';
	width: 40px;
	height: 2px;
	 background: #80d6a3;
	position: absolute;
	top: 12px;
	right: -60px;
}
.title p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #817C7C;
}
/* font */
.sm10 {
	font-size: 10px!important;
}
.sm12 {
	font-size: 12px!important;
	line-height: 1.7em!important;
}
.sm14 {
	font-size: 14px!important;
}
.em16{
	font-size: 16px!important;
	line-height: 1.7em;
}
.em18{
	font-size: 18px!important;
	line-height: 1.7em;
}
.em25{
	font-size: 25px!important;
}

.alf {
	font-family: 'Roboto', sans-serif!important;
}


.gry {
	color: #999999;
	font-weight: 300;
}
.wh {
	color: white;
}
.bl {
	color: #38A7BB !important;
}
.ora {
	color: #FFD700 !important;
}
.red {
	color: #8B2F00 !important;
}
.gr {
	color: #A5A84B !important;
}
.pres {
	background-color: #C0DEE7;
	padding: 2px 5px;
}
.live {
	background-color: #D2CBE1;
	padding: 2px 5px;
}
.ws {
	background-color: #F0D3B7;
	padding: 2px 5px;
}
.exh {
	background-color: #E0F0B7;
	padding: 2px 5px;
}
.bg-warning {
	background: #80d6a3 !important;
	padding: 2px 7px;
	color:#fff;
}
.sp {
	letter-spacing: 0.08em;
}
.fa {
	padding: 0 2px;
}
.upp {
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.mb {
	margin-bottom: 50px !important;
}
.mb-lg {
	margin-bottom: 100px !important;
}
.mb-small {
	margin-bottom: 20px !important;
}
/* animation keyfrem */
@-webkit-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}
@-moz-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}
@-o-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}
@keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
/* header style */
header {
	padding: 20px 0;
	background: #fff;
}
header .navbar {
	height: auto;
	margin-bottom: 0;
}
.is-sticky #navigation {
	background: #fff;
	z-index: 1000;
	transition: 0.3s;
	width: 100%;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-toggle {
	border-color: #333;
	transition: 0.3s;
}
.navbar-toggle .icon-bar {
	background: #333;
	transition: 0.3s;
}
.navbar-toggle:hover {
	border-color: #80d6a3;
}
.navbar-toggle:hover .icon-bar {
	background: #80d6a3;
}
.menu a {
	color: #333;
	transition: 0.3s;
	position: relative;
	font-size: 16px;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
	text-transform: uppercase;
}
.menu a:before {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 12px;
	width: 0;
	height: 1px;
	background: #80d6a3;
	transition: 0.3s;
}
.menu a:hover {
	background: transparent;
	color: #80d6a3;
}

.menu .active a {
	color: #80d6a3;
}

.menu .active a:before{
	width: 25px;
}

.menu a:hover:before {
	width: 25px;
}
/* =================
   Home page style
   ================= */
#banner2 {
	background: url('../img/banner3.jpg');
	background-size: cover;
	padding: 150px 0;
	position: relative;
}
#banner2:before {
	position: absolute;
	z-index: 99;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}
#banner2 .block {
	position: relative;
	z-index: 999;
	color: #fff;
}
#banner2 .block h1 {
	padding-bottom: 50px;
	font-size: 40px;
	font-weight: 400;
	color: #FFD700;
	text-align: center;
	line-height: 1em;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
	text-shadow: 1px 1px 3px #000;
}

#banner2 .block h2{
	padding-bottom: 25px;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 300;
	text-align: center;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
	text-shadow: 1px 1px 3px #000;
}
#banner2 .block h3{
	font-size: 25px;
	line-height: 1.7em;
	font-weight: 300;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
}
#banner .block p{
	padding-bottom: 50px;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 300;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
}
#banner2 .block .btn-icon {
	margin: 0 7px;
	padding: 10px 22px;
	font-size: 14px;
	transition: 0.3s;
}
#banner .block .btn-icon:hover {
opacity: 0.5; filter: alpha(opacity=50);
}
#banner2 .block .btn-learn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 25px;
	margin: 0 7px;
	padding: 10px 22px;
	font-size: 18px;
	transition: 0.3s;
}
#banner2 .block .btn-learn:hover {
	border-color: #FFD700;
	color: #FFD700;
}
#banner .block .buttons {
	margin-top: 40px;
}
#banner2 .block .buttons a:first-child {
	margin-left: 0;
}
#banner2 .scrolldown {
	position: absolute;
	left: 50%;
	bottom: 18%;
}
#banner2 .scrolldown .scroll {
	border-radius: 100px;
	width: 25px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -15px;
	display: inline-block;
	border: 1px solid #fff;
	z-index: 99;
}
#banner2 .scrolldown .scroll:after {
	background: #fff;
	border-radius: 300px;
	width: 4px;
	height: 9px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -2px;
	display: block;
	content: " ";
	-webkit-animation: wiggle 0.5s linear 0s infinite alternate;
	-moz-animation: wiggle 0.5s linear 0s infinite alternate;
	-o-animation: wiggle 0.5s linear 0s infinite alternate;
	animation: wiggle 0.5s linear 0s infinite alternate;
}
#banner {
	background: url('../img/banner4.jpg');
	background-size: cover;
	padding: 150px 0;
	position: relative;
}
#banner:before {
	position: absolute;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}
#banner .block {
	position: relative;
	z-index: 999;
	color: #fff;
}
#banner .block h1 {
	padding-bottom: 50px;
	font-size: 40px;
	font-weight: 400;
	color: #80d6a3;
	text-align: center;
	line-height: 1em;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
	text-shadow: 1px 1px 3px #000;
}
#banner .block h2{
	padding-bottom: 25px;
	font-size: 30px;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
	text-shadow: 1px 1px 3px #000;
}
#banner .block h3{
	font-size: 25px;
	line-height: 1.7em;
	font-weight: 300;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
}
#banner .block p{
	padding-bottom: 50px;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 300;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
}
#banner .block .btn-icon {
	margin: 0 7px;
	padding: 10px 22px;
	font-size: 14px;
	transition: 0.3s;
}
#banner .block .btn-icon:hover {
opacity: 0.5; filter: alpha(opacity=50);
}
#banner .block .btn-learn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 25px;
	margin: 0 7px;
	padding: 10px 22px;
	font-size: 18px;
	transition: 0.3s;
}
#banner .block .btn-learn:hover {
	border-color: #80d6a3;
	color: #80d6a3;
}
#banner .block .buttons {
	margin-top: 40px;
}
#banner .block .buttons a:first-child {
	margin-left: 0;
}
#banner .scrolldown {
	position: absolute;
	left: 50%;
	bottom: 18%;
}
#banner .scrolldown .scroll {
	border-radius: 100px;
	width: 25px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -15px;
	display: inline-block;
	border: 1px solid #fff;
	z-index: 99;
}
#banner .scrolldown .scroll:after {
	background: #fff;
	border-radius: 300px;
	width: 4px;
	height: 9px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -2px;
	display: block;
	content: " ";
	-webkit-animation: wiggle 0.5s linear 0s infinite alternate;
	-moz-animation: wiggle 0.5s linear 0s infinite alternate;
	-o-animation: wiggle 0.5s linear 0s infinite alternate;
	animation: wiggle 0.5s linear 0s infinite alternate;
}

/*************************
*******home******
**************************/

#topic {
	padding: 150px 0 100px 0;
}
#topic, .feature-block {
	padding-bottom: 35px;
}
#topic .feature-block .icon-box {
	margin-bottom: 24px;
}
#topic .feature-block .icon-box i {
	display: inline-block;
	line-height: 1;
	font-size: 35px;
	transition: 0.3s;
	color: #80d6a3;
}
#topic .feature-block h4 {
	font-size: 20px;
	color: #333;
	position: relative;
	text-transform: none;
	margin-bottom: 10px;
	font-weight: 400;
}
#topic .feature-block p {
	font-size: 15px;
	color: #888;
	line-height: 24px;
	font-weight: 300;
	margin-top: 20px;
}
.widget{
	margin: 0 0 10.5%;
}

.widget form i{
	cursor: pointer;
	position: absolute;
	right: 19px;
	top: 12px;
	z-index: 998;
}

.widget form input{
	color: #949494;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	letter-spacing: 1px;
	font-size: 11px;
	padding: 8px 15px;
	padding-left: 0;
	margin: 0 0 20px 0;
	max-width: 100%;
	resize: none;
	transition: 0.8s;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
}

.widget form input:focus{
	outline: none;
	border: none;
	border-bottom: 1px solid #000;
}

.widget span{
	font-size: 18px;
	line-height: 22px;
	color: #333;
	display: block;
	margin-bottom: 7%;
	padding-bottom: 7%;
	position: relative;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}
.widget span:before{
	content: "";
	position: absolute;
	bottom: 0;
	background: #80d6a3;
	width: 30px;
	height: 4px;
}

.widget .widget-body ul li{
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 12px;
	margin-bottom: 10px;
	color: #ababab;
}

.widget .widget-body ul li a{
	letter-spacing: 1px;
	display: block;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase !important;
	color: #333;
	font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Kaku Gothic Pro", sans-serif;
}

.widget .widget-body ul li .items{
	text-transform: none;
	font-size: 12px;
}

.widget .widget-body ul li:last-child{
	border: 0;
}

.widget .widget-body .title{
	margin: 0;
	margin-top: 11.5%;
	padding: 0;
	text-align: left;
}

.widget .widget-body .title:before{
	display: none;
}

.widget .widget-body p{
	font-size: 13px;
	color: #626262;
	line-height: 23px;
	letter-spacing: 0.02em;
}
/*************************
*******organizers******
**************************/
#organizers {
	background: url(../img/counter-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 150px 0 100px 0;
}
#organizers:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.72);
}
#organizers .title {
	position: relative;
}
#organizers .title h2 {
	color: #fff;
}
#organizers .block {
	margin-bottom: 20px;
	background: #FCFCFC;
	padding:30px 25px; 

}
#organizers .block span {
	line-height: 1;
	display: inline-block;
	color: #fff;
}
#organizers .block p {
	font-size: 14px;
	font-weight: 300;
	color: #888;
	padding-top: 20px;
}
#organizers .block h4 {
	text-transform: capitalize;
	position: relative;
	margin: 20px 0 10px;
	padding: 10px 0;
	text-align: center;
}
#organizers .block h4 a {
	color: #333;
}
#organizers .block h4 a:hover {
 color: #80d6a3; 
}
#organizers .block h4::before {
		content: '';
		position: absolute;
		left: 45%;
		top: -6px;
		width: 30px;
		height: 2px;
		background-color: #80d6a3;
		-webkit-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
}
#organizers .block small {
	color: #999;
}
#program td a {
	color: #444;
	text-decoration: none;
}
#program td a:hover {
	color:  #9E9D9D;
	text-decoration: none;
}

#program .block .btn-read,
#organizers .block .btn-read,
#prices .block .btn-read,
#contact-form .block .btn-read{
	background: #80d6a3;
	color: #fff;
	padding:10px 20px;
	font-size: 13px;
	margin-top: 15px;
	border-radius: 25px;
}
#program .block .btn-read:hover,
#organizers .block .btn-read:hover,
#prices .block .btn-read:hover,
#contact-form .block .btn-read:hover{
	border-color: #80d6a3;
	background: #fff;
	color: #80d6a3;
}
/*************************
*******conference******
**************************/
#conference {
	padding: 150px 0 100px 0;
	background: #80d6a3;
}
#conference .title h2,
#conference .title p {
	color: #fff;
}
#conference .title h2:before, #conference .title h2:after {
	background: #fff;
}
#conference .btn-learn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 25px;
	margin: 0 7px;
	padding: 10px 22px;
	font-size: 14px;
	transition: 0.3s;
}
#conference .btn-learn:hover {
	border-color: #80d6a3;
	background: #fff;
	color: #80d6a3;
}
#conference .block {
	color: #fff;
	border: 1px solid #fff;
	padding:30px 25px; 
}
#conference .block :first-child {
	margin-bottom: 26px;
}
#conference .block h4 {
	padding-bottom: 15px;
	font-size: 20px;
}
#conference .block p {
	padding: 10px 0;
	font-size: 14px;
	color: #5b6c62;
}
#conference .block table {
	color: #5b6c62;
	font-size: 13px;
}
#conference .block th, td {
	padding: 15px 10px!important;
}
#conference .ja {
	font-family: "メイリオ", "Meiryo UI", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 13px;
}
#conference .block a {
	color: #444;
}
#conference .block a:hover{
	color: #CB593E;
}

#pricing-table .block:last-child {
	color: #fff;
	margin-top: 25px;
}
#conference .block:hover {
	background:rgba(255, 255, 255, 0.17);
}

#news,
#submission {
	padding: 150px 0 100px 0;
}

#info {
	padding: 150px 0 100px 0;
	background: #CB593E;
}
#info .title h2,
#info .title p {
	color: #fff;
}
#info .title h2:before, #info .title h2:after {
	background: #80d6a3;
}
#info p {
	color: #e9d9d6;
}
#info .feature-block {
  padding-bottom: 35px;
}
#info .feature-block .icon-box {
  margin-bottom: 24px;
}
#info .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #80d6a3;
}
#info .feature-block h4 {
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}
#info .feature-block p {
  font-size: 15px;
  color: #e9d9d6;
  line-height: 24px;
  font-weight: 300;
  margin-top: 20px;
  
}
#info .feature-block a {
  color: #e9d9d6;
}
#info .feature-block a:hover {
  color: #80d6a3;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
#info .showcase-img {
  margin-top: 40px;
}

#contact-form,
#prices {
  padding: 150px 0 100px 0;
  background:#f9f9f9;
}
#contact-form form input,
#contact-form form textarea {
  padding: 24px 20px 0;
  border-color: #80d6a3;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}
#contact-form form input {
  margin-bottom: 15px;
  padding: 24px 27px;
}
#contact-form form textarea {
  margin-bottom: 28px;
  min-height: 172px;
  resize: none;
}
#contact-form form button {
  float: right;
  color: #fff;
	font-size: 14px;
	padding: 10px 22px;
  background: #80d6a3;
	border-radius: 25px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}

#contact-form form button:hover {
  background: none;
  color: #80d6a3;
  border-color: #80d6a3;
}
#map,
#map-saga{
	background: #555555;
	width: 100%;
	height: 400px;
}

#footer-top iframe {
  width: 100%;
  height: 385px;
  transform: translateZ(0px);
  background-color: #ffffff;
  border: 0;
}
footer {
  background: #202322;
  padding: 42px 0 65px 0;
  text-align: center;
}
footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 26px;
}
