@charset "UTF-8";
/*--------------------------------------------------------------
 Foundation
--------------------------------------------------------------*/
.backgroundCover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section#features, section#buyNow, section#twitter, section.well, section.page, section#footerimg {
  background-size: cover;
}

body {
   background: #fff;
}

.mincho {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", serif;
}

a {
  color: #428bca;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #146387;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.2 header
--------------------------------------------------------------*/
header {
  background: #fff;
  color: #000;
}
header.masthead h1 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: bold;
  color: #fff;
}
header.masthead h2, header.masthead h3 {
  color: #fff;
}

#wrap {
  padding-top: 70px;
}
#wrap.home {
  padding: 0;
}

.section-heading {
  padding: 30px 0;
}
.section-heading h2 {
  font-size: 35px;
  text-align: center;
}
.section-heading h1, .section-heading h2, .section-heading h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.section-heading h1 span, .section-heading h2 span, .section-heading h3 span {
  color: #428bca;
}
.section-heading h4 {
  color: #555;
  line-height: 22px;
}
.section-heading i {
  color: #d9d9d9;
}
.section-heading span.divider {
  margin: 20px auto;
  float: none;
}
.section-heading.white {
  color: #fff;
}

span.its {
  color: #428bca;
  text-transform: uppercase;
}
span.divider {
  height: 10px;
  background: #428bca;
  border-left: 15px solid #000;
  display: block;
  margin: 20px auto;
  width: 30px;
  position: relative;
}
span.divider:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: -1px;
  width: 1px;
  height: 10px;
  background: #fff;
}
span.divider.grey {
  border-color: #999;
}
span.divider.grey:before {
  background: #222;
}

/*--------------------------------------------------------------
1.3 main
--------------------------------------------------------------*/
section#page, section#blog {
  font-size: 16px;
}
section#whoWeAre {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
}
section#whoWeAre .media .media-body h4 {
  font-weight: bold;
}
section#about {
  padding: 40px 0;
}
section#about img {
  margin: 15px auto;
}
section#about .media {
  margin-top: 20px;
}
section#about .media .media-body .media-heading {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}
section#about .media .media-body p {
  margin-top: 20px;
}
section#highlights {
  padding: 60px 0;
  background: #eee;
  border-top: 1px solid #e0e0e0;
}
section#highlights h4, section#highlights h5 {
  font-weight: bold;
}
section#highlights h4 {
  text-transform: uppercase;
}
section#highlights p {
  padding: 15px 0;
  color: #999;
  font-size: 13px;
}
section#highlights ul {
  color: #999;
}
section#features {
  background-image: url(../img/main/bk-bl.gif);
  padding: 50px 0 0 0;
  background-attachment: fixed;
  text-align: left;
}
section#features .media-circle {
  margin: 15px 0;
}
section#features .media-circle .media-body {
  margin-top: 10px;
}
section#features .media-circle .media-body h4 {
  font-weight: 600;
  color: white;
}
section#features .media-circle .media-body p {
  color: white;
}
section#features h2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
}
section#features h2 span {
  color: #428bca;
}
section#services {
  padding: 40px 0;
}
section#services .media-services {
  position: relative;
  padding: 15px;
  background: #f2f2f2;
  border: 2px solid white;
  transition: all 0.25s ease-in-out;
}
section#services .media-services .media-object {
  background: white;
  width: 70px;
  height: 70px;
  padding: 15px;
  margin: 10px auto;
  color: #555;
}
section#services .media-services .media-body {
  margin-top: 9px;
}
section#services .media-services:hover {
  background: white;
  border-color: #e6e6e6;
}
section#services .media-services:hover .media-object {
  background: #428bca;
  color: #fff;
}
section#services .media-services:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: #fff #fff #ccc #ccc;
  background: #ccc;
  display: block;
  width: 0;
  transition: all 0.25s ease-in-out;
  box-shadow: 1px 1px 8px 0px #b3b3b3;
}
section#services .media-services:hover:before {
  border-width: 0;
}
section#services .media-services.right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: #fff #ccc #fff #ccc;
  background: #ccc;
  display: block;
  width: 0;
  transition: all 0.25s ease-in-out;
}
section#services .media-services.right .media-body h4, section#services .media-services.right .media-body p {
  text-align: right !important;
}
section#services .media-services.right:hover:before {
  border-width: 0;
}
section#workflow .media .media-object {
  background: #fff;
  width: 70px;
  height: 70px;
  padding: 15px;
  margin: 10px auto;
  color: #555;
}
section#workflow .media .media-body {
  margin-top: 9px;
}
section#workflow .media:hover {
  background: white;
  border-color: #e6e6e6;
}
section#workflow .media:hover .media-object {
  background: #428bca;
  color: #fff;
}
section#testimonials {
  padding: 40px 0;
}
section#testimonials #testimonials-carousel {
  margin: 30px 0;
}
section#testimonials #testimonials-carousel .item {
  padding: 0 50px;
}
section#testimonials #testimonials-carousel .item p {
  padding: 0 50px;
  text-align: center;
  font-size: 16px;
}
section#testimonials #testimonials-carousel .item .author {
  position: relative;
  color: #999;
}
section#testimonials #testimonials-carousel .item .author h5 {
  text-transform: uppercase;
  color: #8c8c8c;
  margin-bottom: 1px;
}
section#testimonials #testimonials-carousel .item .author p {
  text-align: left;
  padding: 0;
  font-size: 14px;
}
section#testimonials #testimonials-carousel .item .author:before {
  content: "____";
  position: absolute;
  top: -10px;
  left: -40px;
  color: #ccc;
}
section#testimonials #testimonials-carousel .carousel-control {
  background: none;
  width: 30px;
  color: #bfbfbf;
}
section#buyNow {
  background-image: url(../img/main/bk-bl.gif);
  background-attachment: fixed;
  padding: 65px 0;
}
section#buyNow h2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
}
section#buyNow h2 span {
  color: #428bca;
}
section#buyNow p {
  color: #fff;
  padding: 20px 0;
  line-height: 25px;
  font-size: 16px;
}
section#price {
  padding: 40px 0;
}
section#price .data .price-image {
  position: relative;
}
section#price .data .price-image .price-details {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.55);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C000000,endColorstr=#8C000000);
  zoom: 1;
  transition: all 0.25s ease-in-out;
  text-align: center;
  color: #fff;
}
section#price .data .price-image .price-details h4 {
  margin-top: 50px;
  text-transform: uppercase;
}
section#price .data .price-image .price-details p {
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  text-align: left;
  padding: 0 15px;
  font-size: 13px;
}
section#price .data .price-image .price-details ul {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0;
}
section#price .data .price-image .price-details ul li {
  float: left;
}
section#price .data .price-image .price-details ul li a {
  padding: 5px;
  margin: 2px;
}
section#price .data .price-image .price-details ul li a i {
  transition: all 0.25s ease-in-out;
  color: #fff;
}
section#price .data .price-image .price-details ul li a:hover i {
  color: #428bca;
}
section#price .data .price-name {
  background: #f7f7f7;
  padding: 20px 0;
  transition: all 0.25s ease-in-out;
}
section#price .data .price-name h4 {
  margin: 0;
  padding: 0 0 5px 15px;
  text-transform: uppercase;
}
section#price .data .price-name p {
  padding-left: 15px;
  color: #999;
  margin: 0;
}
section#price .data .price-name.price-odd {
  background: #fbfbfb;
}
section#price .data:hover .price-image .price-details {
  opacity: 1;
}
section#price .data:hover .price-name {
  background: #428bca;
}
section#price .data:hover .price-name h4, section#price .data:hover .price-name p {
  color: #fff;
}
section#portfolio {
  padding: 40px 0;
}
section#portfolio #filters {
  text-align: center;
  margin: 20px 0;
}
section#portfolio #filters button {
  background: none;
  border: 2px solid transparent;
  padding: 8px 10px;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
}
section#portfolio #filters button.current {
  border: 2px solid #428bca;
}
section#portfolio #container {
  transition: all 0.25s ease-in-out;
}
section#portfolio #container .item {
  margin: 15px auto;
}
section#portfolio #container .item .details {
  position: relative;
}
section#portfolio #container .item .details .info-wrapper {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}
section#portfolio #container .item .details .info-wrapper .info .name-tag {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 20px 10px 20px;
}
section#portfolio #container .item .details .info-wrapper .info .name-tag h5, section#portfolio #container .item .details .info-wrapper .info .name-tag p {
  color: white;
  text-transform: uppercase;
}
section#portfolio #container .item .details .info-wrapper .info .name-tag h5 {
  font-size: 16px;
  font-weight: bold;
}
section#portfolio #container .item .details .info-wrapper .info .name-tag h5 a {
  color: white;
}
section#portfolio #container .item .details .info-wrapper .info .name-tag h5 a:hover {
  color: white;
  text-decoration: underline;
}
section#portfolio #container .item .details .info-wrapper .info .name-tag span.divider {
  margin: 10px 0;
}
section#portfolio #container .item .details .info-wrapper .heart {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #428bca transparent transparent;
}
section#portfolio #container .item .details .info-wrapper .heart i {
  margin-left: 28px;
  margin-top: 8px;
  display: block;
  color: white;
}
section#portfolio #container .item:hover .details .info-wrapper {
  opacity: 1;
}
section#skills {
  padding: 40px 0;
  background: #ccc;
  border-top: 1px solid #e0e0e0;
}
section#skills .skill-circle {
  margin: 15px auto;
}
section#skills .skill-detail {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

section#twitter {
  background-image: url(../img/main/bk-social.jpg);
  background-attachment: fixed;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
section#twitter p {
  font-size: 16px;
}
section#twitter p a {
  color: #428bca;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
section#twitter p a:hover {
  color: #146387;
}
section#twitter a.btn.btn-empty {
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin: 45px auto;
  position: relative;
  top: 15px;
}
section#twitter .carousel-indicators {
  bottom: -40px;
}
section#get-in-touch {
  padding: 40px 0;
}
section#get-in-touch .contact-details .detail {
  margin: 25px auto;
}
section#get-in-touch .contact-details .detail h4 {
  font-weight: bold;
  text-transform: uppercase;
}
section#get-in-touch .contact-details .detail p {
  color: #999;
}
section#get-in-touch .contact-details .detail ul {
  list-style: none;
  padding: 15px 0;
}
section#get-in-touch .contact-details .detail ul li {
  margin: 0 5px;
  float: left;
}
section#get-in-touch .contact-details .detail ul li a {
  padding: 5px;
  color: #999;
  transition: all 0.25s ease-in-out;
}
section#get-in-touch .contact-details .detail ul li a i {
  font-size: 1.7em;
}
section#get-in-touch .contact-details .detail ul li a:hover {
  color: #428bca;
}

section#page {
  padding-bottom: 30px;
}
section#page .article .date span {
  display: block;
  font-size: 14px;
}
section#page .article .share-post {
  margin: 30px 0;
}
section#page .article .share-post span {
  margin-right: 20px;
  border-right: 1px solid #CCC;
  padding-right: 20px;
}
section#page .article .share-post a {
  margin: 0 5px;
  color: #999;
}
section#page .article .share-post a:hover {
  color: #428bca;
}
section#page .article .comments .media-comments {
  position: relative;
  padding: 15px;
  background: #f2f2f2;
  border: 2px solid #fff;
  transition: all 0.25s ease-in-out;
}
section#page .article .comments .media-comments .media-object {
  background: #fff;
  width: 70px;
  height: 70px;
  padding: 15px;
  margin: 10px auto;
  color: #555;
}
section#page .article .comments .media-comments .media-body {
  margin-top: 9px;
}
section#page .article .comments .media-comments .media-body .media-heading span {
  float: right;
  font-size: 13px;
}
section#page .article .comments .media-comments p.date {
  background: none;
  color: #ccc;
  font-size: 12px;
  text-align: left;
  padding: 0;
  text-transform: none;
}
section#page .article .comments .media-comments:hover {
  background: #fff;
  border-color: #e6e6e6;
}
section#page .article .comments .media-comments:hover .media-object {
  background: #428bca;
  color: #fff;
}
section#page .article .comments .media-comments:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: #fff #fff #ccc #ccc;
  background: #ccc;
  display: block;
  width: 0;
  transition: all 0.25s ease-in-out;
}
section#page .article .comments .media-comments:hover:before {
  border-width: 0;
}
section#page .article .comments .media-comments.reply {
  margin-left: 80px;
  position: relative;
  overflow: visible;
}
section#page .article .comments .media-comments.reply:after {
  position: absolute;
  content: " ";
  width: 2px;
  height: 100%;
  top: 0;
  background: #e6e6e6;
  left: -40px;
}
section#page .pagination-wrapper {
  text-align: center;
}
section#page .pagination-wrapper .pagination > li > a, section#page .pagination-wrapper .pagination > li > span {
  color: #428bca;
}
section#page .pagination-wrapper .pagination > .active > a, section#page .pagination-wrapper .pagination > .active > span, section#page .pagination-wrapper .pagination > .active > a:hover, section#page .pagination-wrapper .pagination > .active > span:hover, section#page .pagination-wrapper .pagination > .active > a:focus, section#page .pagination-wrapper .pagination > .active > span:focus {
  background-color: #428bca;
  border-color: #428bca;
  color: white;
}
section#blog .article {
  margin: 25px 0;
}
section#blog .article span.divider {
  float: none;
  margin: 40px 0;
}
section#blog .article h3 a {
  color: #333;
}
section#blog .article h3 a:hover {
  color: #428bca;
}
section#blog .article .article-details {
  margin: 15px 0;
}
section#blog .article .article-details .author, section#blog .article .article-details .tags {
  display: inline-block;
}
section#blog .article .article-details .author a, section#blog .article .article-details .tags a {
  color: #333;
}
section#blog .article .article-details .tags {
  margin-left: 5px;
}
section#blog .article .article-details .tags i {
  color: #428bca;
}
section#blog .article .article-data {
  color: #333;
  margin: 20px 0;
}
section#blog .article .type {
  background: #428bca;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  color: white;
  border-radius: 5px;
}
section#blog .article .date {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
  border-radius: 5px;
}
section#blog .article .date span {
  display: block;
  font-size: 14px;
}
section#blog .article .share-post {
  margin: 30px 0;
}
section#blog .article .share-post span {
  margin-right: 20px;
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
section#blog .article .share-post a {
  margin: 0 5px;
  color: #999;
}
section#blog .article .share-post a:hover {
  color: #428bca;
}
section#blog .article .comments .media-comments {
  position: relative;
  padding: 15px;
  background: #f2f2f2;
  border: 2px solid #fff;
  transition: all 0.25s ease-in-out;
}
section#blog .article .comments .media-comments .media-object {
  background: white;
  width: 70px;
  height: 70px;
  padding: 15px;
  margin: 10px auto;
  color: #555;
}
section#blog .article .comments .media-comments .media-body {
  margin-top: 9px;
}
section#blog .article .comments .media-comments .media-body .media-heading span {
  float: right;
  font-size: 13px;
}
section#blog .article .comments .media-comments p.date {
  background: none;
  color: #ccc;
  font-size: 12px;
  text-align: left;
  padding: 0;
  text-transform: none;
}
section#blog .article .comments .media-comments:hover {
  background: #fff;
  border-color: #e6e6e6;
}
section#blog .article .comments .media-comments:hover .media-object {
  background: #428bca;
  color: #fff;
}
section#blog .article .comments .media-comments:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: #fff #fff #ccc #ccc;
  background: #ccc;
  display: block;
  width: 0;
  transition: all 0.25s ease-in-out;
}
section#blog .article .comments .media-comments:hover:before {
  border-width: 0;
}
section#blog .article .comments .media-comments.reply {
  margin-left: 80px;
  position: relative;
  overflow: visible;
}
section#blog .article .comments .media-comments.reply:after {
  position: absolute;
  content: " ";
  width: 2px;
  height: 100%;
  top: 0;
  background: #e6e6e6;
  left: -40px;
}
section#blog .pagination-wrapper {
  text-align: center;
}
section#blog .pagination-wrapper .pagination > li > a, section#blog .pagination-wrapper .pagination > li > span {
  color: #428bca;
}
section#blog .pagination-wrapper .pagination > .active > a, section#blog .pagination-wrapper .pagination > .active > span, section#blog .pagination-wrapper .pagination > .active > a:hover, section#blog .pagination-wrapper .pagination > .active > span:hover, section#blog .pagination-wrapper .pagination > .active > a:focus, section#blog .pagination-wrapper .pagination > .active > span:focus {
  background-color: #428bca;
  border-color: #428bca;
  color: white;
}

/*--------------------------------------------------------------
1.4 sidebar
--------------------------------------------------------------*/
section .side-block {
  margin-top: 25px;
}
section .side-block.search input.form-control {
  background: #eee;
  border: none;
  height: 40px;
}
section .side-block.search button {
  border: none;
  background: none;
}
section .side-block.search button i {
  top: 3px;
  right: 8px;
  color: #428bca;
}
section .side-block span.divider {
  margin: 40px 0;
  display: block;
}
section .side-block h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
section .side-block p {
  color: #999;
}
section .side-block ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
section .side-block ul li {
  margin: 5px 0;
}
section .side-block ul li a {
  color: #999;
}
section .side-block .media a.pull-left {
  margin-right: 10px;
}
section .side-block .media .media-object {
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 0;
  border: none;
}
section .side-block .media .media-body {
  font-size: 13px;
  line-height: 16px;
  color: #999;
}
section .side-block .media .media-body a {
  display: block;
  margin-top: 7px;
}
section .side-block a.tag {
  border: 2px solid #999;
  color: #999;
  padding: 8px;
  border-radius: 5px;
  margin: 5px;
  text-transform: lowercase;
  display: inline-block;
}
section .side-block a.tag:hover {
  border-color: #428bca;
  color: #000;
}
section.well {
  border: none;
  border-radius: 0;
  background-image: url(../img/main/bk-social.jpg);
  background-attachment: fixed;
  padding: 45px;
}
section.well h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
section.well .breadcrumb {
  background: none;
  float: right;
  margin-bottom: 0;
  padding: 28px 15px 5px 15px;
}
section.well .breadcrumb .active {
  color: white;
}
section.page {
  border: none;
  border-radius: 0;
  background-image: url(../img/main/bk-page.jpg);
  background-attachment: fixed;
  padding: 45px;
}
section.page h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
section.page .breadcrumb {
  background: none;
  float: right;
  margin-bottom: 0;
  padding: 28px 15px 5px 15px;
}
section.page .breadcrumb .active {
  color: #fff;
}
section#footerimg {
  border: none;
  background-image: url(../img/main/bk-page.jpg);
  background-attachment: fixed;
  width: 100%;
  height: 200px;
}

section .side-block ul {
  list-style-image: url(../img/bullet-bl.png);
  line-height: 25px;
}

/*--------------------------------------------------------------
1.5 footer
--------------------------------------------------------------*/
footer#site-footer {
  padding: 40px 0;
  background: #222;
  color: #fff;
  text-align: center;
}
footer#site-footer span.divider {
  float: none;
}
footer#site-footer h4, footer#site-footer h5 {
  text-transform: uppercase;
}
footer#site-footer a img.top {
  margin: 20px 0;
}
footer#site-footer ul.list-inline > li > a {
  color: #fff;
}
footer#site-footer ul.list-inline > li > a:hover {
  text-decoration: underline;
}

.go-down {
  position: absolute;
  bottom: 20px;
  right: 49.2%;
  z-index: 999;
}
.go-down a {
  color: #fff;
}

/*--------------------------------------------------------------
 Object
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 Component
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 menu
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
2.2 buttons
--------------------------------------------------------------*/
.btns {
  display: inline-block;
  vertical-align: middle;
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn.btn-primary {
  background: #428bca;
  border: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 40px;
}
.btn.btn-primary:hover {
  background: #1d93ca;
}
.btn.btn-empty {
  background: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
}
.btn.btn-empty:hover {
  background: #fff;
  color: #428bca;
}

.cssbutton {
  width: 200px;
  margin: 15px auto;
  text-align: center;
  background-color: #333;
  border: 2px solid #ccc;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 5px 0 #ccc;
  line-height: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cssbutton2 {
  width: 200px;
  margin: 15px auto;
  text-align: center;
  background-color: #333;
  border: 2px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 5px 0 #ccc;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}

/*--------------------------------------------------------------
2.3 dialog
--------------------------------------------------------------*/
#gsearch .gsc-search-box {
  position: relative;
}
#gsearch .gsc-search-box .gsc-input-box {
  background-color: #eee;
}
#gsearch .gsc-search-box td.gsc-input, #gsearch td.gsc-input .gstl_50 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  height: 50px;
  vertical-align: top;
}
#gsearch .gsc-search-box .gsib_a {
  padding: 0 !important;
}
#gsearch .gsc-search-box input#gsc-i-id1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px !important;
  padding: 10px !important;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(234, 234, 234, 0.5) inset;
  box-shadow: 2px 2px 2px 2px rgba(234, 234, 234, 0.5) inset;
  background-position: 5px center !important;
}
#gsearch .gsc-search-box .gsib_b {
  position: absolute;
  width: 20px;
  top: 12px;
  left: 70%;
}
#gsearch .gsc-search-box .gsc-input-box, #gsearch .gsc-search-box .gsc-input-box-hover, #gsearch .gsc-search-box .gsc-input-box-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#gsearch .gsc-search-box input.gsc-search-button-v2, #gsearch .gsc-search-box input.gsc-search-button {
  width: 100%;
  padding: 0 !important;
  opacity: 0;
}

/*--------------------------------------------------------------
2.4 sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.5 media
--------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: "";
  }

  abbr[title]:after {
    content: "";
  }
}
.pre-loader {
  position: fixed;
  background: #ecf0f1;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #bdc3c7;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%,
	80%,
	100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.media {
  margin: 50px 0;
  text-align: left;
  overflow: hidden;
}
.media a {
  text-decoration: none;
}
.media a.pull-left {
  margin-right: 25px;
}
.media a.pull-right {
  margin-left: 25px;
}
.media a .media-object {
  background: #428bca;
  color: #fff;
  border: 4px solid #428bca;
  padding: 18px;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}
.media:hover .media-object {
  background: #fff;
  color: #428bca;
  border-radius: 50%;
}
.media.right {
  text-align: right;
}
.media .media-body h4 {
  color: #000;
  text-transform: uppercase;
}
.media.media-circle .media-object {
  border-radius: 50%;
  padding: 10px;
  background: none;
  color: #428bca;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  border: 2px solid white;
}
.media.media-circle:hover .media-object {
  background: white;
}
.media.vertical .media-object {
  background: white;
  width: 70px;
  height: 70px;
  margin: 10px auto;
  color: #555;
}
.media.vertical .media-body {
  text-align: center;
}
.media.vertical:hover .media-object {
  background: #428bca;
  color: #fff;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
.quote {
  background: #333;
  color: #fff;
  border-left: 4px solid #428bca;
  border-radius: 0 5px 5px 0;
  padding: 25px;
  margin-bottom: 15px;
}

:focus {
  outline: 0;
}

canvas {
  width: 200px;
  height: 200px;
  display: block;
  float: none;
}

/*--------------------------------------------------------------
 Project
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 articles
--------------------------------------------------------------*/
#estimate .fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(247, 247, 247, 0.9);
  border-top: 1px solid #ddd;
}

#posts img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: all .2s ease-in-out;
}
#posts img:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 10px 8px rgba(0, 0, 0, 0.5);
}

#search_results > li {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
}
.carousel-caption p > a {
  color: #d2d2d2;
}

.article-data {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 30px;
  color: #333;
}
.article-data p {
  margin-bottom: 30px;
}
.article-data h3 {
  color: #fff;
  background: #3e8acd;
  padding: 15px 15px;
}
.article-data h4 {
  color: #444444;
  background: #f3f3f3;
  padding: 10px 15px;
  border-left: 3px solid #3e8acd;
}
.article-data h5 {
  color: #3f3f3f;
  padding: 10px 15px;
  border-bottom: 3px solid #3e8acd;
}

.select::selection {
  background: red;
  color: white;
}

/*--------------------------------------------------------------
3.2 post
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.flexbox-1 {
  display: flex;
}
.flexbox-1 .items-1 {
  width: 150px;
  background-color: #eee;
  text-align: center;
  padding: 5px;
  border: 1px solid #999;
}
.flexbox-1 .items-logo {
  margin-right: auto;
  background-color: #eee;
  padding: 5px;
  border: 1px solid #999;
}

.flexbox-2 {
  display: flex;
  justify-content: space-between;
}
.flexbox-2 .items-2 {
  width: 150px;
  background-color: #eee;
  text-align: center;
  padding: 5px;
  border: 1px solid #999;
}

.flexbox-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox-3 .items-3 {
  width: 200px;
  background-color: #eee;
  padding: 5px;
}

/*--------------------------------------------------------------
3.3 gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
3.4 pages
--------------------------------------------------------------*/
/* googlemap views*/
#gmap {
  height: 400px;
  max-height: 90%;
  width: 95%;
  margin: 0 auto 15px;
}
#gmap p {
  line-height: 1.5;
  padding: 0;
}
#gmap strong {
  line-height: 2;
  color: #000;
}
#gmap label {
  width: auto;
  display: inline;
}
#gmap img {
  max-width: none;
  margin: 0;
  padding: 0;
}

/*googlemap bugfix for ja*/
.gm-style-iw {
  overflow: hidden;
  white-space: nowrap;
}
.gm-style-iw div {
  overflow: hidden;
}

article#sample #map {
  width: 100%;
  min-height: 300px;
}

@media (min-width: 768px) {
  article#sample #map {
    min-height: 700px;
  }
}
.breadcrumb {
  font-size: 12px;
}

.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}

dl.faq {
  overflow: hidden;
  _zoom: 1;
}
dl.faq dd {
  text-indent: -3em;
  padding: 0 30px 0 50px;
}
dl.faq dt {
  text-indent: -3em;
  padding: 0 30px 0 50px;
  margin: 10px 10px 0 0;
}
dl.faq dd:first-letter, dl.faq dt:first-letter {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
}
dl.faq dd {
  margin: 10px 0 -1px 0;
  padding-bottom: 15px;
}
dl.faq dt:first-letter {
  color: #327ab7;
}
dl.faq dd:first-letter {
  color: #d9534f;
}

ul.snsb {
  padding: 10px 0;
  margin-bottom: 0;
  font-family: sans-serif;
  line-height: 150%;
}
ul.an > li {
  margin-bottom: 15px;
}

.snsb li {
  float: left;
  list-style-type: none;
  margin-left: 0;
  margin-right: 7px;
  margin-top: 2px;
  margin-bottom: 5px;
}

#sample #test ul {
  margin: 0;
  padding: 0;
}
#sample #test li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  cursor: pointer;
}
#sample #test li:hover {
  background-color: #c8f0ff;
}
#sample #test .icon {
  float: left;
  width: 30%;
}
#sample #test .icon img {
  width: 100%;
}
#sample #test dl {
  float: right;
  width: 68%;
}
#sample #test dt {
  font-weight: bold;
  margin-bottom: 15px;
}
#sample .green {
  width: 2em;
  height: 2em;
  background-color: green;
}
#sample .blue {
  width: 2em;
  height: 2em;
  background-color: blue;
}
#sample .red {
  width: 2em;
  height: 2em;
  background-color: red;
}
#sample .squere {
  width: 3em;
  height: 3em;
  background-color: blue;
}
#sample .fireworks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
3.5 plugin
--------------------------------------------------------------*/
.carousel-indicators.vertical {
  right: 15px;
  left: inherit;
  margin-left: 0;
  width: 20px;
  bottom: 0px;
}
.carousel-indicators.vertical li {
  display: block;
  margin: 10px 0;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  transition: all 0.25s ease-in-out;
}
.carousel-indicators.vertical li.active {
  margin: 10px 0;
  width: 15px;
  height: 15px;
  border: 2px solid white;
}
.carousel-indicators li {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  transition: all 0.25s ease-in-out;
}
.carousel-indicators li.active {
  margin: 10px 0;
  width: 15px;
  height: 15px;
  border: 2px solid white;
}


@media (max-width: 767px) {

  .theme-switcher {
    display: none;
  }

  header.masthead h1 {
    font-size: 30px;
  }
  header.masthead h2 {
    font-size: 16px;
    margin-top: 20px;
  }
  header.masthead h3 {
    font-size: 14px;
  }
  header.masthead .tp-caption a, header.masthead h1, header.masthead h2, header.masthead h3 {
    color: #fff;
  }
}
.theme-switcher {
  position: absolute;
  margin-top: 20px;
}
.theme-switcher .colors {
  display: none;
  overflow: hidden;
  float: left;
}
.theme-switcher a {
  width: 30px;
  height: 30px;
  float: left;
  display: inline-block;
}
.theme-switcher a.orange {
  background: #ffa500;
}
.theme-switcher a.blue {
  background: #428bca;
}
.theme-switcher a.red {
  background: #dc143c;
}
.theme-switcher .Switcher {
  color: #999;
  text-align: center;
  line-height: 28px;
  border: 1px solid #333;
}
.theme-switcher .Switcher:hover, .theme-switcher .Switcher.active {
  color: #fff;
  background: #555;
  border-color: #555;
}

/*--------------------------------------------------------------
 Utility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 align
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/*Height adjustment*/
.height-top {
  display: table-cell;
  vertical-align: top;
}

.height-center {
  display: table-cell;
  vertical-align: middle;
}

.height-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.img-center {
  margin: 0 auto;
}

/*--------------------------------------------------------------
4.2 clearfix
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
4.3 margin
--------------------------------------------------------------*/
/*padding*/
.mtb {
  margin: 15px 0;
}

.mb {
  margin: 0 0 15px;
}

/*--------------------------------------------------------------
4.3 position
--------------------------------------------------------------*/
.has-feedback.left .form-control-feedback {
  top: 7px;
  right: inherit;
  left: 0;
}
.has-feedback.left .form-control {
  padding-left: 33px;
  padding-right: 0;
}

#form_ajax .form-control {
  height: 50px;
  padding: 12px;
  border: 1px solid #eee;
}
#form_ajax #comment {
  height: 200px;
}

/*--------------------------------------------------------------
4.4 size
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.5 text
--------------------------------------------------------------*/
.text-white {
  color: #fff;
}

.text-pink {
  color: #ff7ca7;
}

.text-brown {
  color: #b87f4a;
}

.bold {
  font-size: 1.1em;
  font-weight: bold;
}

.require {
  background-color: #aaaa00;
  color: #fff;
  font-size: 0.8em;
  padding: 1px 5px;
  margin-left: 5px;
}

.any {
  background-color: #8d8d8d;
  color: #fff;
  font-size: 0.8em;
  padding: 1px 5px;
  margin-left: 5px;
}

/*--------------------------------------------------------------
4.6 accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.with-errors{
font-size:0.7rem;
color: red;
}

.check_text{
margin-left:5px;
}

.sub_txt{
font-size:0.6rem;
color: gray;
}

#lab_ch_filter {
padding-left:14px;
}

/*--------------------------------------------------------------
5 layout
--------------------------------------------------------------*/
