/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
    font-family: "メイリオ",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #666666;
  background: #e6e6e6;
}

#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F73859;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #F73859;
  outline: none;
  text-decoration: none;
}

#page p {
  margin-bottom: 20px;
}

h2, h3, h4, h5, h6, figure {
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}

h1 {font-family:游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 50px;
    line-height: 1.3;
}

.concept_title {margin-top:30px;}
h2.index_title {font-size:45px; margin-top: 10px;}
@media screen and (max-width: 768px) {
  h2.index_title {font-size:30px!important; }
  }

h3 {}
.concept h3 , .nbr390 h3 {margin: 30px 0 20px 20px; font-size:30px;}


::-webkit-selection {
  color: #fff;
  background: #F73859;
}

::-moz-selection {
  color: #fff;
  background: #F73859;
}

::selection {
  color: #fff;
  background: #F73859;
}

.gtco-nav {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  padding: 54px 0 0;
  z-index: 1001;
  background: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav > .container {
  /*padding-bottom: 25px;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 25px 0;
  }
}
.gtco-nav #gtco-logo {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gtco-nav #gtco-logo {
    margin-bottom: 0;
  }
}
.gtco-nav #gtco-logo a > span {
  color: #F73859;
}
.gtco-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 20px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-family: "Roboto Mono", serif;
}
.gtco-nav ul li > a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px 10px;
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav ul li > a:hover, .gtco-nav ul li > a:focus, .gtco-nav ul li > a:active {
  color: white;
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 250px;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li > a {
  text-transform: none;
  letter-spacing: inherit;
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li > a:hover {
  color: #000;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.gtco-nav ul li.btn-cta a {
  color: #F73859;
}
.gtco-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .gtco-nav {
  background: #000000;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .gtco-nav > .container {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}
.scrolled .gtco-nav a {
  color: #ffffff;
}
.scrolled .gtco-nav ul li a:hover, .scrolled .gtco-nav ul li a:focus, .scrolled .gtco-nav ul li a:active {
  color: #F73859 !important;
}
.scrolled .gtco-nav ul li.active a {
  color: #F73859;
}
.scrolled .gtco-nav ul li.has-dropdown:hover > a, .scrolled .gtco-nav ul li.has-dropdown:focus > a {
  color: #F73859;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#gtco-header .date-post {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-transform: uppercase;
}
#gtco-header a {
  color: white;
}
#gtco-header a:hover {
  color: white;
}

.gtco-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(39, 41, 43, 0.3);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 600px;
  }
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
    padding:10px;
  }
}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }
}

.gtco-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
}
.gtco-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p {
  margin-bottom: 30px;
}
.gtco-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

#gtco-main {
  width: 100%;
  float: left;
}
#gtco-main .related-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto Mono", serif;
  color: #000;
  margin-bottom: 50px;
}

.mt-negative {
  top: -7em;
  position: relative;
  z-index: 200;
}

article {
  text-align: center;
  float: left;
  margin-bottom: 0px;
  padding: 3em;
  background: #fff;
  position: relative;
}
article p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  article {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  article {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  article {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
article a img {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
article a:hover img {
  opacity: .4;
}
article figure {
  margin-bottom: 30px;
}
article h2 {
  font-size: 34px;
  color: #000;
  margin-bottom: 30px;
}
article h2 a {
  color: #000;
}
@media screen and (max-width: 992px) {
  article h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  article h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
article .gtco-meta {
  font-size: 16px;
  font-family: "Roboto Mono", serif;
  color: #999999;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 480px) {
  article .gtco-meta {
    margin-bottom: 10px;
  }
}
article .gtco-meta.gtco-date {
  text-transform: uppercase;
  letter-spacing: 2px;
}
article .content-article {
  padding-top: 1em;
}
article .content-article a {
  text-decoration: underline;
}
article .content-article blockquote {
  border-left: none;
  padding-left: 0;
}
article .content-article blockquote p {
  font-family: "Crimson Text", Arial, sans-serif;
  font-size: 27px;
  font-style: italic;
  line-height: 1.5;
  color: #000;
}
article .content-article blockquote p cite {
  padding-top: 20px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-family: "Roboto Mono", serif;
  color: gray;
}
article .gtco-highlight {
  border: 4px solid #f2f2f2;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
}
article .gtco-highlight.right {
  float: right;
  margin-left: 30px;
}
article .gtco-highlight.left {
  float: left;
}
article .gtco-highlight h4 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #b3b3b3;
  text-transform: uppercase;
  font-family: "Roboto Mono", serif;
}
article .gtco-highlight p {
  font-family: "Crimson Text", Arial, sans-serif;
  font-style: italic;
  color: #000;
  font-size: 20px;
}

figure figcaption {
  padding-top: 15px;
  font-size: 12px;
  font-family: "Roboto Mono", serif;
  color: #999999;
}

#gtco-post-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-left: -1%;
}
@media screen and (max-width: 768px) {
  #gtco-post-list {
    margin-left: 0% !important;
  }
}
#gtco-post-list li {
  display: block;
  padding: 0;
  margin: 0 0 20px 2%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #gtco-post-list li {
    margin-left: 0;
  }
}
#gtco-post-list li .post-meta {
  position: absolute;
  bottom: 30px;
  display: block;
  padding: 0 30px;
}
#gtco-post-list li .post-meta .date-posted {
  margin-left: 10px;
}
#gtco-post-list li.two-third {
  width: 64.6%;
}
@media screen and (max-width: 992px) {
  #gtco-post-list li.two-third {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #gtco-post-list li.two-third {
    width: 100%;
  }
}
#gtco-post-list li.one-third {
  width: 31.3%;
}
@media screen and (max-width: 992px) {
  #gtco-post-list li.one-third {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #gtco-post-list li.one-third {
    width: 100%;
  }
}
#gtco-post-list li.one-half {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #gtco-post-list li.one-half {
    width: 100%;
  }
}

.entry {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  float: left;
  width: 100%;
}
.entry.one-half {
  width: 50%;
  margin-right: 20px;
}
.entry.one-half:last-child {
  margin-right: 0;
}
.entry h3 {
  font-size: 30px !important;
  line-height: 1.2;
}
.entry .entry-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 340px;
}

.entry .entry-desc {
  padding: 30px;
  margin-bottom: 40px;
}


.entry p {
  color: #1a1a1a;
  line-height: 1.9;
}
.entry.full {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry.full {
    display: block;
  }
}
.entry.full .entry-img {
  display: table-cell;
  vertical-align: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 80%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .entry.full .entry-img {
    display: block;
    width: 100%;
  }
}
.entry.full .entry-desc {
  background: #fff;
  padding: 30px;
  display: table-cell;
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .entry.full .entry-desc {
    display: block;
    width: 100% !important;
  }
}
.entry.full .post-meta {
  margin-left: 50%;
}
@media screen and (max-width: 768px) {
  .entry.full .post-meta {
    margin-left: 0px;
  }
}

.post-entry > .post-entry,
.post-entry > .post-img {
  vertical-align: top;
}
.post-entry > .post-img {
  display: table-cell;
  width: 100px;
}
.post-entry > .post-img a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post-entry > .post-img a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post-entry > .post-img a:hover img {
  opacity: .8;
}
.post-entry > .post-copy {
  padding-left: 20px;
  display: table-cell;
}
.post-entry > .post-copy h4 {
  color: #fff;
  font-size: 20px;
}
.post-entry > .post-copy h4 a {
  color: #fff;
}

.pagination a {
  background: none;
  border: none !important;
  color: gray !important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background: none !important;
}
.pagination > li > a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0 !important;
  background: none;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
}
.pagination > li > a:hover {
  color: #F73859 !important;
  background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
  background: none;
}
.pagination > li.active > a {
  z-index: 19;
  background: #fff !important;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #F73859 !important;
}
.pagination > li.active > a:hover {
  cursor: pointer;
  background: #f96982 !important;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F73859;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 70px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #ccddea;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}



#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
.display-t p {color:#ffffff;}

@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 24px;
  }
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#gtco-header .display-tc .btn,
#gtco-counter .display-tc .btn,
.gtco-cover .display-tc .btn {
  padding: 15px 30px;
  background: #F73859;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#gtco-header .display-tc .btn:hover,
#gtco-counter .display-tc .btn:hover,
.gtco-cover .display-tc .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#gtco-header .display-tc .or,
#gtco-counter .display-tc .or,
.gtco-cover .display-tc .or {
  color: rgba(255, 255, 255, 0.3);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
}
#gtco-header .display-tc .text-link,
#gtco-counter .display-tc .text-link,
.gtco-cover .display-tc .text-link {
  border-bottom: none;
  font-family: "Crimson Text", Arial, sans-serif;
  font-size: 14px;
  color: #F73859;
  font-family: "Roboto Mono", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#gtco-header .display-tc .text-link:hover,
#gtco-counter .display-tc .text-link:hover,
.gtco-cover .display-tc .text-link:hover {
  color: #fff;
}
#gtco-header .display-tc .form-inline .form-group,
#gtco-counter .display-tc .form-inline .form-group,
.gtco-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gtco-header .display-tc .form-inline .form-group .form-control,
#gtco-counter .display-tc .form-inline .form-group .form-control,
.gtco-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.gtco-bg-section {
  background: #F0F5F9;
}

#gtco-services,
#gtco-main,
#gtco-started,
#gtco-testimonial,
#gtco-blog,
#gtco-project,
#gtco-about,
#gtco-team,
#gtco-contact,
#gtco-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #gtco-services,
  #gtco-main,
  #gtco-started,
  #gtco-testimonial,
  #gtco-blog,
  #gtco-project,
  #gtco-about,
  #gtco-team,
  #gtco-contact,
  #gtco-footer {
    padding: 3em 0;
  }
}

#gtco-testimonial {
  background: #F0F5F9;
}
#gtco-testimonial .testimonial {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 4em;
  bottom: 0;
}
#gtco-testimonial .testimonial blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
#gtco-testimonial .testimonial p {
  color: #666666;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
#gtco-testimonial .testimonial p.author {
  color: #b3b3b3;
}
#gtco-testimonial .testimonial p.author img {
  width: 60px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-testimonial .testimonial p.author cite {
  font-style: normal;
  font-size: 13px;
  font-family: "Crimson Text", Arial, sans-serif;
}
#gtco-testimonial .testimonial p:last-child {
  margin-bottom: 0;
}
#gtco-testimonial .testimonial:after {
  position: absolute;
  left: 11%;
  bottom: -30px;
  display: block;
  width: 0;
  content: "";
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
}
#gtco-testimonial .testimonial.gtco-selected {
  background: #F73859;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#gtco-testimonial .testimonial.gtco-selected p {
  color: #fff;
}
#gtco-testimonial .testimonial.gtco-selected p.author cite {
  color: rgba(255, 255, 255, 0.7);
}
#gtco-testimonial .testimonial.gtco-selected:after {
  border-color: #F73859 transparent;
}
@media screen and (max-width: 768px) {
  #gtco-testimonial .testimonial.gtco-selected {
    bottom: 0;
  }
}

#gtco-blog .gtco-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gtco-blog .gtco-post h3 {
  margin-bottom: 20px;
}
#gtco-blog .gtco-post h3 a {
  color: #F73859;
}
#gtco-blog .gtco-post h3 a:hover {
  color: #f35f55;
}
#gtco-blog .gtco-post .gtco-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: .07em;
}
#gtco-blog .gtco-post p.author {
  color: #b3b3b3;
}
#gtco-blog .gtco-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-blog .gtco-post p.author cite {
  font-style: normal;
  font-size: 13px;
}
#gtco-blog .gtco-post p:last-child {
  margin-bottom: 0;
}
#gtco-blog .gtco-post:hover, #gtco-blog .gtco-post:focus {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #gtco-blog .gtco-post:hover, #gtco-blog .gtco-post:focus {
    bottom: 0;
  }
}

#gtco-counter {
  background: #fff;
  padding: 7em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gtco-counter {
    padding: 3em 0;
  }
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #F73859;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
#gtco-counter .feature-center:hover .counter {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 30px;
  }
}
#gtco-counter .icon {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#gtco-project .gtco-project {
  margin-bottom: 30px;
}
#gtco-project .gtco-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-project .gtco-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-project .gtco-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-project .gtco-project > a .gtco-copy {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gtco-project .gtco-project > a .gtco-copy h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
#gtco-project .gtco-project > a .gtco-copy p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#gtco-project .gtco-project > a .gtco-copy p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a .gtco-copy {
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    color: #000;
    padding: 20px;
    background: #fff;
  }
}
#gtco-project .gtco-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a:hover {
    bottom: 0;
  }
}
#gtco-project .gtco-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
#gtco-project .gtco-project > a:hover .gtco-copy {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a:hover .gtco-copy {
    bottom: 0;
    padding: 20px;
    background: #fff;
  }
}
#gtco-project .gtco-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#gtco-services.border-bottom {
  border-bottom: 1px solid #dae6ef;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}

.feature-center {
  padding: 30px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  margin-bottom: 20px;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.2);
}
.feature-center .icon2 {
  float: left;
}
.feature-center .icon2 i {
  font-size: 100px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}
.feature-center:hover, .feature-center:focus {
  background: #F73859;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.feature-center:hover p:last-child, .feature-center:focus p:last-child {
  margin-bottom: 0;
}
.feature-center:hover .icon i, .feature-center:focus .icon i {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
  color: #fff !important;
}
.feature-center:hover a, .feature-center:focus a {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover a:hover, .feature-center:focus a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .feature-center:hover, .feature-center:focus {
    bottom: 0;
  }
}

.project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 40px;
}
.project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc h3 a {
  color: white;
}
.project-grid .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-grid .desc {
    bottom: 0;
  }
}
.project-grid:hover:before, .project-grid:focus:before {
  opacity: 1;
}
.project-grid:hover .desc, .project-grid:focus .desc {
  bottom: 0;
}

.project-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .project-content {
    padding: 3em 0;
  }
}
.project-content .col-half {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .project-content .col-half {
    width: 100%;
  }
}
.project-content .col-half .project, .project-content .col-half .project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.project-content .col-half .project:before, .project-content .col-half .project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .col-half .project:hover:before, .project-content .col-half .project:focus:before, .project-content .col-half .project-grid:hover:before, .project-content .col-half .project-grid:focus:before {
  opacity: 1;
}
.project-content .col-half .project:hover .desc, .project-content .col-half .project:focus .desc, .project-content .col-half .project-grid:hover .desc, .project-content .col-half .project-grid:focus .desc {
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .project-content .col-half .project, .project-content .col-half .project-grid {
    height: 340px !important;
    margin-bottom: 20px;
  }
}
.project-content .col-half .project {
  height: 800px;
}
.project-content .col-half .project-grid {
  height: 390px;
  margin-bottom: 20px;
}
.project-content .col-half .project-grid:last-child {
  margin-bottom: 0;
}
.project-content .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .desc h3 {
  color: white;
}
.project-content .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-content .desc {
    bottom: 0;
  }
}

.gtco-heading {
  margin-bottom: 2em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 55px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
}
.gtco-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.gtco-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #cccccc;
}

#gtco-started {
  background: rgba(42, 51, 86, 0.9);
}
#gtco-started .gtco-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 300;
}
#gtco-started .gtco-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#gtco-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#gtco-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#gtco-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#gtco-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#gtco-started .btn {
  height: 54px;
  border: none !important;
  background: #F73859;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
#gtco-started .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#gtco-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gtco-started .form-inline .form-group .form-control {
  width: 100%;
}

#gtco-footer {
  background: #000;
}
#gtco-footer h3 {
  color: #fff;
}
#gtco-footer .footer-heading {
  margin-bottom: 50px;
}
#gtco-footer .post-meta {
  position: relative !important;
  display: block;
  padding: 0;
  float: left;
  color: rgba(255, 255, 255, 0.3);
}
#gtco-footer .post-meta .date-posted {
  margin-left: 0px;
}
#gtco-footer .footer-logo {
  font-family: "Roboto Mono", serif;
}
#gtco-footer .footer-logo span {
  color: #F73859;
}
#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-links li a {
  color: #fff;
  text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}
#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-widget {
    text-align: left;
  }
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#gtco-footer .copyright {
  margin-top: 50px;
}
#gtco-footer .copyright .block {
  display: block;
}

#gtco-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 320px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(320px);
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#gtco-offcanvas ul li{

  padding:8px 0px;
  border-bottom:1px solid #333;
}
@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: #ffffff;
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {

  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #ffffff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #ffffff;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle > i ,
.gtco-nav-toggle.gtco-nav-white > i ,
 {
  color: #ffffff;
  background: #ffffff;
}
.gtco-nav-toggle.gtco-nav-white > i::before,
.gtco-nav-toggle.gtco-nav-white > i::after ,
.gtco-nav-toggle > i::before,
.gtco-nav-toggle > i::after ,
.gtco-nav-toggle.active > i::before,
.gtco-nav-toggle.active > i::after {
  background: #ffffff;
}

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

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

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

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

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

.gtco-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);
}

.gtco-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);
}

.gtco-nav-toggle {
  position: fixed;
  right: 0px;
  top: 18px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .gtco-nav-toggle {
  top: 5px;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Crimson Text", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F73859;
  color: #fff;
  border: 2px solid #F73859;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f8516d !important;
  border-color: #f8516d !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F73859;
  border: 2px solid #F73859;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F73859;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F73859;
}

.mb30 {
  margin-bottom: 30px !important;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

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

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

#gtco-header-subscribe #email {
  padding-right: 9em;
}
#gtco-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/*# sourceMappingURL=style.css.map */

/* ----------------------------------------

header

---------------------------------------- */
#header {
  clear:both;
    z-index: 2000;
}
#header p.skip {
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
}

/*hdrSec01*/
.hdrSec01 {
  background: #1e1e1e;
  color: #fff;
  /*height: 43px;*/
}
.hdrSec01 .inWrap {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0 0px;
}
.hdrSec01 a {
  color: #fff;
}
.hdrSec01 .inName {
  font-weight: 700;
  float: left;
  margin-top: 2px;
  font-size:13px;
}
.hdrSec01 .inName p {margin-bottom:0!important;}
.hdrSec01 .inSns {
  /*
  width: 50%;
  */
  float: right;
  text-align: right;
  height: 25px;
}
.hdrSec01 .language {
  display:none;
}
.hdrSec01 .inSns div {
  display: inline-block;

}
.hdrSec01 .fb_iframe_widget {
  float: left;
   position: relative; 
  top: -5px;
}


.hdrSec01 .fb_iframe_widget,
.hdrSec01 .twitter-share-button {
  vertical-align: middle;
  margin-left: 10px;
}
.hdrSec01 .inSns iframe 
 {
  z-index: 2010;
}
.hdrSec01 .inSns iframe#twitter-widget-0 
 {
  z-index: 2010;
position:absolute ; 
}

.hdrSec01 .inSns p.facebook a {font-size:13px;  z-index: 2010;}

.hdrSec01 .twitter-share-button {
  width: 76px !important;
  margin-top: 1px;
}
.hdrSec01 .facebook {
  background: url(/wp-content/themes/ktc/images/common/hdr_facebook.png) no-repeat 0 50%;
  padding: 0 0 1px 25px;
  display: inline-block;

}
.hdrSec01 .inSns .snsicon li.magazinelink {
  background:#ff0000;
  padding:4px;
  width:110px;
  vertical-align: top;
  font-size: 12px;
}
.magazinelink a{
  color:#fff;
  
}
.hdrSec01 .inSns .snsicon {
  font-size: 0;
  float: right;
}
.hdrSec01 .inSns .snsicon li {
  background-color: #222222;
  display: inline-block;
  width: 25px;
} 

.hdrSec01 .inSns .snsicon li:first-child  { 
margin:0px 8px;
}
.hdrSec01 .inSns .snsicon li:nth-child(2) ,
.hdrSec01 .inSns .snsicon li:nth-child(3) {
margin-right:8px;
}


@media screen and (max-width:767px){
  #header {
    margin-bottom: 0;
    border-bottom: 2px solid #d4d4d4;
  }
  .hdrSec01 {
    display: none;
  }
  .hdrSec02 {
    padding-bottom: 5px;
  }
}

#header .hdrSec01 .inWrap:after,
.doropDownMenu ul:after,
.hdrSec02 .inWrap:after,
#content:after,
.ftrSitemap:after,
.ftrRow:after,
.ftrSec02 ul:after,
.ftrBottom .inWrap:after,
.ftrBottom ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after,
.col02:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

.concept , .nbr390 {
  background:#ffffff;
  margin-bottom:10px;
}
.concept .entry-Limg {
  float:left;
  width:60%;
}

.concept .entry-Rtext {
  float:right;
  width:40%;
  padding:20px 20px 0px 20px;
}

.concept .entry-Rimg {
  float:right;
  width:60%;
}

.concept .entry-Ltext {
  float:left;
  width:40%;
  padding:20px 20px 0px 20px;
}

.nbr390 .entry-Limg {
  float:left;
}

.nbr390 .entry-Rtext {
  float:right;
  padding:20px 20px 0px 20px;
}

.nbr390 .entry-Rimg {
  float:right;
}

.nbr390 .entry-Ltext {
  float:left;
  padding:20px 20px 0px 20px;
}

.nbr390 .w30 {width:30%;}
.nbr390 .w40 {width:40%;}
.nbr390 .w50 {width:50%;}
.nbr390 .w60 {width:60%;}
.nbr390 .w70 {width:70%;}
.nbr390 .w80 {width:80%;}
.nbr390 .w90 {width:90%;}
.nbr390 .w100 {width:100%;}

.nbr390 .w30 img.image,
.nbr390 .w40 img.image,
.nbr390 .w50 img.image,
.nbr390 .w60 img.image,
.nbr390 .w70 img.image,
.nbr390 .w80 img.image,
.nbr390 .w90 img.image,
.nbr390 .w100 img.image {width:100%;}


@media screen and (max-width: 768px) {
  .concept .entry-Limg, .concept .entry-Rtext,
  .concept .entry-Ltext, .concept .entry-Rimg,
  .nbr390 .entry-Limg, .nbr390 .entry-Rtext,
  .nbr390 .entry-Ltext, .nbr390 .entry-Rimg   {
    display: block;
    width: 100%;
  }
  .concept .entry-Limg img, 
  .concept .entry-Rimg img,
    .nbr390 .entry-Limg img, 
  .nbr390 .entry-Rimg img ,
    .nbr390 .entry-Ltext img, 
  .nbr390 .entry-Rtext img   {
    width: 100%;
  }


}

.products table {width:100%; background:#ffffff;}
.products table tr {border:1px solid #eee;}
.products table th, .products table td {padding:10px;}

.products .image.main img{margin-bottom:40px;}
    @media screen and (max-width: 768px) {.products .image.main img {width:100%;}

.scroll table th { width:10%; }
.scroll table th.name { width:50%!important; }

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
  }
.products p { padding-left: 20px;}

/*ftrBottom*/
.ftrBottom {
  padding: 20px 0;
  /*background: #f5f5f5;*/
  border-bottom: 1px solid #ddd;
  position: relative;
color:#ffffff!important;
}
.ftrBottom a {color:#ffffff!important;}
#pageTop {
  display:none;
}
.ftrBottom .inBnr {
  width: 502px;
  float: left;
}

.ftrBottom .inBnr h4{
  padding-bottom:2px;
  padding-right:6px;
  border-bottom:1px solid #ddd;
  margin-bottom:4px;
  font-weight:bold;
  color:#fff;
}

.ftrBottom ul {
  padding-bottom: 5px;
  list-style-type: none;
  padding-inline-start: 0px!important;
}
.ftrBottom ul li {
  width: 160px;
  float: left;
  margin: 0 0.4em 10px 0;
  text-align: center;
  font-size: 84.6%;
}
.ftrBottom ul li img {
  margin-bottom: 5px;
  display: block;
}
.ftrBottom ul li span {
  margin-left: -8px;
  font-size:12px;
}
.ftrBottom .fb {
  width: 465px;
  float: right;
}
.language.pc_none {display:none;}

.ftrBottom .ft_mailmagazine {
  background:#ddd;
  font-weight:bold;
  font-size:100%;
  padding:10px;
}
.ftrBottom .ft_mailmagazine img{
  margin:0 10px 10px 10px;
}
.ftrBottom .ft_mailmagazine a {
  color:#000!important;
}
#copy {
  font-family: Arial;
  color: #999;
  font-size: 92.3%;
}
.special_mailmagazine img.mailicon {margin:0 10px 4px 10px;}

.special_mailmagazine img,
.special_mailmagazine p {
  text-align:center;
}
@media screen and (max-width:767px){
  #footer {
    margin-top: 15px;
  }
  #pagetop,#footer_pagetop {
    display: none;
  }
  .ftrSec01 {
    display: none;
  }
  .ftrBottom {
    padding: 0;
  }
  .ftrSec02 .inWrap,
  .ftrBottom .inWrap,
  #copy {
    width: auto;
  }
  .ftrSec02 .inWrap {
    padding: 10px 0 7px;
  }
  .ftrSec02 ul {
    text-align: center;
  }
  .ftrSec02 ul li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }
  .ftrSec02 ul li a {
    padding: 0 7px 0 2px;
  }
  #pageTop {
    position: static !important;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-align: right;
    margin-left: 0;
  }
  #pageTop a {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #fff;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
  }
  #pageTop a:after {
    content:'ページトップへ';
    font-size: 12px;
    color: #333;
    font-weight: 700;
  }
  #pageTop img {
    display: none;
  }
  .ftrBottom .inWrap {
    padding: 15px 0 5px;
  }
  .ftrBottom .inBnr,
  .ftrBottom .fb {
    width: auto;
    float: none;
  }
  .ftrBottom .inBnr h4 {
    margin-left:8px;
  }
  .ftrBottom ul {
    margin-right: 0;
    /*text-align: center;*/
  }
  .ftrBottom ul li {
    display: inline-block;
    margin: 0 2px 8px;
    float: none;
    width: 47%;
    font-size: 12px;
  }
  .ftrBottom ul li img {
    margin: 0 auto 3px;
    display: block;
  }
  .ftrBottom ul li span {
    margin-left: 0;
  }
  #copy {
    font-size: 10px;
    text-align: center;
    margin: 5px 10px 10px;
  }
  .ftrBottom .fb {
    display: none;
  }
}

#history , #about {margin:100px 0 0;}
#history figure img {width:100%;}
#history p.end {background:#000; color:#fff; padding:10px;}
.about_nepros p {text-align:left; }
#history p.end {
    background: #000;
    color: #fff;
    padding: 4px 0 4px 10px;
    font-size: 12px;
}
#history .btn_cart {text-align:center;}
#history .btn_cart a {background:#ff0000; padding:20px; color:#fff;}
#history .kome { margin:4px 0px 0px 4px;}

@media screen and (min-width: 768px) {
  .about_nepros {background:#fff; text-align:center; padding:20px 100px 20px 100px; margin-bottom:60px;}
}
@media screen and (max-width: 767px) {
  .about_nepros {background:#fff; text-align:center; padding:10px; margin-bottom:20px;}
  .about_nepros img {width:100%;}

}

.about_nepros img {margin-bottom:40px;}
.last {margin-bottom:60px;}

@media screen and (min-width: 801px) {
.sp {display:none;}
}
@media screen and (max-width: 800px) {
.pc {display:none;}
    
.video_wrap {
           width: 100%!important;
        margin: 0 auto;
}
}

.shoplist {margin-bottom:60px; text-align:center;}
.shoplist li {display:inline-block;}
.shoplist li a {
    color:#fff; text-decoration:none;
    display: block;
    width: 100%;
    text-align: center;
    padding:20px;
     }
.shoplist li.shop {background:#000000; }
.shoplist li.ec {background:#ff0000; }
.shoplist li.web {background:#ff0000; }

@media screen and (max-width: 767px) {
  .shoplist {padding-inline-start:0px;}  
  .shoplist li {width:100%; margin:4px 0px;}
}

/*****mailamazine*****/

.special_mailmagazine {
  background:#ffffff;
   text-align:center;

}
.special_mailmagazine h4{
  font-size:28px;
  font-weight:bold;
  margin:4px 0px;
}
.special_mailmagazine ul {
  list-style-type: none;
  padding-inline-start:0px;
}
.special_mailmagazine #magBtnSec li {
  display:inline-block;
}
.special_mailmagazine #magBtnSec li a {
    color:#fff; text-decoration:none;
    display: block;
    width: 100%;
    text-align: center;
    padding:20px;
    background:#ff0000;
}
@media screen and (min-width: 768px) {
  .special_mailmagazine {   padding:20px;}
}
@media screen and (max-width: 767px) {
  .special_mailmagazine {   padding:20px;}
  .special_mailmagazine li { width:100%; margin:2px 0px; }
}