@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Mplus 1p", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #ccc;
  background: #000;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #8C7676;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #8C7676;
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Mplus 1p", sans-serif;
  font-weight: 700;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #8C7676;
}

::-moz-selection {
  color: #fff;
  background: #8C7676;
}

::selection {
  color: #fff;
  background: #8C7676;
}

.navbar-collapse {
  border: none !important;
}

#fh5co-header {
  position: absolute;
  z-index: 999999;
  width: 100%;
  opacity: 1;
  top: 0;
  float: left;
}

#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
  display: table;
}

#fh5co-header #navbar {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  #fh5co-header #navbar {
    position: absolute;
    top: 8em;
  }
}

#fh5co-header #navbar li {
  width: 16px;
  height: 16px;
  display: block !important;
  margin: 15px 0;
  clear: both;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #fh5co-header #navbar li {
    margin-left: 10px !important;
  }
}

#fh5co-header #navbar li a {
  font-family: "Mplus 1p", sans-serif;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  width: 12px;
  height: 12px !important;
  text-indent: -999999px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

#fh5co-header #navbar li a:hover {
  color: #000;
}

#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-header #navbar li.active {
  width: 16px;
  height: 16px;
  background: #fff;
}

#fh5co-header #navbar li.active a {
  background: #000;
  background: none;
}

@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a {
    color: #8C7676;
  }
}

#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}

#fh5co-header .navbar-brand:after,
#fh5co-header .navbar-brand:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: -12px;
  margin-left: 0px;
  bottom: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-header .navbar-brand:before {
  left: 0px;
  background: rgba(140, 118, 118, 0.8);
}

#fh5co-header .navbar-brand>span {
  color: #8C7676;
}

@media screen and (max-width: 992px) {
  #fh5co-header .navbar-brand {
    padding-left: 55px !important;
    padding-right: 0 !important;
  }

  #fh5co-header .navbar-brand:after,
  #fh5co-header .navbar-brand:before {
    margin-left: 25px;
  }
}

#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}

#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #535659;
}

#fh5co-header.navbar-fixed-top #navbar li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #8C7676;
}

@media screen and (max-width: 992px) {
  #fh5co-header.navbar-fixed-top #navbar li a {
    font-size: 20px;
  }
}

#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: #8C7676 !important;
}

@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #8C7676 !important;
  }
}

#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #8C7676;
}

@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}

#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#fh5co-home {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #fh5co-home {
    background-position: center center;
    background-attachment: initial;
  }
}

#fh5co-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}

#fh5co-home a:hover {
  color: #fff;
  text-decoration: none;
}

#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}

#fh5co-home,
#fh5co-home .text-wrap {
  height: 900px;
}

@media screen and (max-width: 768px) {

  #fh5co-home,
  #fh5co-home .text-wrap {
    height: 500px;
  }
}

#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}

#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
}

#fh5co-home .text-inner h1 {
  font-size: 60px;
  color: white;
  margin: 0 0 30px 0;
  font-weight: 700;
  line-height: 58px;
}

#fh5co-home .text-inner h1 span {
  color: #8C7676;
}

@media screen and (max-width: 768px) {
  #fh5co-home .text-inner h1 {
    font-size: 40px;
  }
}

#fh5co-home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 60px 0;
}

#fh5co-services1,
#fh5co-services2,
#fh5co-services3,
#fh5co-services4,
#fh5co-explore,
#fh5co-team,
#fh5co-footer,
#fh5co-work,
#fh5co-counters,
#fh5co-pricing {
  padding: 0;
}

@media screen and (max-width: 768px) {

  #fh5co-services1,
  #fh5co-services2,
  #fh5co-services3,
  #fh5co-services4,
  #fh5co-explore,
  #fh5co-team,
  #fh5co-footer,
  #fh5co-work,
  #fh5co-counters,
  #fh5co-pricing {
    padding: 3em 0;
  }
}

#fh5co-services1,
#fh5co-services2,
#fh5co-services3,
#fh5co-services4,
{
padding-bottom: 0;
}

#fh5co-team {
  padding-top: 8em;
}

.fh5co-explore {
  padding-bottom: 0;
}

.fh5co-project .project-grid {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
  display: table;
}

@media screen and (max-width: 768px) {
  .fh5co-project .project-grid {
    height: 400px;
  }
}

.fh5co-project .project-grid .desc {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .fh5co-project .project-grid .desc {
    opacity: 1;
  }
}

.fh5co-project .project-grid .desc h3 {
  margin-bottom: 10px;
}

.fh5co-project .project-grid .desc h3 a {
  color: #fff;
}

.fh5co-project .project-grid .desc h3 a:hover,
.fh5co-project .project-grid .desc h3 a:focus {
  text-decoration: none;
}

.fh5co-project .project-grid .desc span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}

.fh5co-project .project-grid .desc p {
  padding: 0;
}

.fh5co-project .project-grid .desc p a {
  padding: 0;
  color: #fff;
}

.fh5co-project .project-grid .desc p a:hover,
.fh5co-project .project-grid .desc p a:focus {
  text-decoration: none;
}

.fh5co-project .project-grid:hover .desc {
  opacity: 1;
}

.getting-started {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

.getting-started .getting-grid {
  background: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: table;
}

.getting-started .getting-grid .desc {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  padding: 0 3em;
}

.getting-started h2 {
  color: #000;
  margin-bottom: 10px;
}

.getting-started p {
  color: #000;
}

@media screen and (max-width: 768px) {
  .getting-started .img60 {
    width: 90%;
    height: auto;
  }
}

#fh5co-pricing .price-box {
  border: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}

#fh5co-pricing .price-box.popular {
  border: 2px solid #8C7676;
}

#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -65px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #8C7676;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #8C7676;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#fh5co-pricing .price-box hr {
  border: 1px solid #1a1a1a;
}

#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

#fh5co-pricing .price {
  font-size: 50px;
  color: #fff;
}

#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}

#fh5co-pricing .price small {
  font-size: 16px;
}

#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}

#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.core-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}

.core-features .grid2 {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .core-features .grid2 {
    width: 100%;
  }
}

.core-features .grid2 .core-f {
  padding: 40px;
}

.core-features .grid2 .core-f h3 {
  margin-bottom: 10px;
}

.core-features .grid2 .core-f .core {
  margin-bottom: 2em;
}

.core-features .grid2 .core-f .core i {
  float: left;
  color: #8C7676;
  font-size: 28px;
}

.core-features .grid2 .core-f .core .fh5co-post {
  padding-left: 50px;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}

.fh5co-counters .fh5co-counter {
  font-size: 30px;
  display: block;
  color: white;
  font-family: "Mplus 1p", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}

.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-team .team-box {
  position: relative;
  padding: 30px;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  #fh5co-team .team-box {
    margin-bottom: 110px;
  }
}

#fh5co-team .team-box .user {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
}

#fh5co-team .team-box .user img {
  width: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

#fh5co-team .team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}

#fh5co-team .team-box .social-media {
  margin: 0;
  padding: 0;
}

#fh5co-team .team-box .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}

#fh5co-team .team-box .social-media li a {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-team .team-box .social-media li a:hover,
#fh5co-team .team-box .social-media li a:focus,
#fh5co-team .team-box .social-media li a:active {
  text-decoration: none;
  color: #8C7676 !important;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
}

.section-heading h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}

.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: block;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}

#fh5co-footer {
  color: rgba(255, 255, 255, 0.6);
}

#fh5co-footer a {
  color: rgba(255, 255, 255, 0.6);
}

#fh5co-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

#fh5co-footer .section-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}

#fh5co-footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}

#fh5co-footer .copy-right>a {
  color: rgba(255, 255, 255, 0.6);
}

#fh5co-footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}

#fh5co-footer .contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}

#fh5co-footer .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #8C7676;
}

#fh5co-footer .social-media {
  margin: 0 0 30px 0;
  padding: 0;
}

#fh5co-footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}

#fh5co-footer .social-media li a {
  color: #8C7676;
}

#fh5co-footer .social-media li a:hover,
#fh5co-footer .social-media li a:focus,
#fh5co-footer .social-media li a:active {
  text-decoration: none;
}

#fh5co-footer .contact-form .form-group input[type="name"],
#fh5co-footer .contact-form .form-group input[type="text"],
#fh5co-footer .contact-form .form-group input[type="email"],
#fh5co-footer .contact-form .form-group textarea {
  font-size: 16px;
}

#fh5co-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

#fh5co-footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

#fh5co-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #8C7676 !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-primary {
  background: #8C7676;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  box-shadow: none;
  background: #8C7676;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}

.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}

.social li a i {
  display: table-cell;
  vertical-align: middle;
}

.social li a:hover,
.social li a:active,
.social li a:focus {
  text-decoration: none;
  border-bottom: none;
}

.social li a.social-box {
  background: #8C7676;
  color: #fff;
}

.social li a.social-circle {
  background: #8C7676;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.social li a:hover {
  background: #393e46 !important;
}

.social.social-box a {
  background: #8C7676;
  color: #fff;
}

.social.social-circle a {
  background: #8C7676;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/
/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.header {
  background: #000;
}

/* Navbar */
.header .navbar {
  margin-bottom: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  border-bottom: 10px solid rgba(30, 30, 30, 1.0);
}

.head-right {
  position: absolute;
  float: right;
  padding: 0.5em;
  top: 0;
  right: 0;
  font-size: 0.7em;
}

.head-right img {
  width: 130px;
  height: auto;
  margin-right: 1em;
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 5px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 2px;
  display: inline-block;
  background: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before,
.header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #fff;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 21px;
  height: 2px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 21px;
  height: 2px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #bd3348;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before,
.header .navbar-toggle:hover .toggle-icon:after {
  width: 16px;
  height: 2px;
  top: -5px;
  background: #bd3348;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
  width: 100%;
  height: 40x;
  max-height: 40px;
  line-height: 50px;
}

.header .logo-wrap {
  display: inline-block;
  padding: 15px 0 15px 0;
}

.header .logo-wrap:focus,
.header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
.header .nav-item {
  position: relative;
  display: block;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: "Mplus 1p";
  color: #efefef;
  text-transform: uppercase;
  line-height: 25px;
  padding: 0px 12px 12px 12px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-hover {
  position: relative;
}

.header .nav-item-hover:after {
  position: absolute;
  top: 15px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #f79d26;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-nav li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background: #333;
  width: 13em;
}

.header .navbar-nav li:last-child ul {
  left: -100%;
  width: 100%
}

.header .navbar-nav li ul li {
  overflow: hidden;
  height: 0;
  padding: 0;
  border-bottom: none;
  transition: .2s;
}

.header .navbar-nav li:hover ul li {
  overflow: visible;
  height: 2.7em;
  line-height: 2.4;
  padding: 0.2em 1em 1em;
  border-bottom: #666 dotted 1px;
  transition: .2s;
}

@media(max-width:768px) {
  .header .navbar-nav li ul {
    list-style: none;
    position: static;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background: none;
    width: auto;
  }

  .header .navbar-nav li:last-child ul {
    left: -100%;
    width: 100%
  }

  .header .navbar-nav li ul li {
    overflow: visible;
    height: auto;
    padding: 0;
    border-bottom: none;
    transition: 0;
    font-size: 16px;
    margin-left: 2em;
  }

  .header .navbar-nav li ul li a {
    color: #f79d26;
  }

  .header .navbar-nav li:hover ul li {
    overflow: visible;
    height: auto;
    line-height: 1.2;
    padding: 0;
    border-bottom: none;
    transition: 0s;
  }
}

ul.sns-icon {
  display: block;
  float: left;
  margin-left: 70px;
  margin-top: -20px;
  padding: 0;
  vertical-align: middle;
}

ul.sns-icon li {
  float: left;
  padding: 0 1em 0 0;
  margin: 0;
  list-style: none;
}

ul.sns-icon .fa {
  font-size: 1.5em;
}

ul.sns-icon .fa:hover {
  color: #ccc;
}

.head-right {
  float: right;
  padding: 0.5em;
}

/* Media Queries below 991px */
@media (max-width: 991px) {

  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header {
    background: #000;
  }

  .header .logo {
    width: 200px;
    height: 50x;
    max-height: 50px;
    line-height: 50px;
  }

  ul.sns-icon {
    display: block;
    float: left;
    margin-left: 70px;
    margin-top: -30px;
    padding: 0;
    vertical-align: middle;
  }

  .head-right {
    display: none;
  }

  .header .logo-wrap {
    display: inline-block;
    padding: 0px;
  }

  .header .navbar-toggle {
    display: block;
  }

  .header .navbar-collapse.collapse {
    display: none !important;
  }

  .header .navbar-collapse.collapse.in {
    display: block !important;
  }

  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .header .navbar-nav {
    margin: 0;
    float: none;
  }

  .header .navbar-nav .nav-item {
    float: none;
  }

  /* Menu Container */
  .header .menu-container:before,
  .header .menu-container:after {
    content: " ";
    display: table;
  }

  .header .menu-container:after {
    clear: both;
  }

  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }

  .header .logo .logo-img-active {
    display: inline-block;
  }

  /* Navbar Nav */
  .header .nav-item-child {
    color: #f79d26;
    line-height: 1.4;
    font-size: 0.8em;
    padding: 8px 8px 8px 8px;
  }

  .header .nav-item-hover:after {
    position: absolute;
    top: 17px;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {

  /* Menu Container */
  .header .logo {
    width: 200px;
    height: 50x;
    max-height: 50px;
    line-height: 50px;
  }

  ul.sns-icon {
    display: block;
    float: left;
    margin-left: 70px;
    margin-top: -30px;
    padding: 0;
    vertical-align: middle;
  }

  .header .logo-wrap {
    display: inline-block;
    padding: 0px;
  }

  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .header .navbar>.container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header .navbar>.container>.nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-item {
    margin-left: 2em;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {

  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
}

/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header .navbar {
    background: #222;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .page-on-scroll .header .nav-item-child {
    color: #f79d26;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

.main-visual {
  height: 100%;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  position: relative;
}

.main-visual img {
  z-index: 2;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 60%;
}

.main-visual video {
  margin: 0 auto;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #bgvid {}

  .main-visual {
    position: abusolute;
    top: 35%;
    background-size: cover;
  }

  .main-visual img {
    top: 15%;
  }
}

@media screen and (max-width: 480px) {
  #bgvid {}

  .main-visual {
    position: abusolute;
    top: 35%;
    background-size: cover;
  }

  .main-visual img {
    top: 10%;
  }
}

/*------------------------------------------------------------------
  	[top-seihin-section]
------------------------------------------------------------------*/
.sec01 {
  background: #393939;
  /* background: url(../images/pd4-aw.jpg);
  background-size: cover;
  width: 100vw;
  height: 100vh; */
}

.sec02 {
  background: #fff;
  color: #333;
  /* background-size: cover;
  width: 100vw;
  height: 100vh; */
}

.sec02 h2,
.sec02 h4,
.sec06 h2,
.sec06 h4 {
  color: #333;
}

.sec03 {
  background: url(../images/sec-3-bg.jpg);
  background-size: cover;
  width: 100vw;
  height: auto;
  /* height: 100vh; */
}

.sec04 {
  background: url(../images/sec-4-bg.jpg);
  background-size: cover;
  width: 100vw;
  height: auto;
  /* height: 100vh; */
}

.sec06 {
  background: #fff;
  color: #333;
  width: 100vw;
  height: auto;
  /* height: 100vh; */
}

.sec01 .section-heading,
.sec02 .section-heading,
.sec03 .section-heading,
.sec04 .section-heading {
  margin-top: 25%;
  padding: 1em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.sec03,
.sec04,
.sec06 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec03 .section-heading,
.sec04 .section-heading,
.sec06 .section-heading {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.sec03 .section-heading h2,
.sec03 .section-heading h3,
.sec04 .section-heading h2,
.sec04 .section-heading h3 {
  color: #000;
  font-weight: 800;
  letter-spacing: 2px;
}

.sec03 .section-heading h3,
.sec04 .section-heading h3 {
  margin: 0 0 1em 0;
  padding: 0;
}

.sec03 .section-heading p,
.sec04 .section-heading p {
  line-height: 1.875;
}

.section-heading h2 span {
  font-size: 0.6em;
}

.button-bk {
  padding: 0.8em 1em;
  margin-bottom: 1em;
  background: #000;
  color: #fff;
  letter-spacing: 3px;
}

.button-bk span {
  margin-right: 8px;
}

.button-bk:hover {
  text-decoration: none;
}

.button-bk-s {
  padding: 0.8em 1em;
  margin-bottom: 1em;
  background: #000;
  color: #fff;
  letter-spacing: 3px;
  font-size: 0.85em;
}

.button-bk-s span {
  margin-right: 8px;
}

.button-bk-s:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sec01 {
    background: #393939;
    /* background-size: cover; */
  }

  .sec02 {
    /* background: url(../images/2.jpg) center center no-repeat;
    background-size: cover; */
  }

  .sec03 {
    /* background: url(../images/3.jpg) center center no-repeat;
    background-size: cover; */
  }

  .sec04 {
    /* background: url(../images/4.jpg) center center no-repeat;
    background-size: cover; */
  }
}

.img100 {
  width: 100%;
  height: auto;
}

.img90 {
  width: 90%;
  height: auto;
}

.img80 {
  width: 80%;
  height: auto;
}

.img70 {
  width: 70%;
  height: auto;
}

.img60 {
  width: 60%;
  height: auto;
}

.img50 {
  width: 50%;
  height: auto;
}

.img40 {
  width: 40%;
  height: auto;
}

.img30 {
  width: 30%;
  height: auto;
}

.img20 {
  width: 20%;
  height: auto;
}

.img10 {
  width: 10%;
  height: auto;
}

ul.info {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

ul.info li {
  font-size: 0.8em;
  margin: 0.7em 0;
  padding: 0.7em 0;
  border-bottom: #fff 1px dotted;
}

ul.info li span {
  font-weight: 700;
  color: #ccc;
  margin-right: 1em;
}

/*------------------------------------------------------------------
  	[contactform]
------------------------------------------------------------------*/
form input,
form textarea {
  margin-bottom: 1em;
}

/*------------------------------------------------------------------
  	[basic settings]
------------------------------------------------------------------*/
.margin-b-1 {
  margin-bottom: 1em;
}

.margin-b-2 {
  margin-bottom: 2em;
}

.margin-b-3 {
  margin-bottom: 3em;
}

.margin-b-4 {
  margin-bottom: 4em;
}

.margin-t-1 {
  margin-top: 1em;
}

.margin-t-2 {
  margin-top: 2em;
}

.margin-t-3 {
  margin-top: 3em;
}

.margin-t-4 {
  margin-top: 4em;
}

@media (max-width: 992px) {
  .margin-b-sm {
    margin-bottom: 10em;
  }

  table,
  tr,
  td {
    width: 100%;
  }
}

.top-copy {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  background: #000;
  padding: 20px 0 5px 0;
  text-align: center;
}

.top-copy h2,
.top-copy p {
  line-height: 1;
  padding: 0;
  margin: 10px;
}

.top-copy h2 {
  margin-bottom: 15px;
}

.nobr {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-copy {
    position: relative;
  }

  .top-copy p {
    line-height: 1.35;
    font-size: 12px;
    font-family: sans-serif;
  }

  .nobr {
    display: block;
  }
}

.text-center {
  text-align: center;
}

h2.ttl {
  margin-bottom: 0;
}

.txt-center {
  text-align: center;
  padding: 2em 0 1em;
}

.box {
  margin: 1.5em 0 1em;
}

.box h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 8px 8px 16px;
  margin-bottom: 0;
}

.box p.price {
  text-align: right;
}

.box a {
  color: #fff;
}

.box a:hover {
  color: #8C7676;
}

h3.model-aqua {
  padding: 0;
  margin: 0;
  border-bottom: #1ccbff 10px solid;
}

h3.model-controller {
  padding: 0;
  margin: 0;
  border-bottom: yellow 10px solid;
}

h3.model-field {
  padding: 0;
  margin: 0;
  border-bottom: #90E859 10px solid;
}

h3.model-map {
  padding: 0;
  margin: 0;
  border-bottom: orange 10px solid;
}

.blue,
h2.blue,
h3.blue,
h4.blue {
  border-left: #1CCBFF 6px solid;
  padding-left: 8px;
}

.yellow,
h2.yellow,
h3.yellow,
h4.yellow {
  border-left: yellow 6px solid;
  padding-left: 8px;
}

.green,
h2.green,
h3.green,
h4.green {
  border-left: #90E859 6px solid;
  padding-left: 8px;
}

.orange,
h2.orange,
h3.orange,
h4.orange {
  border-left: orange 6px solid;
  padding-left: 8px;
}

.red {
  color: #ff0073;
  font-weight: bold;
}

.topix {
  margin: 0;
  padding: 3em 0 1.5em;
  background: #fff;
  color: #333;
}

.lists-dl {
  display: flex;
  justify-content: flex-start;
}

.lists-dl dt {
  width: 100px;
  margin-right: 10px;
}

.lists-dl dd {
  margin-left: 20px;
  width: calc(100% - 130px);
  line-height: 1.2;
  margin-top: 0;
  padding: 0;
}

.topix-ttl {
  color: #333;
  font-size: 18px;
  line-height: 1.35;
}

.center-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-white {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.bg-white h2,
.bg-white h3,
.bg-white h4 {
  color: #000;
}

.p-italic {
  font-family: serif;
  font-style: italic;
  font-weight: 300;
  color: #999;
  font-size: 0.6em;
  letter-spacing: 1px;
}

.size-s {
  font-size: 0.95em;
}

.alignleft {
  text-align: left;
}

.ttl-bk {
  color: #000;
}

.topiximg {
  filter: grayscale(0%);
  transform: scale(1.0) rotate(0deg);
  transition: .25s;
}

.topiximg:hover {
  filter: grayscale(80%);
  transform: scale(1.05) rotate(-4deg);
  transition: 1s;
}

.lists-normal {
  font-size: 16px;
  list-style: disc;
}

table td span {
  display: none;
}

@media all and (max-width: 767px) {

  table th,
  table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }

  table td {
    font-size: 0.9em;
  }

  table td span {
    display: block;
    font-size: 0.7em;
    color: #666;
  }

  table th {
    text-align: center;
    background: #676666;
  }

  table tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.1);
  }

  .table-ta {
    display: none;
  }
}