@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
width: 100%;
height: 100%;
font-family: 'Noto Sans Japanese', sans-serif;
font-size: 18px;    
}

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

h1, h2, h3, h4, h5, h6,
code, kbd, pre, samp { font-family: 'Noto Sans Japanese', sans-serif;}

.tooltip,
.popover.
.carousel-control .icon-prev,
.carousel-control .icon-next { font-family: 'Noto Sans Japanese', sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

@media only screen and (max-width: 540px) {
body{font-size: 14px;}    
h1{font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5{font-size: 16px;}
h6 {font-size: 16px;}    
p, li, dt, dd { font-size: 14px;}  
    
}
@media (min-width: 541px) and (min-width: 767px) {
h3 {font-size: 22px;}
}

@media (min-width: 541px) {
br.none{ display: none;}       
}

.light { font-weight: lighter; }

.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
font-family: 'Noto Sans Japanese', sans-serif;
background-color: #111;
font-weight: bold;
}

.navbar-custom .navbar-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #fff;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}


.navbar-inverse {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Mplus 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-inverse .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-inverse .nav li a:focus,
.navbar-inverse .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-inverse .nav li.active {
  outline: none;
}
.navbar-inverse .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-inverse .nav li.active a:hover {
  color: white;
}

.navbar-inverse .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}





.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
text-align: center; 
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #00ff00;
  border-radius: 100% !important;
  font-size: 40px;
  color: #fff;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #00ff00;
  background: rgba(255, 255, 255, 0.5);
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.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);
  }
}

.section{
margin-top: 60px;
margin-bottom: 20px;
}

.download-section {
  width: 100%;
  padding: 50px 0;
  color: #fff;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 10px 0;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-indicators li {
border: 1px solid #777;
}
.carousel-indicators .active {
background-color: #777;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

.carousel .carousel {
        height: 70%;
    }
}


/* =======================================================
*
*   Template Style 
* Edit this section
*
* ======================================================= */


::-webkit-selection {
  color: #fcfcfc;
  background: #00ADB5;
}

::-moz-selection {
  color: #fcfcfc;
  background: #00ADB5;
}

::selection {
  color: #fcfcfc;
  background: #00ADB5;
}

.fh5co-hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .fh5co-hero {
    height: 700px;
  }
}

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#fh5co-hero .flexslider .flex-control-nav {
bottom: 40px;
z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
background: rgba(255, 255, 255, 0.2);
box-shadow: none;
width: 12px;
height: 12px;
cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
cursor: pointer;
background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
display: table;
opacity: 0;
min-height: 700px;
z-index: 9;
}
#fh5co-hero .flexslider .slider-text a:hover {
  color: #fff !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
display: table-cell;
vertical-align: middle;
min-height: 700px;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
font-size: 100px;
font-weight: 700;
color: #fff;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
font-size: 60px;
font-weight: 400;
color: #fff;
}
@media screen and (max-width: 768px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {font-size: 60px;}  
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {font-size: 40px;
}

}
#fh5co-hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
  color: #fff !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

.price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -1.7em;
  position: absolute;
  padding: 4px 20px;
  background: #00ADB5;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #000;
  border-top-color: #00ADB5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media screen and (max-width: 768px) {
.price-box {margin-bottom: 60px;}
}

.counters {
  padding: 20px 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.counters .counter-wrap {
  border: 1px solid red !important;
}
.counters .counter {
  font-size: 44px;
  display: block;
  color: #444;
  font-family: "Open Sans", Arial, serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}
.counters .counter-label {
  color: #31708f;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}


/* =======================================================
*
*   Template Style 
* Project:   Kotha Pro -
*
* ======================================================= */


.about-me-widget.widget {
    padding: 30px 30px;
    margin-bottom: 35px;
    background-color: #fff;
    border: 1px solid #eee;

}

.about-me-widget {
    background: url(../img/0001.jpg) no-repeat;
    background-size: 100%;
    background-color: #fff;
}

.about-me-content {
    padding-top: 35%;
}

.about-me-img {
    position: relative;
    z-index: 2;
}

.img-me {
    border: 5px solid #fff;
    border-radius: 50%;
}

.about-me-content p {
margin-right: 10px;
margin-left: 10px;
}


.social-share ul li a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #C2C2C2;

}

.social-share ul li a i {
    height: 33px;
    width: 33px;
    line-height: 33px;
    font-size: 15px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #777;

}

.social-share ul li a i:hover {
    background: #337ab7;
    color: #FFF;
    border-color: #337ab7;
}



/* =======================================================
* ======================================================= */

.tel-link {font-weight: bold;}

/* Footer Styles */

.footer-area {
background-color: #333;
color: #fff;
font-size: 14px;    
padding-top: 20px;
padding-bottom: 40px;
margin-bottom: 0; 
}

.footer-area a {
color: #fff;    
}

.footer-area span {
margin-right: 20px;    
}

footer {
color: #eee;    
margin-top: 0;    
background-color: #222;  
font-size: 14px;        
}

footer a{
color: #eee;     
}

#to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
}

.spacer			{ height: 100px; }
.spacer-medium	{ height: 50px;  }
.spacer-small	{ height: 25px;  }
.spacer-tiny	{ height: 12px;  }

.mb-40 {margin-bottom: 40px;}
.mb-60 {margin-bottom: 60px;}

/* ============================================================ */

/* Panel Styles Starts */

.panel-smart {
margin-top: 30px;
margin-bottom: 0;
}

.panel-smart h3.panel-heading {
position: relative;
padding: 20px 30px 18px;
    margin-bottom: 0;
color: #fff;
font-size: 24px;
text-transform: uppercase;
background-color: #4cae4c;
}

.panel-smart .panel-heading:before {
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0 26px 26px 0;
border-style: solid;
border-color: #017f78 #fff;
}
.panel-smart .panel-heading .fa {
margin-right: 10px;
}
.panel-smart .panel-body {
padding: 30px 35px;
background-color: #dff0d8;
}

.panel-smart .panel-body ul {
margin-bottom: 0;
}
.panel-smart .panel-body li {
padding-bottom: 10px;
}
.panel-smart .panel-body li .fa {
margin-right: 10px;
color: #007cb5;
}


/* ============================================================ */


/* ============================================================ */

/* Panel Styles Starts */

/*.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}*/
.panel-yellow {
margin-top: 30px;
margin-bottom: 0;
}

.panel-yellow h3.panel-heading {
position: relative;
padding: 20px 30px 18px;
    margin-bottom: 0;
color: #fff;
font-size: 24px;
text-transform: uppercase;
background-color: #ff9900;
}

.panel-yellow .panel-heading:before {
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0 26px 26px 0;
border-style: solid;
border-color: #985f0d #fff;
}
.panel-yellow .panel-heading .fa {
margin-right: 10px;
}
.panel-yellow .panel-body {
padding: 0;
background-color: #fff;
}

.panel-yellow .panel-body ul {
margin-bottom: 0;
}
.panel-yellow .panel-body li {
padding-bottom: 10px;
}


.tab-pane h4 {
margin-top: 30px;    
}

section.bg-a {
background: #f0f8ff;   
    
}

section.bg-b {
background: url(../img/section-bg.jpg) bottom center;
background-size: cover;    
    
}

.nav-tabs li {font-weight: 600;}

.pd-40 {
padding: 40px;    
}

.table td small{font-size: 13px;}

.bs-callout{ margin: 20px 0;
padding: 20px;
border-left: 3px solid #eee;
}

.bs-callout h2, .bs-callout h3{ margin-top: 0; }
.bs-callout h4{ margin-top: 0; margin-bottom: 5px; }
.bs-callout p:last-child{ margin-bottom: 0; }

.bs-callout-default{
background-color: #f8f8f8;
}

.bs-callout-info{
background-color: #f4f8fa;
border-color: #5bc0de;
}
.bs-callout-info h4{ color: #5bc0de; }

.bs-callout-danger{
background-color: #fdf7f7;
border-color: #d9534f;
}
.bs-callout-danger h4{ color: #d9534f; }

.bs-callout-warning{
background-color: #fcf8f2;
border-color: #f0ad4e;
}
.bs-callout-warning h4{ color: #f0ad4e; }

.mailform dl {font-size: 14px;}




/*================================
Testimonials
=============================== */

.mbr-testimonials .row > div {
  padding-bottom: 40px; }
  .mbr-testimonials .row > div:last-child {
    padding-bottom: 0; }
@media (min-width: 992px) {
  .mbr-testimonials .row > div:nth-child(3n+1) {
    clear: left; }
  .mbr-testimonials .row > div:nth-last-child(-1n+3) {
    padding-bottom: 0; } }

/*================================
Testimonials / Item
=============================== */
.mbr-testimonial {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  text-align: center; }
  .mbr-testimonial + * {
    padding-top: 40px; }
  .mbr-testimonial.card {
    background-color: transparent; }
  .mbr-testimonial .card-block {
    background: #dff0d8;
    color: #565656;
    font-family: "Lora";
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2;
    padding: 1.875rem;
    position: relative;
text-align: left;}
    .mbr-testimonial .card-block:after {
      background-color: inherit;
      bottom: -7px;
      content: "";
      display: block;
      height: 14px;
      left: 50%;
      margin-left: -7px;
      position: absolute;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 14px; }
  .mbr-testimonial-lg .card-block {
    padding-bottom: 90px; }
  .mbr-testimonial .card-footer {
    background: none;
    border: 0;
    padding: 0;
    position: relative;
    z-index: 2; }
    .mbr-testimonial .card-footer:last-child {
      border-radius: 0; }

.card-block p{font-size: 14px;}

.mbr-author-name {
  color: #2d2d2d;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
  padding-top: 16px; }

/*================================
panel
=============================== */
#accordion-faqs {
  margin-top: 0;
} 
  #accordion-faqs .panel {
    margin-top: 20px;
    border: none;
  }
    #accordion-faqs .panel-heading {
      padding: 15px 30px;
      background-color: #dff0d8;
    }
    #accordion-faqs .panel-heading.active {
      background-color: #dff0d8;
    }
      #accordion-faqs h5.panel-title {
        font-size: 18px;
      }
      #accordion-faqs .panel-title, 
      #accordion-faqs .panel-title a, 
      #accordion-faqs .panel-title a:hover, 
      #accordion-faqs .panel-title a:focus {
        color: #323946;
        font-weight: normal;
        text-decoration: none;
      }
    #accordion-faqs .panel-title .fa {
      margin-top: -15px;
      margin-right: -30px;
      padding: 16px 15px;
      color: #fff;
      background-color: #4cae4c;
    }
    #accordion-faqs .panel-body {
      padding: 20px 35px 20px;
      background-color: #fff;
      border: none;
    }
.panel-body p {font-size: 16px;}


.flat, 
#accordion-faqs .panel {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      border-radius: 0;
}

#accordion-faqs .panel {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      box-shadow: none;
}