/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);


body {
	display: none !important;
    width: 100%;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    color: #888;
	font-size: 16px;
	line-height: 1.6em;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 30px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    color: #444;
}

blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #888;
	font-size: 17px;
	border-left: 5px solid #87cefa;
	padding: 10px 0px 0px 20px;
}

p {
	margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6em;
}
p.lead {font-weight: 600;}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a{color: #000;}
a:hover {color: #f00;}
a:hover,a:focus {text-decoration: none;}

.light {font-weight: 400;}

img.img-responsive {margin-bottom: 10px;}

.team img{
	display: block;
    max-width: 100%;
    height: auto;
	margin-bottom: 0px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #d43076;
}

/* ------- Navigation ------------ */

#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
}
.u_logo{
	float: left;
	margin: 5px;
	position: absolute;
	top: 2px;
}
.navbar {margin-bottom: 0;}
.navbar-brand {font-weight: 700;}
.navbar-brand:focus {outline: 0;}
.nav.navbar-nav {background-color: rgba(255,255,255,.6);}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
ul.nav li a:hover {color: #d43076;}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{transform: translate(-10px, 0px);}
  25%{transform: translate(10px, 10px);}
  50%{transform: translate(10px, -10px);}
  75%{transform: translate(-10px, -10px);}
  100%{transform: translate(-10px, 10px);}
}
@keyframes shadowSpin{
  0%{box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;}
  25%{box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;}
  50%{box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;}
  75%{box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;}
  100%{box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;}
}

#load {
	z-index: 9999;
	background-color: #FF4136;
	opacity: 0.75;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin: -5px auto 0 auto;
	left: 0;
	right: 0;
	border-radius: 0px;
	border: 5px solid #FF4136;
	box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
	animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {margin-top: 10px;}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.ma5{margin: 5px !important;}
.ml5{margin-left: 5px !important;}

/* paddings */
.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding:5% 0px;
	display:block;
    position:relative;
    z-index:120;
}
.section-heading {
	margin-top: 0px;
	margin-bottom: 50px;
}
.section-heading h2 {
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.section-heading i {margin-bottom: 20px;}


/* --- section bg var --- */

.bg-white {background: #fff;}
.bg-gray {background: #f8f8f8;}
.bg-dark {background: #575757;}
.bg-skin {background: #d43076;}

/* --- section color var --- */

.text-light {color: #fff;}
.text-blue {color:#009be5;}
.text-bold {font-weight: 700;}
.text-small{font-size: 80%;}
.text-90{font-size: 90%;}
.text-big{font-size: 130%;}

/* ===========================
--- Intro
============================ */

#intro.intro {padding:20% 0 10%;}
.intro .page-scroll a:hover {color: #f00;}
.intro .slogan,.intro .page-scroll{
	text-align: center;
	position: relative;
}
.intro .slogan p{
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	font-family: 'Varela Round', sans-serif;
    font-weight: 400;
}
.intro .slogan img{
	width: auto;
	position: relative;
	top: -10px;
}
.intro .page-scroll a {
	color: #000;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.brand-heading {font-size: 40px;}
.intro-text {font-size: 18px;}
.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}
.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

/* ===========================
--- answer
============================ */

.icon .fa {color: #fff;}
.icon:hover .fa{color: #d43076;}
#answer strong{
	color: #444;
	margin-left:20px;
}
#answer .team{
	font-size: 0.75em;
	line-height: 1.2em;
}

/* ===========================
--- interview
============================ */

#interview {background: #e5f7ff;}

/* ===========================
--- activity
============================ */
#activity .title p{
	border-bottom: solid 3px #87cefa;
	font-weight: 700;
	line-height: 2em;
}
#activity .day{
	background-color: #019be4;
	color: yellow;
	padding: 5px 10px;
	font-weight: 700;
}
#activity blockquote{
	padding-right: 0px;
}
#activity ol{
	padding-left: 10px;
	font-size: .9em;
}
#activity li{
	padding-left: 10px;
	margin-bottom: 10px;
}

/* ===========================
--- Marketing
============================ */
#separator {background-image: url(../img/parallax-bg.png);}
#separator .icon {margin-bottom: 20px;}
#separator span {color: #fff;}
#separator:after {	
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);*/
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}
#separator p{
	font-size: .9em;
	margin-bottom: 0px;
}
.link iframe,.link img{
	height: 350px;
	margin: 0 auto;
}

/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 30px;
	background-color: #007BC6;
}
footer p,
footer a{
	color: #f8f8f8;
	font-size: 0.9em;
}
footer a:hover {color: #ccc;}
.credits {color: #fff;}
.shiryo a{
	font-weight: 700;
	color: #ffff00;
	font-size: 1.1em;
	letter-spacing: .1em;
}

/* ===========================
--- Elements
============================ */

.btn {
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-skin {
  color: #fff;
  background-color: #d43076;
  border-color: #d43076;
}

a.btn:hover {color: #fff;}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}

.btn-circle:hover,.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {margin-top: 0;}

@media (max-width:768px) {
	.intro .slogan,.intro .page-scroll{
		text-align: center;
		position: relative;
	}
	#backnumber .intro .slogan{
		position: relative;
		right: 0;
		top: 0;
	}
	.navbar-header .fa {color: #666;}
	
	.col-xs-6 {margin-bottom: 30px;}
}
@media (max-width:480px) {
	#intro .u_logo{width: auto;}
	.intro .slogan img{width: 35px;}
	.navbar-custom .nav.navbar-nav {background-color: rgba(255,255,255,.4);}
	.navbar.navbar-custom.navbar-fixed-top {margin-bottom: 30px;}
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}
	.section-heading {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.fa-5x{font-size: 4em;}
	#answer strong{margin-left:0px;}
	#separator p{
		font-size: 0.9em;
		margin-bottom: 20px;
	}
}

/*iphone5*/
@media (max-width:320px) {
	p{font-size: 15px;}
	#intro .u_logo{width: 50%;}
	.intro .slogan p{font-size: 1em;}
	#answer strong{font-size: 0.9em;}
	#separator p{font-size: .8em;}
	.link iframe,.link img{
		width: 100%;
		height: 280px
	}
}