
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Source Sans Pro","SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #5e5e5e;
  font-weight: 300;
  overflow-x: hidden;
}
body.offcanvas {
  overflow-x: hidden;
}

a {
  color: #79c34f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #79c34f !important;
}

p {
  margin-bottom: 1.5em;
  font-size: 15px;
  color: #5e5e5e;
  font-weight: 300;
  line-height: 1.5em;

}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
}

#header {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #header .top {
    text-align: center;
  }
}
#header .top a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  #header .top a {
    float: left;
  }
}
#header .top a i {
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 1px;
  padding-right: 7px;
  font-style: normal;
  display: inline-block;
}

#header .top a:hover {
  color: white !important;
  text-decoration: underline;
}

.cover,
.hero {
  position: relative;
  height: 700px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .cover,
  .hero {
    height: 700px;
  }
}

.overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.cover {
  background-size: cover;
  background-position: center top;
  position: relative;
  background-image: url("../images/work-1.jpg");
    background-repeat: no-repeat;
    color: #ffffff;
    width: 100%;
}
@media screen and (max-width: 768px) {
  .cover {
    height: inherit;
    padding: 3em 0;
  }
}
.cover .btn {
  padding: 1em 5em;
  opacity: .9;
}
.cover.cover_2 {
  height: 700px;
}
@media screen and (max-width: 768px) {
  .cover.cover_2 {
    height: inherit;
    padding: 3em 0;
  }
}
.cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -40px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cover .desc h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .cover .desc h2 {
    font-size: 16px;
  }
}
.cover .desc span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
}
.cover .desc span a {
  color: #fff;
}
.cover .desc span a:hover, .cover .desc span a:focus {
  color: #fff !important;
}
.cover .desc span a.site-name {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.top {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 99;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top {
    text-align: center;
  }
}
.top span {
  margin-left: 20px;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.top span i {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.top span a {
  color: #fff;
}


#close-menu {
    display: inline-block;
    font-size: 22px;
    opacity: 0.5;
    position: absolute;
    right: 30px;
    top: 2px;
}

#header-section {
  padding: 0;
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 40px;
}

.nav-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  float: left;
  width: 100%;
}

#logo {
  position: relative;
  z-index: 2;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 35px;
  font-weight: bold;
  float: left;
}
@media screen and (max-width: 768px) {
  #logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#logo a {
  color: #fff;
}
#logo a:hover, #logo a:focus {
  color: #79c34f !important;
}

#menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
}
#menu-wrap a {
  padding: 2em .75em;
}

#primary-menu > li > ul li.active > a {
  color: #79c34f !important;
}
#primary-menu > li > .sf-with-ul:after {
  border: none !important;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: #1fb5f6;
}
#primary-menu > li > ul li {
  position: relative;
}
#primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.5);
}

#primary-menu .sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#primary-menu .sub-menu > li > .sub-menu {
  left: 100%;
}

#primary-menu .sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#primary-menu .sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#primary-menu .sub-menu .sub-menu:before {
  top: 6px;
  left: 100%;
}

#primary-menu .sub-menu .sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#primary-menu .sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#primary-menu .sub-menu a:hover {
  color: #79c34f !important;
}

#work-section,
#explore,
#services-section,
#content-section,
#work-section_2 {
  padding: 5em 0;
}

#content-section h4 {
margin: 0 0 2em;
    font-size: 1em;
    font-weight: 400;
}

#content-section {
  background-color: #f8f8f8;
}

.bg-section {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}

.heading h2 {
    color: #000000;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#explore .explore1 {
    margin-bottom: 7em;
}
.heading {
    margin-bottom: 5em;
}

@media screen and (max-width: 768px) {
  #work-section,
  #services-section,
  #content-section,
  #work-section_2 {
    padding: 4em 0;
  }
}

h3.heading-section {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  font-weight: bold;
}
h3.heading-section:before {
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 2px;
  background: #79c34f;
}

.grid {
	border:1px solid #ddd;
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .grid {
    height: 400px;
  }
}
.grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.grid .image-popup .prod-title h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.grid .image-popup .prod-title span {
  color: #fff;
}
.grid:hover .image-popup {
  opacity: 1;
}

.work-wrap-bg {
  padding-top: 3em;
  background: rgba(0, 0, 0, 0.03);
}

.work-wrap {
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  display: table;
  position: relative;
  margin-bottom: 0;
}
.work-wrap .project-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  position: relative;
}
@media screen and (max-width: 768px) {
  .work-wrap .project-inner {
    float: left;
    width: 100%;
    height: inherit !important;
    padding: 3em 0;
    width: 100vw;
    content: 'viewport-units-buggyfill; width:100vw';
  }
}
.work-wrap .imgs {
  height: calc(100% - 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .work-wrap .imgs {
    margin-bottom: 80px;
  }
}
.work-wrap .imgs .img-holder-1,
.work-wrap .imgs .img-holder-2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .work-wrap .imgs .img-holder-1,
  .work-wrap .imgs .img-holder-2 {
    position: relative;
  }
}
.work-wrap .imgs .img-holder-1 img,
.work-wrap .imgs .img-holder-2 img {
  max-width: 100%;
  -webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-wrap .imgs .img-holder-1 {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .work-wrap .imgs .img-holder-1 {
    right: 0;
  }
}
.work-wrap .imgs .img-holder-2 {
  bottom: -2em;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .work-wrap .imgs .img-holder-2 {
    position: absolute;
  }
}
@media screen and (max-width: 480px) {
  .work-wrap .imgs .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .work-wrap .imgs .img-holder-2 img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.work-wrap.reverse .img-holder-1 {
  left: auto;
  right: 0;
}
.work-wrap.reverse .img-holder-1 img {
  text-align: right;
}
.work-wrap.reverse .img-holder-2 {
  bottom: -2em;
  right: auto;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .work-wrap.reverse .img-holder-2 {
    position: absolute;
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .work-wrap.reverse .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .work-wrap.reverse .img-holder-2 img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.work-wrap .text {
  padding-top: 0;
}
.work-wrap .text span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}
.work-wrap .text h2 {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.work-wrap .text p {
  color: rgba(0, 0, 0, 0.5);
}

.services {
  margin-bottom: 5em;
}
.services span {
  margin-bottom: 25px;
  display: inline-block;
}
.services span i {
  font-size: 50px;
  color: rgba(121, 195, 79, 0.75);
}
.services h4 {
  font-size: 20px;
  font-weight: 400;
}

#services, #about, #contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #services, #about, #contact {
    padding: 4em 0;
  }
}

#contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #f8f8f8;
}


#contact .form-control:focus, #contact .form-control:active {
  background-color: rgba(121, 195, 79, 0.25);
}

#contact input[type="text"] {
  height: 50px;
}
#contact .form-group {
  margin-bottom: 30px;
}

.testimonial {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .testimonial {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.testimonial h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.testimonial figure {
  margin-bottom: 20px;
  background-size: cover;
}
.testimonial figure img {
  width: 88px;
  height: 88px;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial blockquote {
  border: none;
  margin-bottom: 20px;
}
.testimonial blockquote p {
  font-style: italic;
  font-size: 26px;
  line-height: 1.6em;
  color: #555555;
}
.testimonial span {
  font-style: italic;
}

.about-us h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.about-us img {
  margin-bottom: 30px;
  background-size: cover;
  width: 100%;
}
.about-us a {
  font-size: 18px;
}

#start-project-section {
  background: url("../images/start-project.jpg");
  padding: 5em 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#blog-section{
  background: #dddddd;
  padding: 5em 0;
}

#blog-section h3.heading-section, #start-project-section h3.heading-section {
  color: #fff;
}
#blog-section p {
  color: rgba(255, 255, 255, 0.7);
}

.blog {
  width: 100%;
  height: 385px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
  box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
}
@media screen and (max-width: 768px) {
  .blog {
    width: 100%;
  }
}
.blog:hover, .blog:focus {
  width: 100%;
  -webkit-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
  box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
}
.blog .image-popup {
  position: absolute;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.blog .image-popup span {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  padding: 4px 15px;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.blog .image-popup h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.blog .image-popup p {
  color: rgba(255, 255, 255, 0.5);
}
.blog .image-popup:hover, .blog .image-popup:focus {
  background: rgba(0, 0, 0, 0.3);
}
.blog .image-popup:hover p, .blog .image-popup:focus p {
  color: rgba(255, 255, 255, 0.7);
}

#start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #start-project-section h2 {
    font-size: 30px;
  }
}
#start-project-section a:hover, #start-project-section a:focus, #start-project-section a:active {
  color: white !important;
}

#footer {
  background: #222831;
  padding: 60px 0 40px;
}
#footer p {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-menu {
  float: right;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-menu {
    text-align: center;
    float: left;
  }
}
#footer .footer-menu li {
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #footer .footer-menu li {
    margin: 0 0 0 7px;
  }
}
#footer .footer-menu li a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-menu li:first-child {
  margin-left: 0;
}

.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: #79c34f;
  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: #79c34f;
  color: #fff !important;
}
.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;
}

.js .animate-box {
  opacity: 0;
}


#page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #79c34f;
}
#offcanvas-menu ul li > .sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #79c34f;
}

.nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #fff;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
  background: #fff;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2.5em;
  }
}

@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-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

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

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

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

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

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

.pagetop {
    color: #79c34f;
    font-size: 2.6em;
    margin-right: 0.5em;
    text-align: center;
    width: 100%;
}

.pagetop:hover, .pagetop:focus{
    text-decoration: none;
    opacity: 0.6;
    background-color: transparent;
    transition: all 0.3s ease 0s;
    color: #393e46;
}

.sns .fa:hover, .sns .fa:focus .sns .fa:active{
    background-color: transparent;
    color: rgb(57, 62, 70);
    opacity: 0.3;
    transition: all 0.3s ease 0s;
}

.timelineDate {
    border-left: 1px solid #999;
    color: #79c34f;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 17px;
    margin-left: 10px;
    padding: 1px 6px;
}

.timelineUnit li{
  margin: 1em 0 1em 1em;
  list-style-type: circle;
  list-style-position :outside;
}

.timelineUnit {
margin-bottom: 2em;
}
