.topyoutube { 
aspect-ratio: 16/9;
width: 100%; height: auto;
}
.sitemap { 

}
.sitemap ul { 

}
.sitemap li { 
border-bottom: 1px dotted #fafafa;
padding: 5px; 
}


.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 20px;
}

.gallery-item {
    width: calc(25% - 10px);
    background-color: white;
    overflow: hidden;
    border-radius: 3px;
}

.gallery-item iframe {
    width: 100%;
    display: block;
}


/* ------------------------------------------------ */
/* ここからがレスポンシブ対応のメディアクエリ */
/* ------------------------------------------------ */

/* タブレット用のスタイル（画面幅が768px以下の場合に適用） */
@media (max-width: 768px) {
    .gallery-item {
        width: calc(50% - 10px);
    }
}

/* スマートフォン用のスタイル（画面幅が480px以下の場合に適用） */
@media (max-width: 480px) {
    .gallery-item {
        width: 100%;
    }
}






/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 .accordion_one {
  max-width: 1024px;
  margin: 0 auto 2px auto;
}
.s_05 .accordion_one .accordion_header {
    background-color: #926f1a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 3px; 
}

.s_05 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_05 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #5c5c5c;
}
.s_05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_05 .accordion_one .accordion_header .i_box .one_i:before, .s_05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #926f1a;
  border-right: 2px solid #926f1a;
  border-bottom: 2px solid #926f1a;
  box-sizing: border-box;
}
.s_05 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #5c5c5c;
  border-right: 2px solid #5c5c5c;
  border-bottom: 2px solid #5c5c5c;
}
.s_05 .accordion_one .accordion_inner .box_one {

}
.s_05 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_05 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c4ae1a;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}

.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 1024px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_05 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
/* ==========================================
   Netflix風スライドギャラリー CSS
   スコープ：#gallery-section（推奨）
   ------------------------------------------
   ▼このコードはWordPressの「カスタムHTML」に
     そのまま貼り付けて動作します。
   ▼画像・ドット・ボタン・スライド動作をすべて自動制御。
   ▼ドットが楕円に見える現象もChromeスマホで修正済み。
   ▼クラス名・セレクタは変更しないでください（JSと連動）
========================================== */

/* ▼ギャラリー全体の枠を定義（全体を中央に表示） */
#gallery-section .gallery-wrap {
  position: relative;       /* ボタンやドットの基準位置（absolute配置の基準） */
  width: 100%;              /* コンテナ全幅に拡張（親幅いっぱい） */
  max-width: 2400px;        /* 横幅の上限を設定（巨大画面での可読性確保） */
  overflow: hidden;         /* スライドがはみ出さないように隠す（視覚的な切り抜き） */
  border-radius: 3px;      /* 外枠の角丸（デザイン性UP） */
  margin: -2px auto 0 auto;           /* 横中央寄せ（左右オートマージン） */
  /*background: #f3f4f6;*/      /* 背景色を淡いグレーに（画像がない時の見栄え） */
}

/* ▼スライドを横並びに配置するトラック */
#gallery-section .gallery-track {
  display: flex;                     /* 横並びで並べる（子要素を横方向フロー） */
  gap: var(--gap, 4px);             /* スライド間の隙間を設定（CSSカスタムプロパティ対応） */
  transition: transform 0.9s ease;   /* スライド移動時のアニメーション（JSからtransform制御） */
  will-change: transform;            /* GPU最適化で滑らかに（変化前提のプロパティを宣言） */
}

/* ▼1枚ごとのスライドカード設定 */
#gallery-section .gallery-card {
  flex: 0 0 calc((100% - (var(--gap, 24px) * 2)) / 8); /* 同時に3枚表示（gapぶん差し引き） */
  aspect-ratio: 16 / 9;            /* 比率16:9を固定（レスポンシブでも崩れない） */
  border-radius: 3px;             /* カードの角丸（親と揃える） */
  overflow: hidden;                /* 画像がはみ出さないように（角丸を適用） */
  background: #fff;                /* 背景黒で統一（読み込み中のチラつき軽減） */
  position: relative;              /* キャプション配置のため（absoluteの基準に） */
  container-type: inline-size;     /* コンテナクエリ対応（cqw等の相対単位で可読性UP） */
}

/* ▼スライド画像設定 */
#gallery-section .gallery-card img {
  width: 100%; height: 100%;      /* カード全体にフィット（余白なし） */
  object-fit: cover;              /* 比率を維持してトリミング（横長・縦長どちらも安定） */
  display: block;                 /* 画像の下の隙間を除去（inline要素由来の余白対策） */
  transition: opacity 0.5s ease;  /* フェード時に滑らかに（将来の演出にも対応） */
}

/* ▼キャプションエリア（下部の説明帯） */
#gallery-section .caption {
  position: absolute; bottom: 0; left: 0; right: 0; /* 下辺に全面重ねる */
  padding: min(20px, 2.4cqw) min(16px, 2cqw); /* 内側余白を動的調整（コンテナ幅基準） */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* 下部グラデーション（文字の可読性確保） */
  color: #fff; /* 白文字で可読性を確保（暗背景前提） */
}

/* ▼キャプションタイトル（太字タイトル部分） */
#gallery-section .caption-title {
  font-weight: 700; /* 太字で強調（視認性UP） */
  font-size: clamp(14px, 2.8cqw, 20px); /* 幅に応じて可変サイズ（最小/最大ガード） */
  line-height: 1.25; /* 高さを少し詰める（詰まり過ぎない範囲） */
  margin: 0 0 4px; /* タイトル下に少し余白（本文と分離） */
}

/* ▼キャプション本文（小さめテキスト） */
#gallery-section .caption-text {
  font-size: clamp(12px, 2.2cqw, 14px); /* レスポンシブ文字サイズ（最小/最大ガード） */
  opacity: 0.9;                         /* 少し薄くして主張を抑える（タイトルとのコントラスト） */
  line-height: 1.5;                     /* 行間を確保（可読性） */
  margin: 0;                            /* 余白をリセット（外側の余白管理を簡潔に） */
}

/* ▼左右のナビゲーションボタン */
#gallery-section .gallery-btn {
  position: absolute; top: 50%;
  transform: translateY(-50%);  /* ボタンを縦中央に（上下の中心揃え） */
  background: rgba(0, 0, 0, 0.4); /* 半透明の黒背景（背景と馴染む） */
  color: #fff;                   /* 白文字（視認性） */
  border: none;                  /* 枠線なし（フラット） */
  border-radius: 50%;            /* 丸いボタン（アイコンボタン感） */
  width: 42px; height: 42px;     /* サイズ（タップもしやすい） */
  cursor: pointer;               /* マウスカーソルを指に（クリックできることを示す） */
  font-size: 20px;               /* アイコンサイズ */
  z-index: 10;                   /* 他の要素より前に（画像やキャプションより優先） */
  transition: background 0.3s ease; /* ホバー時に色が変化（インタラクションの手応え） */
}
#gallery-section .gallery-btn:hover { background: rgba(0,0,0,0.6); } /* ホバー濃く（PC操作時） */
#gallery-section .gallery-btn.prev { left: 10px; }  /* 左ボタン位置（内側に10px） */
#gallery-section .gallery-btn.next { right: 10px; } /* 右ボタン位置（内側に10px） */

/* ▼ドットナビゲーション（下の丸いインジケータ） */
#gallery-section .dots {
  margin-top: 39px;                   /* 上の余白（ギャラリーとの間隔） */
  display: flex;                      /* 横並び配置（中央寄せしやすい） */
  justify-content: center;            /* 中央寄せ（左右均等） */
  gap: 10px;                          /* 間隔（ドット同士の距離） */
}

/* ▼ドットボタンの基本スタイル */
#gallery-section .dot {
  appearance: none;                   /* ブラウザ既定ボタン装飾を無効（環境差吸収） */
  border: none;                       /* 枠線なし（フラット） */
  width: 12px; height: 12px;          /* 正円サイズ（PC時の基準） */
  border-radius: 50%;                 /* 丸くする（正円の見た目） */
  background: #9ca3af;                /* グレー色（非アクティブ色） */
  cursor: pointer;                    /* カーソル変更（クリック可能） */
  transition: background 0.2s ease, transform 0.12s ease; /* 色と拡大アニメ（操作感） */
  /* ▼Chromeスマホなどで楕円化を防ぐ設定（UA既定のline-height等の影響を排除） */
  padding: 0; margin: 0; line-height: 0; font-size: 0;
  display: inline-block; flex-shrink: 0; aspect-ratio: 1 / 1; /* 幅=高さを強制 */
}
#gallery-section .dot.active { background: #000; } /* アクティブ時に黒く（現在位置を示す） */

/* ▼マウスホバー時のアニメーション（PC用） */
@media (hover:hover){
  #gallery-section .dot:hover { transform: scale(1.06); } /* 少し拡大（選択候補の強調） */
}

/* ▼フォーカスリング（キーボード操作用・アクセシビリティ対応） */
#gallery-section .dot:focus-visible {
  outline: 2px solid #000;    /* 明確なフォーカス枠（コントラスト確保） */
  outline-offset: 2px;        /* 要素から少し離して見やすく */
}

/* ▼スマホレイアウト調整（画面幅768px以下を想定） */
@media (max-width:768px){

  #gallery-section .gallery-track { --gap: 3px; }   /* スライド間を狭く（小画面向け） */
  #gallery-section .gallery-card { flex: 0 0 80%; }  /* 1枚を大きく中央に（Netflix風） */
  #gallery-section .dots { margin-top:23px; gap:6px; } /* ドット間を詰める（密度最適化） */

  /* ▼ドット（正円保証・楕円防止完全版） */
  #gallery-section .dot {
    width: 7px; height: 7px; background: #b0b8c0; border-radius: 50%; /* 小さめに最適化 */
    appearance: none; border: 0; padding: 0; margin: 0;               /* 既定装飾をリセット */
    line-height: 0; font-size: 0; display: inline-block;              /* 行高・テキスト影響を排除 */
    flex-shrink: 0; aspect-ratio: 1 / 1;                              /* 1:1を強制して楕円化を防止 */
    transition: background 0.2s ease, transform 0.12s ease;           /* PC同様の操作感 */
    cursor: pointer;                                                  /* タップ対象であることを明示 */
  }

  #gallery-section .dot.active { background:#fff; } /* アクティブ時に黒（視認性） */
  #gallery-section .gallery-btn { width:36px; height:36px; } /* ボタン小さく（指で押しやすいサイズを維持） */
  #gallery-section .gallery-wrap { border-radius:3px; } /* 外枠少し角丸に（小画面での見栄え調整） */
  #gallery-section .caption { padding:14px 10px; } /* キャプション余白調整（情報量とのバランス） */
}









































.hero-video-wrap {
position: relative;
overflow: hidden;
}

.hero-video-wrap video {
width: 100%;
height: 100%;
object-fit: cover;
}

/* ─ ローディングのオーバーレイ（背景を白系に） ─ */
.piano-loader {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f7; /* ここが白背景 */
z-index: 10;
transition: opacity 0.6s ease;
}

.piano-loader.is-hidden {
opacity: 0;
pointer-events: none;
}

/* 鍵盤全体：視差用にパースを付ける */
.piano-loader__keys {
position: relative;
display: inline-block;
padding: 24px 32px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.8);
box-shadow:
0 18px 45px rgba(0, 0, 0, 0.15);
perspective: 700px; /* 奥行き感のポイント */
}

/* ─ 白鍵 ─ */
.white-keys {
display: flex;
gap: 6px;
padding: 0 6px;
transform-style: preserve-3d;
}

.w-key {
width: 22px;
height: 80px;
border-radius: 4px;
background: linear-gradient(to bottom, #ffffff, #e6e6ea);
box-shadow:
0 0 0 1px rgba(0, 0, 0, 0.08),
0 10px 16px rgba(0, 0, 0, 0.15);
opacity: 0.55;
transform-origin: bottom center;
animation: whiteKeyParallax 1.6s ease-in-out infinite;
}

/* 左から少しずつ遅延させて、波のように */
.w1 { animation-delay: 0s; }
.w2 { animation-delay: 0.12s;}
.w3 { animation-delay: 0.24s;}
.w4 { animation-delay: 0.36s;}
.w5 { animation-delay: 0.48s;}
.w6 { animation-delay: 0.60s;}
.w7 { animation-delay: 0.72s;}

@keyframes whiteKeyParallax {
0%, 100% {
opacity: 0.55;
transform: translateY(0) translateZ(0) rotateX(0deg);
}
50% {
opacity: 1;
transform:
translateY(-6px) /* 少し浮く */
translateZ(18px) /* 手前にせり出す */
rotateX(8deg); /* 奥に倒れ込む感じ */
}
}

/* ─ 黒鍵 ─ */
.black-keys {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 60px;
display: flex;
justify-content: space-between;
pointer-events: none;
padding: 0 18px;
transform-style: preserve-3d;
}

/* 黒鍵の共通スタイル（白背景に映えるよう少しグレーを混ぜる） */
.b-key {
width: 16px;
height: 60px;
border-radius: 4px 4px 6px 6px;
background: linear-gradient(to bottom, #222, #050505);
box-shadow:
0 0 0 1px rgba(255, 255, 255, 0.15),
0 10px 18px rgba(0, 0, 0, 0.35);
opacity: 0.65;
transform-origin: bottom center;
animation: blackKeyParallax 1.6s ease-in-out infinite;
}

/* 黒鍵の位置＆タイミング（ざっくりでOK） */
.b1 { transform: translateX(8%) translateZ(26px); animation-delay: 0.25s; }
.b2 { transform: translateX(-2%) translateZ(26px); animation-delay: 0.45s; }
.b3 { transform: translateX(-12%) translateZ(26px); animation-delay: 0.65s; }

@keyframes blackKeyParallax {
0%, 100% {
opacity: 0.65;
transform:
translateY(0)
translateZ(26px)
rotateX(0deg);
}
50% {
opacity: 1;
transform:
translateY(-4px) /* 白鍵より控えめに */
translateZ(34px) /* さらに少し手前へ */
rotateX(6deg);
}
}

/* ─ スマホ対策：少し小さめに ─ */
@media (max-width: 768px) {
.piano-loader__keys {
transform: scale(0.8);
}
}






































.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}







.sample_btn {
  display: inline-block;
  width: 300px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
  color: #8f5c12;
  background-color: #fff;
  position: relative;
  border: 1px solid #8f5c12;
  transition: color 0.7s ease;
}
.sample_btn:hover {
  color: #fff;
  text-decoration: none;
  
}
.sample_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  text-decoration: none;
}
.sample_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #8f5c12;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.7s ease;
  transition-property: transform;
  text-decoration: none;
}
.text {
  position: relative;
  text-decoration: none;
}











.sample_btn2 {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  color: #8f5c12;
  background-color: #fff;
  position: relative;
  border: 1px solid #8f5c12;
  transition: color 0.7s ease;
}
.sample_btn2:hover {
  color: #fff;
  text-decoration: none;
  
}
.sample_btn2:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  text-decoration: none;
}
.sample_btn2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #8f5c12;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.7s ease;
  transition-property: transform;
  text-decoration: none;
}
.text2 {
  position: relative;
  text-decoration: none;
}



























.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
  margin: 0 0 50px 0; 
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
    border-radius: 5px; 
}


table.company {
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
}

table.company th,
table.company td {
padding: 10px; 
border-radius: 3px; 
font-size: 150%;
}

table.company th {
background: #887218;
vertical-align: middle;
text-align: left;
width: 30%;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
}
table.company td {
font-size: 150%;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #887218;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #295890 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #f8f8f8;
width: 69%;
padding-left: 30px;
}


















		.mb60{
			margin-bottom: 20px;
		}	
		.swiper-container{
			text-align: center;
		}
		.swiper-container .swiper-slide img{
			max-width: 100%;
			width: 100%;
			height: auto;
		}
		.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
		}
		#thumbs {
	        height: 20%;
	        box-sizing: border-box;
	        padding: 10px 0;
	    }
	    #thumbs .swiper-slide {
	        width: 20%;
	        height: 100%;
	        opacity: 0.2;
	        cursor: pointer;
	    }
	    #thumbs .swiper-slide-active {
	        opacity: 1;
	    }







.container-fluid0 {
background-image: url(../images/obi01.png);
background-size: contain;
background-repeat: no-repeat;
background-position: top; 
}


.nonh1 { 
	display: none; 
}
.specialtext { 
	text-align: center; 
	padding: 90px 0 0 0; 
}
.chachh2 { 
	padding: 90px 0 10px 0; 
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.chachp { 
	padding: 0 0 20px 0; 
	font-size: 18px; 
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.obi02 { 
background-image: url(../images/obi02.png);
background-size: contain;
background-repeat: no-repeat;
background-position: top; 
}
















a,
a:hover {
    color: #ca9b0d;
}

.fh5co_header_bg {
    background: #222;
    color: #fff;
}

.color_fff {
    color: #fff !important;
}

.treding_btn {
    background: #ca9b0d;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    padding: 15px 40px;
}

.treding_btn:hover,
.treding_btn:focus {
    background: #ca9b0d;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    padding: 15px 40px;
}

.fh5co_trading_posotion_relative {
    position: relative;
}

.fh5co_treding_position_absolute {
    -webkit-clip-path: polygon(0 1%, 100% 0, 0 100%, 0% 100%);
    -moz-clip-path: polygon(0 1%, 100% 0, 0 100%, 0% 100%);
    -ms-clip-path: polygon(0 1%, 100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 0, 0 100%, 0% 100%);
    height: 20px;
    width: 20px;
    background: #ca9b0d;
    position: absolute;
    left: 9px;
}

.fh5co_logo_width {
    width: 130px;
}

.fh5co_mediya_right {
    text-align: right;
}

.fh5co_display_table {
    height: 40px;
    width: 40px;
    display: table;
    color: #777;
    font-size: 18px;
    border: 1px solid #fff !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: 1s;
    margin: 0 10px;
    color: #777 !important;
}

.fh5co_display_table:hover,
.fh5co_display_table:focus {
    display: table;
    color: #777;
    border: 1px solid #ca9b0d !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

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

.fh5co_country_width {
    width: 40px;
    margin: 0 10px;
    padding-bottom: 25px;
}

.fh5co_text_select_option {
    margin: 0 10px;
    position: relative;
    top: -10px;
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 12px !important;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    background: #ca9b0d !important;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
    -moz-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
    -ms-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
}

.navbar-light .navbar-nav .nav-link {
    color: #222 !important;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 12px !important;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    position: relative !important;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
    -moz-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
    -ms-clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: #ca9b0d !important;
    color: #fff !important;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 12px;
    position: relative;
}

.fh5co_padding_menu {
    padding: 20px 0;
}

.mobile_logo_width {
    display: none;
}

.fh5co_padd_mediya {
    padding-top: 10px
}

.fh5co_suceefh5co_height {
    /*height: 550px;*/
    overflow: hidden;
    width: 100%;
    position: relative;
}

.fh5co_suceefh5co_height>img {
    /*height: 560px;*/
    width: 100%;
}

.paddding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fh5co_suceefh5co_height_position_absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.78) 100%);
    z-index: 5;
    top: 0;
}

.fh5co_suceefh5co_height_position_absolute_font {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 7;
    top: 75%;
    left: 5%;
    padding: 0 10px;
}

.fh5co_good_font {
    color: #fff;
    font-size: 26px;
    word-wrap: break-word;
}

.fh5co_good_font:hover,
.fh5co_good_font:focus {
    color: #fff;
    word-wrap: break-word;
    text-decoration: none;
}

.fh5co_suceefh5co_height_2 {
    /*height: 275px;*/
    overflow: hidden;
    width: 100%;
    position: relative;
}

.fh5co_suceefh5co_height_2>img {
    /*height: 300px;*/
    width: 100%;
}

.fh5co_good_font_2 {
    font-size: 19px;
    color: #fff;
    word-wrap: break-word;
    text-decoration: none;
}

.fh5co_good_font_2:hover,
.fh5co_good_font_2:focus {
    color: #fff;
    word-wrap: break-word;
    text-decoration: none;
}

.fh5co_suceefh5co_height_position_absolute_font_2 {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 7;
    top: 65%;
    left: 5%;
    padding: 0 10px;
}

.fh5co_heading {
    font-size: 20px;
    color: #424040;
}

.fh5co_heading_border_bottom {
    border-bottom: 1px solid #777;
}

.fh5co_latest_trading_img {
    /*height: 326px;*/
    /*overflow: hidden*/
        border-radius:3px; 
}

.fh5co_latest_trading_img>img {
    /*height: 340px;*/
    min-width: 100%;
        border-radius:3px; 
}

.fh5co_img_special_relative {
    position: relative;
    /*right: 40%*/
        border-radius:3px; 
}

.fh5co_latest_trading_img_position_relative {
    position: relative;
    overflow: hidden;
    z-index: 5;
    cursor: pointer;
        border-radius:3px; 
}

.fh5co_latest_trading_img_position_absolute {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 7;
    border-radius:3px; 
}

.fh5co_latest_trading_img_position_absolute_1 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 10px;
    bottom: 0;
    background-color:#363636;
        border-radius:3px; 
}

.fh5co_latest_trading_date_and_name_color {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.fh5co_latest_trading_img_position_relative:hover {
    -webkit-animation: swing1 1s ease;
    animation: swing1 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes swing1 {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing1 {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



.fh5co_news_img2 {
    /*height: 400px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: 0;
}

.fh5co_news_img2>img {
    /*height: 460px;*/
    min-width: 100%;
}



.fh5co_news_img3 {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: 0;
}

.fh5co_news_img3>img {

    min-width: 100%;
}


.fh5co_news_img {
    /*height: 300px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: 0;

    -moz-transition: all all 0.5s ease;
    -o-transition: all all 0.5s ease;
    -webkit-transition: all all 0.5s ease;
    -ms-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
}

.fh5co_news_img>img {
    /*height: 360px;*/
    min-width: 100%;
}

.c_b {
    color: #424040;
}

.c_g {
    color: #777;
}

.c_m {
    color: #ca9b0d;
}

.fh5co_small_post_heading {
    font-size: 17px;
    color: #424040;
    -moz-transition: all all 0.5s ease;
    -o-transition: all all 0.5s ease;
    -webkit-transition: all all 0.5s ease;
    -ms-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
}

.fh5co_small_post_heading:hover {
    color: #777;
    text-decoration: none;
}

.fh5co_hover_news_img:hover>.fh5co_news_img {
    top: -7px;
}

.fh5co_video_news_bg {
    background-image: url(../images/video-news-bg.jpg);
    background-size: cover;
}

.fh5co_small_post_heading_1 {
    color: #fff;
}

.fh5co_hover_news_img_video_tag_position_relative {
    position: relative;
    overflow: hidden;
    z-index: 18;
}

.fh5co_hover_news_img_video_tag_position_absolute {
    /*height: 100%;*/
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

.fh5co_hover_news_img_video_tag_position_absolute>img {
    /*height: 100%;*/
    min-width: 100%;
}

.fh5co_hover_news_img_video_tag_position_absolute_1 {
    position: absolute;
    z-index: 22;
    cursor: pointer;
    top: 33%;
    right: 40%;
    opacity: 0.7;
    -moz-transition: all all 0.5s ease;
    -o-transition: all all 0.5s ease;
    -webkit-transition: all all 0.5s ease;
    -ms-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
}

.fh5co_hover_news_img_video_tag_position_absolute_1:hover {
    opacity: 1;
}

.fh5co_hover_news_img_video_tag_position_absolute_1_play_button {
    height: 60px;
    width: 60px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    position: relative;
    z-index: 5;
}

.fh5co_hover_news_img_video_tag_position_absolute_1_play_button_1 {
    position: relative;
    display: inline-block;
}

.fh5co_hover_news_img_video_tag_position_absolute_1_play_button_1:before {
    position: absolute;
    content: '';
    /*height: 120%;*/
    width: 120%;
    background-color: #ca9b0d;
    z-index: -1;
    top: -10%;
    right: -10%;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co_hover_news_img_video_tag_position_absolute_1_play_button>span {
    display: table-cell;
    vertical-align: middle;
    line-height: 0px !important;
}

.fh5co_magna {
    font-size: 16px;
    color: #222 !important;
    font-weight: 800;
}

.fh5co_mini_time {
    font-size: 14px;
    color: #222;
    display: inline-block;
}

.fh5co_consectetur {
    font-size: 14px;
    color: #777;
}

.fh5co_gaming_topikk {
    margin: 0 !important;
    padding-left: 12px;
}

.fh5co_gaming_topikk>li {
    color: #777;
    padding: 5px 0;
}

.fh5co_tagg {
    background: #f1f1f1;
    padding: 10px 15px;
    color: #222;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.fh5co_tagg:hover,
.fh5co_tagg:focus {
    background: #ca9b0d;
    color: #fff;
    text-decoration: none;
}

.fh5co_most_trading {
    width: 100%;
}

.most_fh5co_treding_font_123 {
    font-size: 12px;
    color: #777;
}

.btn_mange_pagging {
    background: #f1f1f1;
    padding: 12px 20px;
    color: #222 !important;
    font-weight: 800;
    margin: 0 10px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.btn_pagging {
    background: #f1f1f1 !important;
    color: #222;
    padding: 12px 20px !important;
    font-weight: 800;
    margin: 0 10px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.btn_mange_pagging:hover,
.btn_mange_pagging:focus {
    background: #222;
    color: #fff !important;
    font-weight: 800;
}

.btn_pagging:hover,
.btn_pagging:focus {
    background: #222 !important;
    color: #fff;
}

.fh5co_footer_bg {
    background: #222;
    color: #fff;
    -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
}

.footer_logo {
    width: 140px;
}

.footer_main_title {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.footer_sub_about {
    color: #C9C8C8;
    font-size: 14px;
}

.fh5co_display_table_footer {
    height: 40px;
    width: 40px;
    display: table;
    color: #777;
    font-size: 18px;
    border: 1px solid #222 !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    margin-right: 10px;
    color: #777 !important;
}

.fh5co_display_table_footer:hover,
.fh5co_display_table_footer:focus {
    display: table;
    color: #777;
    border: 1px solid #ca9b0d !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.footer_menu {
    list-style: none;
    padding: 0;
}

.footer_menu li>a {
    color: #fff !important;
    padding: 8px 0 !important;
    display: -webkit-box;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.footer_menu li>a:hover,
.footer_menu li>a:focus {
    color: #ca9b0d !important;
    padding: 8px 0 !important;
    display: -webkit-box;
    margin-left: 5px;
}

.footer_post {
    color: #fff;
    display: -webkit-box;
}

.footer_makes_sub_font {
    font-size: 12px;
    color: #777;
}

.position_footer_relative {
    position: relative;
}

.footer_position_absolute {
    position: absolute;
    top: 60px;
    left: -5px;
}

.footer_img_post_6 {
    height: 50px;
    width: 94px;
    overflow: hidden;
    margin: 10px 10px;
    display: inline-block;
}

.footer_img_post_6>img {
    width: 94px;
    height: 50px;
}

.fh5co_footer_text_box {
    background: none !important;
    border-bottom: 2px solid #fff !important;
    border-top: 0px solid #fff !important;
    border-top: 0px solid #fff !important;
    border-top: 0px solid #fff !important;
    box-shadow: none !important;
    color: #fff !important;
}

.fh5co_footer_text_box:focus {
    border-color: #ca9b0d;
}

.fh5co_footer_subcribe {
    background: #ca9b0d !important;
    border-bottom: 2px solid #fff !important;
    border-top: 0px solid #fff !important;
    border-top: 0px solid #fff !important;
    border-top: 0px solid #fff !important;
    box-shadow: none !important;
    color: #fff !important;
    display: -webkit-box !important;
}

.fh5co_footer_right_reserved {
    background: #000 !important;
    color: #fff !important;
}

.footer_last_part_menu {
    color: #fff !important;
    padding: 0 10px;
}

.spdp_right {
    text-align: right
}

#fh5co_contact_form input:focus,
#fh5co_contact_form textarea:focus {
    border-color: #ca9b0d;
}

.contact_us_bg_img {
    background: url(../images/photo-1449157291145-7efd050a4d0e-578x362.jpg);
    padding: 100px 0;
    background-size: cover;
}

.fh5co_con {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.fh5co_con:hover,
.fh5co_con:focus {
    text-decoration: none;
    font-size: 24px;
    color: #ca9b0d;
    font-weight: 800;
}

.fh5co_con_123 {
    border: 1px solid #fff !important;
    color: #fff !important;
    font-size: 24px !important;
    padding: 10px 15px;
    margin: 0 20px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.fh5co_con_123:hover,
.fh5co_con_123:focus {
    border: 1px solid #fff !important;
    color: #fff !important;
    font-size: 24px !important;
    background: #ca9b0d;
    padding: 10px 15px;
    margin: 0 20px;
}

.fh5co_heading {
    font-size: 24px;
    color: #222;
}

.fh5co_contact_us_no_icon_div {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #222;
    display: table;
    text-align: center;
    font-size: 20px;
    color: #222;
    -moz-transition: all all 0.5s ease;
    -o-transition: all all 0.5s ease;
    -webkit-transition: all all 0.5s ease;
    -ms-transition: all all 0.5s ease;
    transition: all all 0.5s ease;
}

.fh5co_contact_us_no_icon_div>span {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

.fh5co_contact_us_no_text {
    font-size: 16px;
}

.fh5co_contact_us_no_icon_difh5co_hover:hover>.fh5co_contact_us_no_icon_difh5co_hover_1>.fh5co_contact_us_no_icon_div {
    color: #ca9b0d !important;
    cursor: pointer;
    border: 2px solid #ca9b0d !important;
}

.fh5co_contact_us_no_icon_difh5co_hover_2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fh5co_contact_us_form_bg {
    background-size: cover;
    padding-top: 5%;
}

.fh5co_contact_us_text_box_form_bg {
    background-color: #fff;
    padding: 4% 0;
}

.fh5co_contact_us_text_box {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #777 !important;
    font-size: 14px !important;
}

.fh5co_contact_us_text_area {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #777 !important;
    font-size: 14px !important;
    height: 100px;
    resize: none;
}

.fh5co_blue_button {
    background-color: #7ab8d4;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #fff;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    cursor: pointer;
}

.fh5co_blue_button:hover {
    background-color: #454545;
    color: #fff;
}

.fh5co_contact_us_team_img {
    height: 350px;
    overflow: hidden;
}

.s_textbox_name {
    background: #c7c7c7 !important;
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}

.fh5co_fh5co_bg_contcat {
    background: #f1f1f1;
}

.fh5co_p_font_size {
    font-size: 14px;
}

.fh5co_contact_text_box {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    height: 45px !important;
    letter-spacing: 1px !important;
}

.fh5co_contacts_message {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 150px;
    resize: none;
    padding-top: 20px !important;
    letter-spacing: 1px !important;
}

.contact_btn {
    background: #ca9b0d !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 10px 50px !important;
}

.contact_btn:hover,
.contact_btn:focus {
    background: none !important;
    border: 1px solid #ca9b0d !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #ca9b0d !important;
    padding: 10px 50px !important;
}

.map_sss {
    height: 350px !important;
    width: 100% !important;
    border: 0 !important;
    frameborder: 0 !important;
}

.contact_margin_svnit {
    margin: 20px 0 !important;
}

.goog-te-combo {
    padding: 10px 5px !important;
}

.goog-logo-link {
    display: none !important;
}

.fh5co_language_chnage {
    position: relative;
    top: 15px;
}

.dd_position_relative {
    position: relative;
}

.dd_box {
    height: 20px;
    width: 150px;
    background: #fff;
    position: absolute;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    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;
}

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

#fh5co-title-box {
    width: 38.2%;
    z-index: 555;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.single #fh5co-title-box {
    position: relative;
    height: 700px;
    width: 100%;
}

#fh5co-title-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}

#fh5co-title-box .page-title {
    z-index: 12;
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.single #fh5co-title-box .page-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#fh5co-title-box .page-title h2 {
    color: white;
    font-weight: 300;
}

.single #fh5co-title-box .page-title h2 {
    font-size: 72px;
}

#fh5co-title-box .page-title>span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .05em;
    margin-bottom: 10px;
}

#fh5co-title-box .page-title img {
    margin-bottom: 30px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-single-content {
    z-index: 999;
    background: white;
}

#fh5co-single-content p,
#fh5co-single-content ul li {
    font-size: 1.05rem
}

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