body {
  background: #fff;
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  color: #454545; font-size:15px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #272727;
}
/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;    
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #56ABE4;
}

.scrollToTop:hover,
.scrollToTop:focus{
  background-color: #fff;
  text-decoration: none;
  outline: none;
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 36px;
  color: #454545;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;font-family:'Roboto-medium';font-weight:500;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #56ABE4;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #56ABE4;
}
/*For Menu Style*/
.img-logo {
  width: 290px;
}
.document-button a {
  margin-top: 15px;
  display: inline-block;
  width: 150px;
  height: 60px;
  background: url("../images/document.png") no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.document-button a:hover {
  background-image: url("../images/document_hover.png");
}
.Light49{ font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size:49px;}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #56ABE4;
  border-color: #56ABE4; border-radius:25px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #56ABE4;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul {
  list-style: none;
  padding: 0;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}


@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}



@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.header {
  border-bottom: 1px solid #eee;
  position: relative;
  width: 100%;
  z-index: 998;
  padding-bottom: 1px;
  background: #fff;
}

.header::after {
  border-bottom:1px solid #eee;
  width: 100%;
  position: absolute;
  content: "";
  height: 1px;
  bottom: 1px;
  left: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-radius:0;
  padding-top:20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #45aed6;
  background-color:transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #000;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
}
.navbar-default .navbar-nav li a :hover{
  color: #45aed6;
}
.navbar-default .collapse .application a{
  color: #45aed6;
  border: 1px solid#45aed6;
  border-radius: 20px;
  padding: 4px 30px;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 15px;
  display:inline-block;
  text-align: center;
  width: 130px;
}
.navbar-default .collapse .application:hover a{
  background-color: #45aed6;
  color:#fff;
}
.navbar-default .collapse .login a{
  color: #45aed6;
  border: 1px solid #45aed6;
  border-radius: 20px;
  padding: 4px 30px;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 5px;
  display:inline-block;
  text-align: center;
  width: 130px;
}
.navbar-default .collapse .login:hover a{
  background-color: #45aed6;
  color:#fff;
}

.navbar-default .collapse .document:hover a{
  text-decoration:none;
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #45aed6;
  background-color: transparent;
}
.navbar-brand{
margin-top:-3px;	
}
.navbar-brand-center{
  margin-top:-3px;	
  text-align: center;
}
/*--------------------*/
/* SLIDER */
/*--------------------*/
.main-slider {
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.main-slider .slick-list {  
  height: 100%;  
}
.single-slide img{
  width: 100%;
  height: 50%;
}

#main-slider {
  overflow: hidden;
  opacity : 0.8;
  
}
#main-slider .item {
  height: 830px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 247px;
  font-size: 60px;
  line-height: 1;
  text-transform: capitalize;
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #fff; text-align:center;
}

#main-slider .slider-inner p {
  margin-top: 20px;
  font-size: 30px;
  line-height:25px;
  text-transform: capitalize; 
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #fff; text-align: center;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 40px; background:transparent; border:3px solid #56ABE4; border-radius:30px;
}
#main-slider .slider-inner .btn.btn-primary{ padding:10px 46px; font-size:22px; background:#56ABE4;}
#main-slider .slider-inner .btn.btn-primary:hover{ background:#fff;color: #45aed6;}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#services {
  padding: 87px 0 87px;
}

.community-edition{
  background:#fff;
  padding:30px 15px;
  border:1px solid #ececec;
  box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  transition:.3s ease-in-out;
  -moz-transition:.3s ease-in-out;
  -webkit-transition:.3s ease-in-out;
  text-align: center;
  height: 260px;
}
.community-edition:hover{
  background:#45aed6;
  color:#fff;
}
.community-edition:hover i {
  color:#fff;
}
.community-edition:hover h4 {
  color:#fff;
}
.community-edition:hover p {
  color:#fff;
}

.community-edition i{
  font-size:60px;
  color:#45aed6;
  margin-bottom: 20px;
}
.community-edition h4{
  font-size:16px;
  color:#000;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1px;
  margin-top:15px;
}
.community-edition p{
  font-size:15px;
  color:#777777;
}
.media.service-box {
  text-align:center;
}


.media.service-box .pull-left {
  width:100%; padding-bottom:25px;
}
.media.service-box .pull-left > i {
  font-size: 42px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #4c4c4c;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;

}

.cd-application-container {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-application-container {
      margin: 4em auto;
  }
  .cd-application-container.cd-full-width {
      width: 100%;
      max-width: none;
  }
}

.cd-application-switcher {
  text-align: center;
}
.cd-application-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  background:#45aed6;
}
.cd-application-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.cd-application-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 120px;
  height: 35px;
  line-height: 40px;
  cursor: pointer;
  font-size:13px;
  color:#fff;
}
.cd-application-switcher .cd-switch {
  /* floating background */
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 120px;
  background-color: #0c1f28;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-application-switcher input[type="radio"]:checked + label + .cd-switch,
.cd-application-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
  transform: translateX(120px);
}

.no-js .cd-application-switcher {
  display: none;
}

.cd-application-list {
  margin: 2em 0 0;
}
.cd-application-list > li {
  position: relative;
  margin-bottom: 1em;
}

.cd-application-list .arrow {
  text-align: center;
  color:#45aed6;
}

@media only screen and (min-width: 768px) {
  .cd-application-list {
      margin: 3em 0 0;
  }
  .cd-application-list:after {
      content: "";
      display: table;
      clear: both;
  }
  .cd-application-list > li {
      width: 95%;
      float: left;
  }
  .cd-has-margins .cd-application-list > li {
      width: 95%;
      float: left;
      margin-right: 1.5%;
  }
  .cd-has-margins .cd-application-list > li:last-of-type {
      margin-right: 0;
  }
}

.cd-application-wrapper {
  /* this is the item that rotates */
  position: relative;
}
.touch .cd-application-wrapper {
  /* fix a bug on IOS8 - rotating elements dissapear*/
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-application-wrapper.is-switched .is-visible {
  /* totate the tables - anticlockwise rotation */
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
.cd-application-wrapper.is-switched .is-hidden {
  /* totate the tables - anticlockwise rotation */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.cd-application-wrapper.is-switched .is-selected {
  opacity: 1;
}
.cd-application-wrapper.is-switched.reverse-animation .is-visible {
  /* invert rotation direction - clockwise rotation */
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -moz-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}
.cd-application-wrapper.is-switched.reverse-animation .is-hidden {
  /* invert rotation direction - clockwise rotation */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}
.cd-application-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.cd-application-wrapper > li {
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Firefox bug - 3D CSS transform, jagged edges */
  outline: 1px solid #ededed;
}
.cd-application-wrapper > li::after {
  /* subtle gradient layer on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-application-wrapper > li.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  display: none;
}
.cd-application-wrapper .is-visible {
  /* the front item, visible by default */
  position: relative;
  z-index: 5;
}
.cd-application-wrapper .is-hidden {
  /* the hidden items, right behind the front one */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cd-application-wrapper .is-selected {
  /* the next item that will be visible */
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .cd-application-wrapper > li::before {
      /* separator between pricing tables - visible when number of tables > 3 */
      content: '';
      position: absolute;
      z-index: 6;
      left: -1px;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 50%;
      width: 1px;
      background-color: #b1d6e8;
  }
  .cd-application-wrapper > li::after {
      /* hide gradient layer */
      display: none;
  }
  .cd-popular .cd-application-wrapper > li {
      box-shadow: inset 0 0 0 3px #e97d68;
  }
  .cd-has-margins .cd-application-wrapper > li, .cd-has-margins .cd-popular .cd-application-wrapper > li {
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .cd-secondary-theme .cd-application-wrapper > li {
      background: #3aa0d1;
      background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
      background: linear-gradient(to top, #3aa0d1, #3ad2d1);
  }
  .cd-secondary-theme .cd-popular .cd-application-wrapper > li {
      background: #e97d68;
      background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
      background: linear-gradient(to top, #e97d68, #e99b68);
      box-shadow: none;
  }
  :nth-of-type(1) > .cd-application-wrapper > li::before {
      /* hide table separator for the first table */
      display: none;
  }
  .cd-has-margins .cd-application-wrapper > li {
      border-radius: 4px 4px 6px 6px;
  }
  .cd-has-margins .cd-application-wrapper > li::before {
      display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .cd-full-width .cd-application-wrapper > li {
      padding: 2.5em 0;
  }
}

.no-js .cd-application-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

@media only screen and (min-width: 320px) {
  .cd-popular .cd-application-wrapper > li::before {
      /* hide table separator for .cd-popular table */
      display: none;
  }

  .cd-popular + li .cd-application-wrapper > li::before {
      /* hide table separator for tables following .cd-popular table */
      display: none;
  }
}

.cd-application-centent {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  color: #FFFFFF;
  border:1px solid #45aed6;
}
.cd-application-centent h2 {
  margin-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.cd-application-centent h4 {
  color:#45aed6;
}
.cd-popular .cd-application-centent {
  background-color: #e97d68;
}
@media only screen and (min-width: 320px) {
  .cd-application-centent {
      height: auto;
      padding: 1.9em 0.9em 1.6em;
      pointer-events: auto;
      text-align: left;
      color: #000;
      font-size:14px;
  }
  .cd-popular .cd-application-centent {
      color:#fff;
      background:#45aed6;
  }
  .cd-secondary-theme .cd-application-centent {
      color: #FFFFFF;
  }
  .cd-application-centent h2 {
      font-size:14px;
      letter-spacing: 2px;
  }
}

.media-body h4{ margin-bottom:15px; font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size:22px; color:#454545;}
.media-body p{ line-height:20px;text-align: center;}
.media.service-box:hover .pull-left > i {
/*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
*/  color: #000;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
  padding: 87px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #56ABE4;
  color: #fff;
 /* box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;*/
}
/*#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}*/
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 0px 0 0 0px;
}
#portfolio .portfolio-filter > li:last-child a {
 /* border-radius: 0 4px 4px 0;*/
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 99%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
  text-align: center;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#services-cooperation {
  background-size: cover;
  padding: 87px 0 80px 0;

}
#services-cooperation h4 {
  color: #fff;
  margin-bottom: 0;
}
#services-cooperation small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#services-cooperation .btns {
  margin-top: 10px;
}

#services-cooperation .col-sm-6{border-bottom:1px solid #f4f4f4; border-right:1px solid #f4f4f4; padding-bottom:20px;}
#services-cooperation .col-sm-6:nth-child(2n+0){border-right:0px solid #f4f4f4;}
#services-cooperation .col-sm-6:nth-child(3), #services-cooperation .col-sm-6:nth-child(4){border-bottom:0px solid #06F;}
#services-cooperation .panel-one{ padding-bottom:20px; padding-top:20px; float:center; height:200px; overflow:hidden;}


#services-cooperation .testi-info{ width:66%; float:left;}
#services-cooperation .testi-info h4{ font-size:18px; color:#454545; margin:0px; padding-top:15px;}
#services-cooperation .testi-info h5{ font-size:14px; color:#454545; margin:0px; padding-bottom:10px; font-weight:normal;}
#services-cooperation .testi-info p{ font-size:15px; color:#454545; line-height:20px;}






#meet-team {
  padding: 87px 0 87px 0;
  background: #eeeeee;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}


#meet-team .team-member .team-info {
/*  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;*/
}

.team-info h3{ margin-bottom:0px;}

#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 87px 0 87px;
  background: #132125 url(../images/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px; font-size:22px; font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; text-transform:capitalize;
}
.animated-number {
  display: inline-block;font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  width: 180px;
  height: 180px;
  font-size: 29px;
  line-height: 180px;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 84px 0 70px 0px; background:#f5f5f5;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 10px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center; background: #fff; box-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
#pricing ul.pricing:hover{box-shadow:0px 4px 12px rgba(0, 0, 0, 0.2); transition:all 0.3s ease 0s;}

#pricing ul.pricing li {
  display: block; font-size:16px;
  padding: 5px 10px; background: #fff;
}
#pricing ul.pricing li.plan-header {

  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  font-size: 18px;
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #fff;
}

#pricing ul.pricing li.plan-header .plan-price {
  margin-top: 10px;
  font-size: 60px;
  color: #454545;
  font-weight:600;
  line-height: 1; 
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  text-transform: uppercase;
}

#pricing ul.pricing li.plan-purchase .btn-primary { background:#56ABE4; border-radius:30px; margin-top:25px; padding:15px 25px 10px; font-size:18px; font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}

#pricing ul.pricing li.plan-header .plan-price span{ font-size:18px; display:block; text-align: center; text-transform:lowercase; font-weight:normal;}

#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

#process {
  padding: 84px 0 70px 0px; background:#fff;
}

#process ul.process {
  list-style: none;
  padding: 0;
  margin: 10px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center; background: #fff; box-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
#process ul.process:hover{box-shadow:0px 4px 12px rgba(0, 0, 0, 0.2); transition:all 0.3s ease 0s;}

#process ul.process li {
  display: block; font-size:15px;
  background: #fff;
}
#process ul.process li .plan-img {
  display: inline-block;
  width: 98%;
}
#process ul.process li.plan-header {
  border-radius: 4px 4px 0 0;
  margin: -5px -15px 10px;
  padding: 15px 15px 5px;
  border: 0;
}
#process ul.process li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#process ul.process li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#process ul.process li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#process ul.process li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#process ul.process li.plan-header .plan-name {
  font-size: 15px;
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #56ABE4;
}

#process ul.process li.plan-header .plan-price {
  margin-top: 10px;
  font-size: 60px;
  color: #454545;
  font-weight:600;
  line-height: 1; 
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  text-transform: uppercase;
}

#process ul.process li.plan-purchase .btn-primary { background:#56ABE4; border-radius:30px; margin-top:25px; padding:15px 25px 10px; font-size:18px; font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}

#process ul.process li.plan-header .plan-price span{ font-size:18px; display:block; text-align: center; text-transform:lowercase; font-weight:normal;}

#process ul.process.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#process ul.process.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#process ul.process.featured li.plan-header .plan-name {
  color: #fff;
}

#get-in-touch {
  padding: 60px 0 50px;
  color: #454545; background:#fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #454545;
}
#get-in-touch .address{ float:left; width:100%; margin-bottom:25px;}
#get-in-touch .address h4{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#get-in-touch .address p{ font-size:16px; color:#454545; margin:0px; padding-bottom:5px;}
#get-in-touch .address a{ color:#454545;}

#get-in-touch .form-control{ height:40px;font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; color:#323232;}
#get-in-touch  textarea.form-control{ height:135px;color:#323232;}

#get-in-touch .btn.btn-primary{font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size:22px; padding:8px 40px;}

#blog {
  padding: 87px 0 87px 0; background:#fff; overflow:hidden;
}

#blog .blog-post {
  padding: 15px; background:#eee; 
}
#blog .blog-post .item {
  height: 200px; }

#owl-example .item{ margin:15px;background:#eee; }



#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .entry-thumbnail img{ max-width:100%;}

#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  display: block;
  margin-bottom: 5px; text-align:center;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d; font-size:18px; text-transform:uppercase; font-weight:normal; font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#blog .btn.btn-primary{ font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size:15px; margin-top:20px; padding:10px 30px;}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
.application-button a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background: url("../images/application.png") no-repeat;
  background-size: contain;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.application-button a:hover {
  background-image: url("../images/application_hover.png");
}
.notes-edition{
  background:#fff;
  padding:40px 15px;
  border:1px solid #ececec;
  box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  transition:.3s ease-in-out;
  -moz-transition:.3s ease-in-out;
  -webkit-transition:.3s ease-in-out;
}

.notes-edition i{
  font-size:60px;
  color:#45aed6;
  margin-bottom: 20px;
}
.notes-edition h4{
  font-size:16px;
  color:#000;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1px;
  margin-top:15px;
}
.notes-edition p{
  font-size:15px;
  padding:10px 15px;
}

.input-group-text {
  width: 15rem;
}
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
}
#footer p {
  font-size: 13px;  
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 768px) and (max-width:999px) {
	#main-menu.navbar-default .navbar-nav > li > a{ padding-left:8px; padding-right:8px; font-size:15px;}
	#meet-team .team-member{ margin-bottom:25px;}
	#meet-team .team-member .team-img, #meet-team .team-member .team-info h3 { text-align:center;}
  #meet-team .team-member .team-info span { text-align:center; display:block;}
  
  #pricing ul.pricing li.plan-header .plan-name {
    font-size: 16px;
  }
}

@media (max-width:767px) {
	#meet-team .team-member{ margin-bottom:25px;}
	#meet-team .team-member .team-img, #meet-team .team-member .team-info h3 { text-align:center;}
	#meet-team .team-member .team-info span { text-align:center; display:block;}
	#blog .blog-post{ margin-bottom:20px;}


}
	
@media (max-width:500px){
  #portfolio .portfolio-filter > li {
    float: center;
    display: block;
  }
  #portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    display: inline-block;
  }
  #portfolio .portfolio-item {
    width: 99%;
    float: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
	#blog .blog-post.blog-large .entry-thumbnail img, .team-img img{ width:100%;}
	.animated-number{ height:130px; width:130px; line-height:130px; font-size:22px;}
	#animated-number strong{ font-size:17px;}
  #blog .blog-post.blog-large .entry-thumbnail{ padding-top:0px;}
  .img-logo {
    width: 200px;
    margin-top: 0px;
    margin-left: 10px;
  }

}
  
@media(max-width:320px ){
  #portfolio .portfolio-filter > li {
    float: center;
    display: block;
  }
  #portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    display: inline-block;
  }
  #portfolio .portfolio-item {
    width: 99%;
    float: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .img-logo {
    width: 180px;
    margin-top: 0px;
    margin-left: 10px;
  }
}