@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: 300;
	color: #666;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.6em;
}
html {
	width: 100%;
	height: 100%;
}
label, input, button, select, textarea {
	font-size: inherit;
	line-height: inherit;
}
/* ===========
layout
============= */
#wrapper.boxed {
	margin: 0 auto;
	background-color: #fff;
}

@media (max-width: 767px) {
#wrapper.boxed {
	width: 100%;
}
}

@media (min-width: 768px) {
#wrapper.boxed {
	width: 810px;
}
}

@media (min-width: 992px) {
#wrapper.boxed {
	width: 1030px;
}
}

@media (min-width: 1200px) {
#wrapper.boxed {
	width: 1230px;
}
}
/* ===========
Typo
============= */

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 16px;
	line-height: 25px!important;
	font-weight: 800!important;
}
h6 {
	font-size: 14px;
	line-height: 2em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	font-weight: 400;
}
h1.h-xlight, h2.h-xlight, h3.h-xlight, h4.h-xlight, h5.h-xlight, h6.h-xlight {
	font-weight: 100;
}
h1.h-light, h2.h-light, h3.h-light, h4.h-light, h5.h-light, h6.h-light {
	font-weight: 300;
}
h1.h-normal, h2.h-normal, h3.h-normal, h4.h-normal, h5.h-normal, h6.h-normal {
	font-weight: 400;
}
h1.h-medium, h2.h-medium, h3.h-medium, h4.h-medium, h5.h-medium, h6.h-medium {
	font-weight: 500;
}
h1.h-bold, h2.h-bold, h3.h-bold, h4.h-bold, h5.h-bold, h6.h-bold {
	font-weight: 700;
	letter-spacing: 2px;
}
h1.h-ultra, h2.h-ultra, h3.h-ultra, h4.h-ultra, h5.h-ultra, h6.h-ultra {
	font-weight: 900;
}
h1.font-light, h2.font-light, h3.font-light, h4.font-light, h5.font-light, h6.font-light {
	color: #fff;
}
.title {
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fffafa;
}
.title_b {
	font-weight: 800;
}
.big-heading {
	font-size: 48px;
	font-weight: 700;
}
p.medium {
	font-weight: 500;
}
p.bold {
	font-weight: 700;
}
p.ultra {
	font-weight: 900;
}
.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}
.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}
.highlight-color {
	padding: 2px 5px;
	display: inline-block;
	color: #fff;
}
a {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
	color: #999;
}
blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}
blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}
blockquote strong {
	font-weight: 700;
}
.light {
	font-weight: 400;
}
/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
	height: 5px;
	border-top: 0;
	background: #c4e17f;
	margin: 0;
	padding-bottom: 0;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
/* =======
Top area
======== */
.top-area {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
	color: #9E9E9E;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.02);
}
.top-area.top-padding {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.top-area p {
	margin-bottom: 10px;
}
/* ===========
Navigation
============= */

.navbar-brand {
}
.navbar-brand.reduce {
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.navbar.navbar-custom {
	width: inherit;
	margin: 0 auto;
	padding-bottom: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.navbar.navbar-custom .navigation {
	padding-bottom: 15px;
}
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.navbar-brand {
	font-weight: 700;
}
.navbar-brand:focus {
	outline: 0;
}
.navbar.navbar-custom.navbar-fixed-top {
	background: #fff;
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
	background-color: rgba(0,0,0,0);
}
.navbar.navbar-custom {
	padding-top: 0;
}
.navbar.navbar-custom ul.nav.navbar-nav {
	margin-top: 15px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav {
	margin-top: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.navbar-custom ul.nav li a {
	font-size: 13px;
	letter-spacing: 1px;
	color: #6b6868;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
}
.navbar.navbar-custom.top-nav-collapse {
	background: #fff;
}
.navbar.navbar-custom.top-nav-collapse .navigation {
	padding-bottom: 10px;
}
.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #444;
}
.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
	margin-top: 16px;
}
.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom.navbar-fixed-top .nav li a:hover, .navbar-custom.navbar-fixed-top .nav li a:focus, .navbar-custom.navbar-fixed-top .nav li.active a, .navbar-custom.navbar-fixed-top .nav li.active {
	outline: 0;
	background: none;
	color: #b9ad42;
}
.navbar-custom.top-nav-collapse .nav li a:hover, .navbar-custom.top-nav-collapse .nav li a:focus, .navbar-custom.top-nav-collapse .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}
.navbar-toggle {
	padding: 4px 6px;
	font-size: 26px;
	color: #fff;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
/* form */

.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
	display: block;
}
/* loader */
#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: white;
	z-index: 9999;
}
#page-loader img {
	margin: 100px auto;
	display: block;
}
.loader {
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
}
.loader {
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
}
.loader span {
	display: block;
	font: 14px "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.con1 > div, .con2 > div, .con3 > div {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.con2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.con3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.circle1 {
	top: 0;
	left: 0;
}
.circle2 {
	top: 0;
	right: 0;
}
.circle3 {
	right: 0;
	bottom: 0;
}
.circle4 {
	left: 0;
	bottom: 0;
}
.con2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.con3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.con1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.con2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.con3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.con1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.con2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.con3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.con1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.con2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.con3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 @-webkit-keyframes bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
}
 40% {
-webkit-transform: scale(1);
}
}
 @keyframes bouncedelay {
0%, 80%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
 40% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
 @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;
}
hr.bold {
	border-top: 3px solid #eee;
}
.divider-short {
	display: block;
	width: 60px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.dividersolid {
	border-top: 1px solid #eee;
	margin: 30px 0 30px;
}
/* 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;
}
.marginbot-60 {
	margin-bottom: 60px !important;
}
.marginbot-70 {
	margin-bottom: 70px !important;
}
.marginbot-80 {
	margin-bottom: 80px !important;
}
.marginbot-90 {
	margin-bottom: 90px !important;
}
.marginbot-100 {
	margin-bottom: 100px !important;
}
.margintop-0 {
	margin-top: 0 !important;
}
.margintop-10 {
	margin-top: 10px !important;
}
.margintop-20 {
	margin-top: 20px !important;
}
.margintop-30 {
	margin-top: 30px !important;
}
.margintop-40 {
	margin-top: 40px !important;
}
.margintop-45 {
	margin-top: 45px !important;
}
.margintop-50 {
	margin-top: 50px !important;
}
/* padding */
.paddingtop-0 {
	padding-top: 0 !important;
}
.paddingtop-10 {
	padding-top: 10px !important;
}
.paddingtop-20 {
	padding-top: 20px !important;
}
.paddingtop-30 {
	padding-top: 30px !important;
}
.paddingtop-40 {
	padding-top: 40px !important;
}
.paddingtop-50 {
	padding-top: 50px !important;
}
.paddingtop-60 {
	padding-top: 60px !important;
}
.paddingtop-70 {
	padding-top: 70px !important;
}
.paddingtop-80 {
	padding-top: 80px !important;
}
.paddingtop-90 {
	padding-top: 90px !important;
}
.paddingtop-100 {
	padding-top: 100px !important;
}
.paddingbot-0 {
	padding-bottom: 0 !important;
}
.paddingbot-10 {
	padding-bottom: 10px !important;
}
.paddingbot-20 {
	padding-bottom: 20px !important;
}
.paddingbot-30 {
	padding-bottom: 30px !important;
}
.paddingbot-40 {
	padding-bottom: 40px !important;
}
.paddingbot-50 {
	padding-bottom: 50px !important;
}
.paddingbot-60 {
	padding-bottom: 60px !important;
}
.paddingbot-70 {
	padding-bottom: 70px !important;
}
.paddingbot-80 {
	padding-bottom: 80px !important;
}
.paddingbot-90 {
	padding-bottom: 90px !important;
}
.paddingbot-100 {
	padding-bottom: 100px !important;
}
/* ===========================
--- General sections
============================ */

.home-section {
	padding-top: 120px;
	display: block;
	position: relative;
	z-index: 120;
	background-color: #fff;
}
.home-section.nopadding {
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	position: relative;
	z-index: 120;
}
.home-section.nopadding-bot {
	padding-bottom: 0;
}
.home-section.nopadding-top {
	padding-top: 0;
}
.inner-section {
	padding-top: 110px;
	padding-bottom: 110px;
}
.home-section.nopadd-bot {
	padding-bottom: 0;
}
.section-heading h2 {
	border: 1px solid #1d1d1d;
    /* display: inline-block; */
    /* vertical-align: middle; */
    padding: 18px 0px;
    /* height: 34px; */
    line-height: 28px;
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    width: 300px;
    margin: 0px auto 30px auto;
     }
     
.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 0px;
}
.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}
.divider-short, .color-dark .divider-short, .bg-gray .divider-short {
	background: #b9ad42;
}
.color-light .divider-short {
	background: #fefefe;
}
.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}
.color-light blockquote, .color-light p {
	color: #fefefe;
}
/* --- section bg var --- */

.bg-white {
	background: #fff;
}
.bg-gray {
	background: #fafafa;
}
.bg-dark {
	background: #404040;
}
/* --- section color var --- */

.text-light {
	color: #fff;
}
/* ===========================
--- Intro
============================ */

.intro {
	width: 100%;
	position: relative;
}
.intro-content {
	background: url(../img/bg1.png) no-repeat top center;
	padding: 200px 0 60px;
}
.intro-content.intro-nobg {
	background: #fff;
	position: relative;
	margin: 0;
	padding: 140px 0 60px;
}
.slogan {
	margin-bottom: 20px;
}
.white-box {
	background: rgba(255,255,255,.8);
	padding: 20px;
	border-radius: 4px;
}
.intro-content h2 {
	margin-bottom: 10px;
}
/* ---- lead form --- */
ul li {
	list-style: none;
}
ul.lead-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}
ul.lead-list li {
	margin: 0 0 20px 0;
	line-height: 1.6em;
}
ul.lead-list li span.fa {
	margin: 5px 5px 0 0;
	float: left;
}
ul.lead-list li span.list {
	display: inline-block;
	margin: 0 0 0 10px;
}
p.lead-footer {
	font-size: 16px;
	margin: 20px 0 0;
}
.panel-heading {
	padding: 20px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel.panel-skin {
	border-color: #ddd;
}
.panel-skin > .panel-heading {
	color: #fff;
	background-color: #444;
	border-color: #444;
	box-shadow: none;
}
.panel-body {
	padding: 20px;
}
.form-wrapper h3.panel-title {
	font-size: 20px;
	font-weight: 700;
}
.form-wrapper h3.panel-title span {
	font-size: 20px;
	margin: 0 10px 0 0;
}
.form-wrapper h3.panel-title small {
	font-size: 16px;
	color: #ddd;
}
form.lead label, form.lead input {
	font-size: 16px;
}
.panel-body {
	background: #fff;
}
.panel-skin > .panel-heading .badge {
	background-color: #fff;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* ---- CTA 1  --- */
.well.well-trans {
	background-color: rgba(255,255,255,.8);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
/* --- slider ---- */


/* ===================================
 call action
==================================== */
.callaction {
	padding: 30px 30px 20px 30px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
}
.cta-text {
	margin-top: 10px;
	text-align: left;
}
.cta-text h3 {
	font-weight: 900;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.cta-btn {
	float: right;
	padding: 20px 10px 20px 20px;
	margin-top: 10px;
}
/* =========================
Buttons
=========================== */

.btn-skin {
	color: #fff;
}
.btn-skin:hover {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active, .open > .dropdown-toggle.btn-skin {
	color: #fff;
}
.btn-skin:active, .btn-skin.active, .open > .dropdown-toggle.btn-skin {
	background-image: none;
}
.btn-skin .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.5em;
	border-radius: 6px;
}
/* =======================
Elements
========================== */

/* badge */

.badge.custom-badge {
	margin: -20px 0 0 -25px;
	font-size: 12px;
	text-transform: none;
}
.badge.custom-badge.red {
	background-color: #e9372e;
}
/* box */


.box {
}
.box h4 {
	font-size: 24px;
}
.box i {
	margin-bottom: 30px;
}
.circled {
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	width: 1.6em;
	height: 1.6em;
	text-align: center;
	line-height: 1.6em;
}
.service-box {
	margin-bottom: 10px;
}
.service-icon {
	margin: 0 20px 20px 0;
	float: left;
}
.service-desc h5 {
	margin-bottom: 10px;
}
.team-box {
	padding: 20px 0;
}
.team-box img {
	margin-bottom: 20px;
}
.team-box h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #666;
}
.team-box h6 {
	color: #888;
}
.cbp .cbp-item {
	z-index: 2;
	display: block;
	width: 240px; /* default width for blocks */
	height: 250px; /* default height for blocks */
}
.cbp-filter-item {
	border-radius: 3px;
}
.cbp-l-filters-alignLeft .cbp-filter-item {
	font: 600 12px/29px "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cbp-l-grid-team-name {
	/* @editable properties */
	font: 700 17px "Open Sans", sans-serif;
	 color: #6d6d6c;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 3px;
}
.cbp-l-grid-team-position {
	/* @editable properties */
	font: italic 400 16px "Open Sans", sans-serif;
	color: #888888;
	text-align: center;
	font-style: normal;
}
.cbp-popup-singlePage .cbp-l-member-name {
	/* @editable properties */
	font: bold 16px/16px "Open Sans", sans-serif;
	margin-bottom: 6px;
}
.cbp-popup-singlePage .cbp-l-member-position {
	/* @editable properties */
	font: 400 14px "Open Sans", sans-serif;
}
.cbp-popup-singlePage .cbp-l-member-desc {
	/* @editable properties */
	font: 400 16px "Open Sans", sans-serif;
	margin-top: 15px;
	line-height: 1.6em;
}
#owl-works {
}
.item {
	margin: 10px;
}
.item img {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial {
	background-image: url(../img/bg1.png);
}
.carousel-control.left, .carousel-control.right {
	background: none;
	width: 25px;
	z-index: 999;
}
.carousel-control.left {
	left: -25px;
}
.carousel-control.right {
	right: -25px;
}
.block-text {
	background-color: #fff;
	border-radius: 4px;
	margin: 0 0 40px;
	padding: 15px 18px;
}
.block-text a {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}
.mark {
	font-weight: 600;
	padding: 12px 0;
	background: none;
}
.block-text p {
	color: #585858;
}
.sprite-i-triangle {
	background-position: 0 -1298px;
	height: 44px;
	width: 50px;
	box-shadow: none;
}
.block-text ins {
	bottom: -44px;
	left: 50%;
	margin-left: -60px;
}
.block {
	display: block;
}
.zmin {
	z-index: 1;
}
.ab {
	position: absolute;
}
.person-text {
	padding: 10px 0 0;
	text-align: center;
	z-index: 2;
}
.person-text a {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-weight: 600;
}
.rel {
	position: relative;
}
.person-text img.person {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social {
	text-align: left;
	list-style: none;
}
.company-social li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.company-social a {
	margin: 0 2px 0 0;
}
.company-social a:hover {
	color: #fff;
}
.company-social a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding: 0;
}
.company-social .social-facebook a i {
	background: #3873ae;
}
.company-social .social-twitter a i {
	background: #62c6f8;
}
.company-social .social-dribble a i {
	background: #d74980;
}
.company-social .social-deviantart a i {
	background: #8da356;
}
.company-social .social-google a i {
	background: #000;
}
.company-social .social-vimeo a i {
	background: #51a6d3;
}
.company-social .social-facebook a:hover i {
	background: #4893ce;
}
.company-social .social-twitter a:hover i {
	background: #82e6ff;
}
.company-social .social-dribble a:hover i {
	background: #f769a0;
}
.company-social .social-deviantart a:hover i {
	background: #adc376;
}
.company-social .social-google a:hover i {
	background: #333;
}
.company-social .social-vimeo a:hover i {
	background: #71c6f3;
}
.carousel-inner > .item {
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	height: auto;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	padding-left: 0;
}
.carousel-control {
	position: absolute;
	top: 37%;
	bottom: 0;
	left: 0;
	width: auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	filter: none;
}
.carousel-control.right {
	right: 20px;
}
.carousel-control.left {
	left: 20px;
}
/* ==== widget ==== */
.widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
/* ===========================
--- Footer
============================ */

footer {
	background-color: #464444;
}
footer p {
	color: #fff;
}
footer {
	padding: 50px 0 0;
}
footer .widget {
	margin-bottom: 30px;
}
footer .widget a:hover {
	color: #b8ac42;
}
footer .widget .info {
	color: #fff;
}
footer .widget h5 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #b9ad42;
}
.sub-footer {
	margin-top: 30px;
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	padding: 30px 0 10px;
}
.sub-footer a {
	color: #444;
}
footer .sub-footer p {
	font-size: 12px;
}
/* -- icon var -- */

.bg-dark {
	background: #666;
}
.bg-light {
	background: #fff;
}
.icon-primary {
	color: #4765a0;
}
.icon-success {
	color: #7db53b;
}
.icon-info {
	color: #51b6bf;
}
.icon-warning {
	color: #e6e039;
}
.icon-danger {
	color: #e24e47;
}
/* scroll to top */
.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 60px;
	right: 20px;
	background: #222;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
a.scrollup {
	outline: 0;
	text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity: 1;
	text-decoration: none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration: none;
}
/* ===========================
--- Elements
============================ */

/* --- tooltip --- */
.tooltip {
	font-size: 16px;
	line-height: 1.6em;
}
/* --- Pricing box --- */
.pricing-box {
	padding-left: 0;
	padding-right: 0;
}
.pricing-content {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
	margin-top: 20px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
	border-radius: 4px;
}
.pricing-content.general {
	z-index: 99;
}
.pricing-content:hover {
	margin-top: -10px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
}
.pricing-content h2 {
	background-color: #666;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	margin-bottom: 0;
	padding: 30px 0;
	border-radius: 4px 4px 0 0;
}
.pricing-content h3 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	background: #444;
	margin-bottom: 0;
	font-weight: 700;
	padding: 30px 0;
}
.pricing-content h3 span {
	font-weight: 300;
	font-size: 18px;
}
.pricing-content h3 sup {
	font-size: 18px;
}
.pricing-content ul {
	list-style: none;
	margin: 25px 0;
}
.pricing-content li {
	border-top: 1px dotted #EFEFEF;
	width: 75%;
	color: #333;
	margin: 0 auto;
	padding: 15px 0;
}
.pricing-content li:first-child {
	border-top: none;
}
.pricing-content li i {
	float: right;
}
.pricing-content li del {
	color: #aaa;
}
.price-bottom {
	background: #f7f7f7;
	text-align: center;
	padding: 25px 0;
	border-radius: 0 0 4px 4px;
}
.pricing-content p {
	background: #F8F8F8;
	padding: 20px;
}
.pricing-content.featured {
	margin-top: -20px;
	position: relative;
	z-index: 9999;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
}
.pricing-content.featured h3 {
	font-size: 38px;
	padding: 45px 0;
}
/* --- scroll --- */

.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);
}
}
/* blink btn */
.blink {
	-webkit-animation-name: blink;
	-moz-animation-name: blink;
	-o-animation-name: blink;
	animation-name: blink;
	-webktit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
.blink-infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.blink-5 {
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-o-animation-iteration-count: 5;
	animation-iteration-count: 5;
}
.blink-furiously {
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
 @-webkit-keyframes blink {
 50% {
 opacity: 0;
}
}
@-moz-keyframes blink {
 50% {
 opacity: 0;
}
}
@-o-keyframes blink {
 50% {
 opacity: 0;
}
}
@keyframes blink {
 50% {
 opacity: 0;
}
}
/* --- button --- */
.btn {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
	font-weight: 700;
}
.btn.btn-noradius {
	border-radius: 0;
}
a.btn:focus {
	outline: 0;
}
.btn-red {
	color: #fff;
	background-color: #c83539;
	border-color: #c83539;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.btn-red:active {
	background-image: none;
}
.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;
}
.box a:hover {
	opacity: 0.6;
}
/* ==== partner ==== */

.partner {
	text-align: center;
}
/* ==== footer ==== */

.t_color {
	color: #FFF;
}
.partner {
	text-align: center;
}
.sub-footer p {
	color: #000;
}
.tel a {
	color: #b9ad42;
	font-size: 17px;
	font-weight: 800;
}
#boxes {
	background-color: rgb(243, 243, 243);
	padding-bottom:60px;
}
/* Media queries */

@media (min-width: 768px) and (max-width: 979px) {
.navbar-brand {
	float: none;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.intro-content {
	padding: 250px 0 0;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.tel a {
	color: #b9ad42;
	font-size: 12px;
	font-weight: 800;
}
}

@media (max-width:767px) {
.top-area p {
	text-align: center;
}
.navbar.navbar-custom.navbar-fixed-top {
	background-color: #fff;
}
.badge.custom-badge {
	margin: 0 0 0 0;
}
.navbar-header button {
	border-color: #ccc;
	background-color: #eee;
	padding: 5px 10px;
}
.navbar-header i {
	color: #666;
}
.boxes3 {
	width: 100%;
}

.navbar-custom ul.nav li {
	border-bottom: 1px solid #eee;
}
.navbar-custom ul.nav li:last-child {
	padding-bottom: 0;
}
.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #eee;
	padding-left: 20px;
}
.service-box {
	margin: 10px 0px;
}
.pricing-content.featured {
	margin-top: 20px;
}
.pricing-content:hover {
	margin-top: 20px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cta-text {
	float: none;
	text-align: center;
}
.cta-btn {
	float: none;
	text-align: center;
}
.sub-footer p {
	float: none;
	text-align: center;
}
.sub-footer p {
	float: none;
	text-align: center;
}
}

@media (max-width:480px) {
.navbar-custom .nav.navbar-nav {
	background-color: rgba(255,255,255,.4);
}
.navbar.navbar-custom.navbar-fixed-top {
	margin-bottom: 30px;
}
.box {
	padding: 45px;
}
.box i {
	margin-bottom: 30px;
}
h4 {
    font-size: 18px;
}
}

@media (max-width:320px) {
.navbar-brand {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.intro-content {
	padding: 250px 0 0;
}
}
.about {
	color: #b9ad42;
}
.block {
	padding: 20px;
	background: #fff;
	-moz-box-shadow: 0 0 50px #add8e6 inset, 2px 2px 0 #cecece;
	-webkit-box-shadow: 0 0 50px #f7f7f7 inset, 2px 2px 0 #cecece;
}
.tb_bg {
	background-color: #e8e7da;
}
.toptitle {
	font-weight: normal;
    background: #fcfcfc;
    margin: 0 0 25px 0;
    padding: 7px;
    border-top: 1px solid #ddd;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 32px;
    font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/* gutter 0px */
.row-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.row-0 > [class*='col-'] {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0 -2%;
}
/* gutter 10px */
.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.row-10 > [class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}
/* gutter 20px */
.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > [class*='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}
/* gutter 40px */
.row-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row-40 > [class*='col-'] {
	padding-right: 20px;
	padding-left: 20px;
}
/*gridのgutter調整*/
.row-0 {
	padding-right: 0px;
	padding-left: 0px;
}
.row-5l {
	padding-left: 5px;
}
.row-5 {
	padding-right: 5px;
	padding-left: 5px;
}
.row-10 {
	padding-right: 5px;
	padding-left: 5px;
}
.row-20 {
	padding-right: 10px;
	padding-left: 10px;
}
.row-30 {
	padding-right: 15px;
	padding-left: 15px;
}
.row-40 {
	padding-right: 20px;
	padding-left: 20px;
}
.mt_5 {
	margin-top: 5px
}
.mt_10 {
	margin-top: 10px
}
.mt_20 {
	margin-top: 20px
}
.mt_30 {
	margin-top: 30px
}
.mt_40 {
	margin-top: 40px
}
.mt_50 {
	margin-top: 50px
}
.mt_60 {
	margin-top: 60px
}
.mt_70 {
	margin-top: 70px
}
.mt_80 {
	margin-top: 80px
}
.mt_90 {
	margin-top: 90px
}
.mt_100 {
	margin-top: 100px
}
.mt_150 {
	margin-top: 150px
}
.mb_5 {
	margin-bottom: 5px
}
.mb_10 {
	margin-bottom: 10px
}
.mb_20 {
	margin-bottom: 20px
}
.mb_30 {
	margin-bottom: 30px
}
.mb_40 {
	margin-bottom: 40px
}
.mb_50 {
	margin-bottom: 50px
}
.mb_60 {
	margin-bottom: 60px
}
.mb_70 {
	margin-bottom: 70px
}
.mb_80 {
	margin-bottom: 80px
}
.mb_90 {
	margin-bottom: 90px
}
.mb_100 {
	margin-bottom: 100px
}
.mb_150 {
	margin-bottom: 150px
}
.ml_5 {
	margin-left: 5px
}
.ml_10 {
	margin-left: 10px
}
.ml_15 {
	margin-left: 15px
}
.ml_20 {
	margin-left: 20px
}
.ml_30 {
	margin-left: 30px
}
.ml_40 {
	margin-left: 40px
}
.ml_50 {
	margin-left: 50px
}
.ml_60 {
	margin-left: 60px
}
.ml_70 {
	margin-left: 70px
}
.ml_80 {
	margin-left: 80px
}
.ml_90 {
	margin-left: 90px
}
.ml_100 {
	margin-left: 100px
}
.ml_150 {
	margin-left: 150px
}
.mr_5 {
	margin-right: 5px
}
.mr_10 {
	margin-right: 10px
}
.mr_20 {
	margin-right: 20px
}
.mr_30 {
	margin-right: 30px
}
.mr_40 {
	margin-right: 40px
}
.mr_50 {
	margin-right: 50px
}
.mr_60 {
	margin-right: 60px
}
.mr_70 {
	margin-right: 70px
}
.mr_80 {
	margin-right: 80px
}
.mr_90 {
	margin-right: 90px
}
.mr_100 {
	margin-right: 100px
}
.mr_150 {
	margin-right: 150px
}
.t_center {
	text-align: center;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.f_left {
	float: left
}
.f_right {
	float: right
}
.fs_9 {
	font-size: 9px
}
.fs_10 {
	font-size: 10px
}
.fs_20 {
	font-size: 20px
}
.fs_30 {
	font-size: 30px
}
.fs_40 {
	font-size: 40px
}
.fs_50 {
	font-size: 50px
}
.fs_60 {
	font-size: 60px
}
.fs_70 {
	font-size: 70px
}
.fs_80 {
	font-size: 80px
}
.fs_90 {
	font-size: 90px
}
.fs_100 {
	font-size: 100px
}
.fs_150 {
	font-size: 150px
}

.btn-primary {
    background-color: #b9ad42;
    border-color: #b9ad42;
    color: #ffffff;
}
.btn {
    border-radius: 1.6em;
}
