/*====================================================================
Theme Color
  Grey: #2a2a2a #3d3d3d #414141 #666 #757575 #999 #ccc #e7e7e7 #fefefe
  BlueGrey: #778f9b
  Green-Blue: #00abc0
  Blue-Green: #00887a
  Red: #db4a37
  Orenge: #f8a724
  Green: #679e37
  Blue: #029ae4
  Purple: #7d56c1
  Pink: #eb3f79
  Yellow: #f2d535
======================================================================
1. Common
2. Navigation
3. Home Style
4. About Section
5. Team Section ( Invalid - modified:20161024 )
6. Services Section
7. Clients Section ( Invalid - modified:20161024 )
8. Portfolio Section
9. Testimonials Section ( Invalid - modified:20161024 )
10. Contact Section
11. Footer
======================================================================
Last Modified: 2017.01.10 by Soshudo
====================================================================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800'); /* modified:20161228 */

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

  1. Common

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

body, html {
  font-family: 'Open Sans', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* modified:20161228 */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #ccc; /* modified:20161228 */
}

h1 { text-transform: uppercase; }

h1 strong { font-weight: 900; }

h2 {
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
}

h3 {
  font-size: 18px;
  font-weight: 900;
}

h4 { text-transform: uppercase; }

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

h6 { font-size: small; } /* Add - modified:20161024 */

p {
  font-family: 'Open Sans', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* modified:20161228 */
}

p.intro {
  font-size: 16px;
  margin: 0; /* modified:20161227 */
  line-height: 24px;
  font-family: 'Open Sans', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* modified:20161228 */
}

a { color: #e7e7e7; } /* modified:20161229 */

a:hover, a:focus {
  text-decoration: none;
  /* color: #ccc; Invalid - modified:20161229 */
}

.section-title.center { padding: 30px 0; }

.section-title h2,
.section-title.center h2 {
  font-weight: 300;
}

.section-title hr {
  border-color: #f8a724; /* modified:20161227 */
  border-width: 4px;
  width: 90px; /* modified:20161227 */
  float: left;
  clear: both;
}

.section-title.center .line {
  border-top: 4px solid #f8a724; /* modified:20161227 */
  height: 10px;
  width: 100px; /* modified:20161227 */
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.section-title.center hr {
  border-top: 4px solid #f2d535; /* modified:20161227 */
  width: 50px; /* modified:20161227 */
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: 25%; /* modified:20161227 */
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

ul, ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

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

  2. Navigation

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

#tf-menu {
  padding: 20px;
  transition: all 0.8s;
}

#tf-menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}

#tf-menu a.navbar-brand {
  text-transform: uppercase;
  font-size: 21px; /* modified:20161023 */
  color: #ccc; /* modified:20161226 */
  font-weight: 900;
}

#tf-menu a.navbar-brand:hover { /* Add - modified:20161023 */
  /* color: #e7e7e7; Invalid - modified:20161226 */
  opacity: 0.5; /* Add - modified:20161227 */
  transition: all .5s ease 0s; /* Add - modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* Add - modified:20161229 */
}

#tf-menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #ccc; /* modified:20161226 */
  font-size: 14px; /* modified:20161023 */
  letter-spacing: 1px;
}

#tf-menu.navbar-default .navbar-nav > li > a:hover { /* Add - modified:20161023 */
  /* color: #e7e7e7; Invalid - modified:20161226 */
  opacity: 0.5; /* Add - modified:20161227 */
  transition: all .5s ease 0s; /* Add - modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* Add - modified:20161229 */
}

.on {
  background-color: #414141 !important; /* modified:20161226 */
  padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e7e7e7 !important; /* modified:20161226 */
  background-color: transparent;
  font-weight: 900; /* modified:20161226 */
}

.navbar-toggle { border-radius: 0; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent; /* modified:20170108 */
  border-color: #ccc; /* modified:20161227 */
}

.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #ccc; /* modified:20161227 */
}

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

  3. Home Style

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

#tf-home {
  /* Ivavalid - modified:20161226
  background: url(../img/01.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  */
  background-color: #414141; /* modified:20161226 */
  color: #ccc; /* modified:20161226 */
  /* height: 768px; /* Add - modified:20161226 */
}

/* Ivavalid - modified:20161226
#tf-home .overlay {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ *//*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ *//*
  background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ *//*
  background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* IE10+ *//*
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* W3C *//*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0 ); /* IE6-9 *//*
  height: 750px;
  background-attachment: fixed;
}
*/

#tf-home p.lead {
  /* color: #999; Invalid - modified:20161226 */
  margin-top: 20px; /* Add - modified:20161226 */
  line-height: 1.7em; /* Add - modified:20161227 */
  font-size: 16px; /* Add - modified:20161227 */
  letter-spacing: 2px; /* Add - modified:20161227 */
}

#tf-home p.lead span.orange { /* Add - modified:20161227 */
  color: #f8a724;
}

#tf-home p.lead span.yellow { /* Add - modified:20161227 */
  color: #f2d535;
}

.content {
  position: relative;
  padding: 24% 0 0; /* modified:20161230 */
}

.color { color: #ccc; } /* modified:20161226 */

a.fa.fa-angle-down {
  padding: 10px 15px;
  background-color: #999; /* Add - modified:20161229 */
  color: #414141; /* modified:20161229 */
  /* border: 2px solid #ccc; Invalid - modified:20161229 */
  border-radius: 50%;
  font-size: 24px;
  margin-top: 170px; /* modified:20170108 */
  margin-bottom: 80px; /* Add - modified:20170108 */
  transition: all .5s ease 0s; /* modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* modified:20161229 */
}

a.fa.fa-angle-down:hover {
  /* background: #ccc; Invalid - modified:20161226 */
  /* color: #414141; Invalid - modified:20161226 */
  /* border: 2px solid #ccc; Invalid - modified:20161226 */
  opacity: 0.5;
}

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

  4. About Section

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

#tf-about {
  /* height: 728px; /* Add - modified:20161227 */
  padding: 80px 0; /* modified:20170108 */
  background-color: #00887a; /* Add - modified:20161226 */
  color: #e7e7e7; /* Add - modified:20161226 */
}

#tf-about h2 { /* Add - modified:20161227 */
  text-transform: capitalize;
}

#tf-about small { /* Add - modified:20161226 */
  padding-left: 1em;
  color: #e7e7e7;
  opacity: 0.5;
}

#tf-about .col-md-6 { }

.about-img { } /* Add - modified:20161226 */

.img-responsive { /* Add - modified:20161226 */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about-text { margin: 80px 0 0; } /* Add - modified:20161025 */

.line2 { /* Add - modified:20161028 */
  width: 90px;
  height: 19px;
  margin: 20px 0 40px 0;
  border-top: 4px solid #f8a724;
  border-bottom: 4px solid #f2d535;
}

ul.about-list { margin: 30px 0 0; }

ul.about-list li {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Open Sans', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* modified:20161228 */
}

ul.about-list li span {
  margin-right: 10px;
}

.about-social { /* Add - modified:20161228 */
  margin-top: 30px;
}

ul.social li { /* Add - modified:20161228 */
  display: inline-block;
  margin-right: 15px;
}

#tf-about i.fa { /* Add - modified:20161228 */
  height: 40px;
  width: 40px;
  /* border: 2px solid #e7e7e7; */
  font-size: 18px;
  padding: 12px 8px; /* modified:20170119 */
  border-radius: 50%;
  background-color: #414141;
  color: #e7e7e7;
  transition: all .5s ease 0s; /* modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* modified:20161229 */
  margin-top: 7px;
  text-align: center;
}

#tf-about i.fa:hover { /* Add - modified:20161228 */
  background: #eb3f79;
  /* border-color:#e7e7e7; */
  color: #e7e7e7;
}

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

  5. Team Section ( Invalid - modified:20161024 )

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

/*
#tf-team {
  background: url(../img/03.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}

#tf-team .overlay {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ *//*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ *//*
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ *//*
  background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ *//*
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ *//*
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C *//*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 *//*
  height: auto;
  background-attachment: fixed;
  padding: 80px 0;
}

#team { margin: 0 auto; }

#team .item {
  padding: 0;
  margin: 15px;
  color: #fff;
  text-align: center;
}

img.img-circle.team-img {
  width: 120px;
  height: 120px;
  border: 4px solid transparent;
  transition: all .5s ease 0s; /* modified:20161229 *//*
  -webkit-transition: all .5s ease 0s; /* modified:20161229 *//*
}

#tf-team .item .thumbnail:hover>img.img-circle.team-img {
  border: 4px solid #fcac45;
}

#tf-team .thumbnail {
  background: transparent;
  border: 0;
}

#tf-team .thumbnail .caption {
  padding: 9px;
  color: #f2f2f2;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=1);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 20px;
  border-radius: 0;
  background: #fff;
  transition: all .5s ease 0s; /* modified:20161229 *//*
  -webkit-transition: all .5s ease 0s; /* modified:20161229 *//*
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #fcac45;
}

.owl-theme .owl-controls .owl-page.active span { background: #fcac45; }
*/

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

  6. Services Section

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

#tf-services {
  /* Ivavalid - modified:20161226
  background: url(../img/05.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  */
  padding: 80px 0; /* Add - modified:20170108 */
  /* height: 728px; /* Add - modified:20161227 */
  background-color: #679e37; /* Add - modified:20161227 */
  color: #e7e7e7; /* modified:20161227 */
}

/* Ivavalid - modified:20161226
#tf-services .overlay { /* Add - modified:20161024 *//*
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ *//*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ *//*
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ *//*
  background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ *//*
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ *//*
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C *//*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 *//*
  height: auto;
  background-attachment: fixed;
  padding: 80px 0;
}
*/

/* #tf-services { padding: 80px 0; } Invalid - modified:20161024 */

.space { margin-top: 0; } /* modified:20161024 */

#tf-services i.fa {
  font-size: 40px;
  /* border: 4px solid #e7e7e7; Invaalid -  modified:20161227 */
  width: 100px;
  height: 100px;
  padding: 32px 25px; /* modified:20161229 */
  margin-bottom: 10px;
  border-radius: 50%;
  transition: all .5s ease 0s; /* modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* modified:20161229 */
  background-color: #414141; /* Add - modified:20161229 */
  color: #e7e7e7; /* Add - modified:20161229 */
}

/*
#tf-services i.fa.fa-mobile { Invalid - modified:20161025
  font-size: 50px;
  padding: 20px 25px;
}
*/

#tf-services .service { /* Add - modified:20161024 */
  margin-bottom: 30px;
}

/*
#tf-services .service:hover>i.fa { Invalid - modified:20161024
  background: #fcac45;
  color: #fff;
}
*/

#tf-services h4 { } /* Add - modified:20161227 */

#tf-services h6 { opacity: 0.5; } /* Add - modified:20161227 */

#tf-services p { } /* Add - modified:20161227 */

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

  7. Clients Section ( Invalid - modified:20161024 )

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

/*
#tf-clients {
  background: url(../img/04.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}

#tf-clients .overlay {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ *//*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ *//*
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ *//*
  background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ *//*
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ *//*
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C *//*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 *//*
  padding: 80px 0;
  background-attachment: fixed;
}

#clients .item {
  padding: 0;
  margin: 35px;
  color: #fff;
  text-align: center;
}
*/

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

  8. Portfolio Section

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

#tf-works {
  padding: 80px 0; /* modified:20170108 */
  background-color: #778f9b; /* Add - modified:20161227 */
  color: #e7e7e7; /* Add - modified:20161228 */
}

.categories { padding: 10px 0; }

ul.cat li { display: inline-block; }

#tf-works .pull-left h5 { font-weight: normal; } /* Add - modified:20170104 */

#tf-works li.pull-right { margin-top: 10px; }

ol.type li {
  display: inline-block;
  margin-left: 10px;
}

ol.type li:after {
  content: ' | ';
  margin-left: 10px;
}

ol.type li:last-child:after { content: ''; }

ol.type li a { color: #e7e7e7; } /* modified:20161227 */

ol.type li a:hover { /* Add - modified:20161227 */
  opacity: 0.5;
  transition: all .5s ease 0s; /* Add - modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* Add - modified:20161229 */
}

ol.type li a.active { font-weight: 900; } /* modified:20161227 */

.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item { z-index: 1; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

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

.portfolio-item .hover-bg {
  /* height: 260px; */
  height: 100%; /* modified:20161226 */
  overflow: hidden;
  position: relative;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #e7e7e7; /* modified:20161227 */
  background: rgba(0, 0, 0, 0.66);
  padding: 25% 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .5s ease 0s; /* modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* modified:20161229 */
}

.hover-bg .hover-text>h4 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}

.hover-bg:hover .hover-text>h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-bg .hover-text>i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.hover-bg:hover .hover-text { opacity: 1; }

#tf-works i.fa {
  height: 30px;
  width: 30px;
  border: 1px solid #e7e7e7; /* modified:20161227 */
  font-size: 14px; /* modified:20161229 */
  padding: 8px; /* modified:20161229 */
  border-radius: 50%;
  color: #e7e7e7; /* modified:20161227 */
  text-align: center; /* Add - modified:20161029 */
}

/*---------- tf-works-detail ( flame work "ethanol" から移植 modified:20161230 ) ----------*/

#tf-works-detail {
  padding: 90px 0 20px;
  background-color: #757575; /* modified:20170108 */
  color: #ccc; /* modified:20170108 */
}

@media (max-width:767px) { /* Add - modified:20170108 */
  #tf-works-detail {
    padding: 110px 0 20px;
  }
}

#tf-works-detail .dl-horizontal a {
  color: #e7e7e7;
  transition: all .5s ease 0s; /* Add - modified:20170103 */
  -webkit-transition: all .5s ease 0s; /* Add - modified:20170103 */
}

#tf-works-detail .dl-horizontal a:hover {
  opacity: 0.5;
}

#tf-works-detail .dl-horizontal dt {
  text-align: left;
}

#tf-works-detail .dl-horizontal dd {
  text-align: left;
  margin-bottom: 10px; /* modified:20170103 */
  color: #ccc; /* modified:20170108 */
}

#tf-works-detail h4 {
  padding: 25px 0 5px 0; /* modified:20170103 */
  font-size: 21px;
}

#tf-works-detail h5 {
  padding-top: 0;
  font-size: 16px;
}

#tf-works-detail hr {
  border-width: 1px;
  border-color: #555;
}

.work-related-thumb.top { /* Add - modified:20170103 */
  margin-top: 10px;
  margin-bottom: 30px;
}

.work-related-thumb.bottom { /* Add - modified:20170103 */
  margin-top: 10px;
  margin-bottom: 30px;
}

.work-related-thumb .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all .5s ease 0s; /* modified:20170103 */
  -webkit-transition: all .5s ease 0s; /* modified:20170103 */
}

.work-related-thumb .img-thumbnail:hover { opacity: 0.5; } /* modified:20170103 */

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 40px;
  margin-left: 0;
  line-height: 1.42857143;
  color: #ccc;
  text-decoration: none;
  background-color: #414141;
  border: 1px solid #414141; /* 必要 */
  margin: 3px 3px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px !important; /* 両側に default で 4px が設定されている */ 
  letter-spacing: 2px;
  transition: all .5s ease 0s; /* Add - modified:20170103 */
  -webkit-transition: all .5s ease 0s; /* Add - modified:20170103 */
}

.pagination > li > a.active,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #e7e7e7;
  background-color: #7d56c1;
  border-color: #7d56c1; /* 必要 */
}

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

  9. Testimonials Section ( Invalid - modified:20161024 )

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

/*
#tf-testimonials {
  background: url(../img/05.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}

#tf-testimonials .overlay {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ *//*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ *//*
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ *//*
  background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ *//*
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ *//*
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C *//*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 *//*
  padding: 80px 0;
  background-attachment: fixed;
}

#testimonial { padding: 30px 0; }

#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}

#testimonial .item p {
  font-weight: 400;
  margin: 30px 0;
  color: #cfcfcf;
}
*/

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

  10. Contact Section

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

#tf-contact {
  /* Ivavalid - modified:20161226
  background: url(../img/04.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  */
  padding: 80px 0; /* Add - modified:20170108 */
  /* height: 668px; /* Add - modified:20161227 */
  background-color: #00abc0; /* Add - modified:20161227 */
  color: #e7e7e7; /* modified:20161227 */
}

/* Ivavalid - modified:20161226
#tf-contact .overlay { /* Add - modified:20161024 *//*
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ *//*
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ *//*
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ *//*
  background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ *//*
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ *//*
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C *//*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 *//*
  height: auto;
  background-attachment: fixed;
  padding: 80px 0;
}
*/

/* #tf-contact { padding: 80px 0; } Invalid - modified:20161024 */

/* Invalid - modified:20170108
label {
  float: left;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* modified:20161228 *//*
  opacity: 0.7; /* Add - modified:20161227 *//*
}

#tf-contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #757575; /* modified:20161227 *//*
  background-color: #eee; /* modified:20161227 *//*
  background-image: none;
  /* border: 1px solid #ccc; Invalid - modified:20161227 *//*
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#tf-contact .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
*/

.btn.btn-primary.tf-btn.color {
  /* float: right; Invalid - modified:20170108 */
  background: #414141; /* modified:20161227 */
  border: 0;
  border-radius: 2px; /* modified:20161025 */
  margin-top: 20px;
  padding: 10px 40px;
  color: #ccc; /* modified:20161227 */
  text-transform: uppercase;
  font-weight: 900; /* Add - modified:20161025 */
  letter-spacing: 2px; /* Add - modified:20161028 */
}

.btn.btn-primary.tf-btn.color:hover { /* Add - modified:20161025 */
  background: #f2d535; /* modified:20161228 */
  color: #414141; /* Add - modified:20161028 */
  transition: all .5s ease 0s; /* Add -modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* Add - modified:20161229 */
}

/* Invalid - modified:20170108
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
}
*/

/*---------- flame work "ethanol" から移植 modified:20170108 ----------*/

.contact-detail {
  text-align: center;
  margin: 60px 0;
}

.contact-detail i.fa {
  text-align: center;
  font-size: 30px;
  background-color: #FFCC33;
  color: #ffffff;
  padding: 25px 0;
  border-radius: 50px;
  border-top-left-radius: 0;
  margin: 0 10px;
  margin-right: 20px;
  width: 82px;
  height: 80px;
  transition: background-color 0.5s;
}

.contact-detail:hover i.fa { background-color: #333333; }

form#contact-form { padding: 0; }

.contact form#contact-form { padding: 0; } /* modified:20170108 */

.form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #eee; /* modified:20170108 */
  background-image: none;
  border: none; /* modified:20170108 */
  border-radius: 2px; /* modified:20170108 */
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

p.help-block.text-danger ul li {
  display: block;
  /* margin-left: -20px; */
  margin: 10px 0; /* Add - modified:20170108 */
  padding: 10px; /* Add - modified:20170108 */
  background-color: rgba(255,255,255,0.2); /* Add - modified:20170108 */
  border: 1px solid rgba(255,255,255,0.2); /* Add - modified:20170108 */
  border-radius: 2px; /* modified:20170108 */
  color: #e7e7e7; /* modified:20170108 */
  font-size: 14px; /* Add - modified:20170108 */
  font-weight: 700; /* Add - modified:20170108 */
}

#success .alert-danger {
  color: #e7e7e7; /* modified:20170108 */
  background-color: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.2); /* modified:20170108 */
  margin-bottom: 10px;
  border-radius: 2px; /* Add - modified:20170108 */
}

#success .alert.alert-success { /* Add - modified:20170108 */
  color: #e7e7e7;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 10px;
  border-radius: 2px;
}

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

  11. Footer

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

nav#footer {
  background: #414141; /* modified:20161226 */
  color: #999; /* modified:20161226 */
  padding: 8px 0 5px 0; /* modified:20161226 */
}

nav#footer .fnav { vertical-align: middle; }

ul.footer-social li {
  display: inline-block;
  margin-right: 15px; /* modified:20161227 */
}

nav#footer p {
  font-size: 12px;
  margin-top: 15px; /* modified:20170104 */
  letter-spacing: 1px; /* Add - modified:20161025 */
}

nav#footer p a { /* Add - modified:20170108 */
  font-weight: 900;
  color: #ccc;
}

nav#footer p a:hover { /* Add - modified:20170108 */
  opacity: 0.5;
}

#footer i.fa {
  height: 30px;
  width: 30px;
  /* border: 1px solid #ccc; Invalid - modified:20161228 */
  font-size: 14px; /* modified:20161226 */
  padding: 8px 6px; /* modified:20170119 */
  border-radius: 50%;
  background-color: #999; /* Add - modified:20161229 */
  color: #414141; /* modified:20161229 */
  transition: all .5s ease 0s; /* modified:20161229 */
  -webkit-transition: all .5s ease 0s; /* modified:20161229 */
  margin-top: 7px; /* Add - modified:20161025 */
  text-align: center; /* Add - modified:20161028 */
}

#footer i.fa:hover {
  /* background: #ccc; Invalid - modified:20161227 */
  /* border-color:#ccc; Invalid - modified:20161227 */
  /* color: #414141; Invalid - modified:20161226 */
  opacity: 0.5; /* Add - modified:20161229 */
}
