/*
Theme Name: moadsq_tsh
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');
html{
	scroll-behavior: smooth;
}
body{
    background-color:#fefefe;
}
body.fixed {
width: 100%;
height: 100%;
position: fixed;
    }

    a {
    transition : all 0.5s ease 0s;
    text-decoration:none;
     color:#fff;
}
a:hover{
    text-decoration:none;
    color: #212529 !important;
}

h2{
    border:none;
}
h3{
border-bottom: none;
}
h3:after{
content:none;
}
td{
    border-bottom:1px solid rgba(255,255,255,0.5);
}

::placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
.site-header{
    position:fixed;
    padding:5px;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    border-bottom:none;
   background-color:#fff;
}

.siteContent{
        margin-top:0px;
    }
.gMenu a{
    color:#fff;
    -webkit-transition: all  0.5s cubic-bezier(0.59, 0, 0.58, 1);
    -moz-transition: all  0.5s cubic-bezier(0.59, 0, 0.58, 1);
    -o-transition: all  0.5s cubic-bezier(0.59, 0, 0.58, 1);
    transition: all  0.5s cubic-bezier(0.59, 0, 0.58, 1)!important;

}
.gMenu a:hover{
    color:#9b9b9b;
    
}

.gMenu>li:before{
    border:none;
    transition: unset;
}





.m_fukisokuwaku{
  padding:20px;
  border:3px solid #fcb900;
  -webkitborder-radius: 41px 35px 50px 11px/11px 50px 35px 41px;
  -moz-border-radius: 41px 35px 50px 11px/11px 50px 35px 41px;
  border-radius: 41px 35px 50px 11px/11px 50px 35px 41px;
  width:80%;
  margin:0 auto;
}
.heading07 {
	    position: relative;
    padding-top: 50px;
    padding-left: 30px;
    font-size: 26px;
    color: #fefefe;
    text-align:center;
    -webkit-text-stroke-width: ;
    -webkit-text-stroke-color: ;
}

.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
    position: absolute;
    transform: rotate(345deg);
    top: -7px;
    left: 30%;
    color: rgba(255, 255, 255, 0.19);
    font-size: 100px;
    font-weight: 400;
	font-family: 'Square Peg';
}
.heading05 {
	position: relative;
	padding-bottom: 0px;
    color:#5b5d60;
	font-size: 18px;
	text-align: center;
}

.heading05::before {
	content: attr(data-en);
	display: block;
    color:#000;
    text-stroke: 1px #8cc63f;
  -webkit-text-stroke: 1px #8cc63f;
	font-size: 50px;
	font-style: italic;
	text-transform: uppercase;
    font-family: 'Arial';
}
/*nidan moji*/
.heading052 {
	position: relative;
	padding-bottom: 0px;
    color:#5e5d5d;
	font-size: 2.5em;
	text-align: center;
}

.heading052::before {
	content: attr(data-en);
	display: block;
    color:#18bfae;
	font-size: 14px;
	font-style:normal;
	text-transform: none;
  font-family:;
  font-weight:normal;
	padding:5px;
}
/*nidan moji*/
.heading052l {
	position: relative;
	padding-bottom: 0px;
    color:#5e5d5d;
	font-size: 1.7em;
	text-align: left;
	border:none;
}

.heading052l::before {
	content: attr(data-en);
	display: block;
    color:#18bfae;
	font-size: 14px;
	font-style:normal;
	text-transform: none;
  font-family:;
  font-weight:normal;
	padding:5px;
}
.btndown{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: block;
    background-color:#18bfaea8;
    border:1px solid #ffffff52;/* ボーダーの色と太さ */
    border-radius:50px;
	backdrop-filter:blur(12px);
	-webkit-backdrop-filter:blur(12px);
    padding: 1.05em 0.9em 1.05em 2.4em;
    width:80%;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    margin:1.5em auto;
}

/*ボタン内spanの形状*/
.btndown span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#fff;
  white-space:nowrap;
}

.btndown:hover span{
  color:#fff;
  
}

/*== 背景が流れる（上から下） */
.bgtop:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:  #18bfae;/*背景色*/
  width: 100%;
  height: 0;
    /*アニメーション*/
  transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgtop:hover:before{
   height: 100%;  
   background-color: #1ebdac;
}
.video_wrapper {
    position: relative;
    width: 100vw;
 height:100vh;
   margin: 0 calc(50% - 50vw);
    overflow: hidden;
max-width:none;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.container-video {
  position: relative;
 width:100vw;
  height: 100vh;
 margin:0 calc(50% - 50vw);
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}
.container-video #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}

@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.table-center > div p {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 2em;
  font-weight: 600;
}
.t_tittle{
width:50%;
font-size:1em;
color:#fff;
}
.siteFooter{
    background-color:#f8f9fa;
    border-top:none;
}
.sectionBox{
    padding-top:0px;
    padding-bottom:0px;
}

.vk-mobile-nav.vk-mobile-nav-open{
    background-color:#fff;
    backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
    color:#000;
    border-bottom:none;
    font-size:1rem;
    text-align:center;
}
.page-header{
    margin-top:100px;
    padding:0px;
}
.page-header_pageTitle {
        color:#000;
    font-size: 22px!important;
	font-style:;
	text-transform: uppercase;
    text-align:center;
    }
    .page-header_pageTitle, h1.page-header_pageTitle:first-child{
        margin:50px;
    }
/* outline
.page-header_pageTitle {
        color:#000;
    text-stroke: 1px #EDC02D;
  -webkit-text-stroke: 1px #EDC02D;
	font-size: 43px!important;
	font-style: italic;
	text-transform: uppercase;
    font-family: 'Arial';
    }
*/
.neontext{
    text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
}
.vk-mobile-nav-menu-btn{
	position: fixed;
    top: 5px;
    right: 5px;
    z-index: 2100;
    overflow: hidden;
    border:none;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    text-indent: -9999px;
    background-size: 24px 24px;
    transition: border-color .5s ease-out;
}
.vk-mobile-nav-menu-btn.menu-open{
	border:none;
}
.vk-mobile-nav.vk-mobile-nav-open{
    background-color:#fff;
}
.vk-mobile-nav.vk-mobile-nav-open{
    top:0;
    left:0;
}
.vk-mobile-nav{
    position: fixed;
    left: 120%;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: block;
    padding: 45px 10px;
    overflow: scroll;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.vk-mobile-nav nav>ul{
    border-top:none;
}
.fade {

  opacity : 0;

  transform: translateY(50px);

  transition: all 1s;

}
.dfilter{
    width:90%;
    padding:10px;
    background-color:rgba(255,255,255,0.7);
    backdrop-filter:blur(12px);
    border-radius:20px;
    box-shadow: 3px 3px 6px -2px #555,
  3px 3px 8px rgba(255,255,255,0.8) inset;
    margin:0 auto;
}

       .sc {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color:;
  -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;

}
.sc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
        .sc::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.table_1 tr th,
.table_1 tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    color:#ccc;
    
}
.table_1 tr th {
    font-weight: bold;
    font-size:18px;
}
.table_1 tr td {
    
    font-size:15px;
}    
.table_1 a{
    color:#ccc;
}
.grass{
background: rgba(0,0,0, 0.2 );
box-shadow: 0 8px 32px 0 rgb(151 226 113 / 37%);
backdrop-filter: blur( 10px );
-webkit-backdrop-filter: blur( 10px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
display:block;
border-radius:10px;
padding:10px;
color:#FFFFFF;
}
 .btn_1{
        text-align:center;
        margin:0 auto;
        }  
.btn_1 a{
    display: block;
    width: 75%;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
    font-size: 30px;
    margin: 0 auto;
    transition: all 0.5s;
}


        .btn_1 a:hover{
            background-color:#000;
            color:#fff;
            border:1px solid #fff;
            text-decoration:none;
        }
.device-mobile .copySection{
    padding-bottom:10px;

        }
.ltg-slide-text-title{
	font-size:28px;
}
   .side_bn{
	   
}   
.b_sec{
	width: 40%;
	max-height:60px;
	 background-color:#18bfaea8;
    border:1px solid #ffffff52;/* ボーダーの色と太さ */
	backdrop-filter:blur(12px);
	-webkit-backdrop-filter:blur(12px);
	position: fixed;
	bottom:0;
	right: 0;
	padding: 10px;
	text-align: center;
	border-radius: 20px 0 0 0;
}

@media screen and (min-width: 992px) { 
.siteHeader{
    position:fixed;
   padding:0px;
    width: 100%;
    z-index: 1000;
    top: 0;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
   background-color:#fff;
   
    margin-bottom: 0;
    min-height: 46px;
    border-bottom:none;
}
    .headerTop{
        color:#f8f9fa;
        background-color:transparent;
        border-bottom:none;
    }
    .siteContent{
        margin-top:0px;
    }

    .page-header{
        margin-top:100px;
        padding:0px;
    }
    .page-header_pageTitle {
        color:#000;
        font-size: 22px!important;
        font-style: ;
        text-transform: uppercase;
        text-align:center;
        }
        .page-header_pageTitle, h1.page-header_pageTitle:first-child{
            margin:50px;
        }



.gMenu a{
color:#fff;
-webkit-transition: all  0.5s cubic-bezier(0.59, 0, 0.58, 1);
-moz-transition: all  0.5s cubic-bezier(0.59, 0, 0.58, 1);
-o-transition: all  0.5s cubic-bezier(0.59, 0, 0.58, 1);
transition: all  0.5s cubic-bezier(0.59, 0, 0.58, 1)!important;
}
.gMenu a:hover{
color:#9b9b9b;
}

.gMenu>li:before{
    border:none;
}
    .heading07 {
	    position: relative;
    padding-top: 50px;
    padding-left: 30px;
    font-size: 26px;
    color:;
    -webkit-text-stroke-width: ;
    -webkit-text-stroke-color:;
    text-align:center;
        color:#fefefe;
}

.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
    position: absolute;
    transform: rotate(345deg);
    top: -7px;
    left: 40%;
    color: rgb(255 254 253 / 19%);
    font-size: 100px;
    font-weight: 400;
	font-family: 'Square Peg';
}
    .page-header{
    margin-top:100px;
    padding:50px;
}
.table_1 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table_1 tr {
    border-bottom:1px solid #212529;
}
.table_1 tr th,
.table_1 tr td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.table_1 tr th {
    font-weight: bold;
    font-size:20px;
}
.table_1 tr td {
    
    font-size:17px;
}  
    
    .copySection p{
        color:#ccc;
        font-size: 12px;
        margin: 0 15px 5px;
   
    }
 .btndown{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: block;
    background-color:#18bfaea8;
    border:1px solid #ffffff52;/* ボーダーの色と太さ */
    border-radius:50px;
	backdrop-filter:blur(12px);
	-webkit-backdrop-filter:blur(12px);
    padding: 1.05em 0.9em 1.05em 2.4em;
    width:30%;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    margin:1.5em auto;
}

/*ボタン内spanの形状*/
.btndown span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#fff;
  white-space:nowrap;
}

.btndown:hover span{
  color:#fff;
  
}

/*== 背景が流れる（上から下） */
.bgtop:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:  #18bfae;/*背景色*/
  width: 100%;
  height: 0;
    /*アニメーション*/
  transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgtop:hover:before{
   height: 100%;  
   background-color: #1ebdac;
}   
.video_wrapper {
    position: relative;
    width: 100vw;
 height:100vh;
   margin: 0 calc(50% - 50vw);
    overflow: hidden;
max-width:none;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.container-video {
  position: relative;
 width:100vw;
  height: 100vh;
 margin:0 calc(50% - 50vw);
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}
.container-video #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}

@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.table-center > div p {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 4em;
  font-weight: 600;
}
.t_tittle{
width:50%;
font-size:2em;
color:#fff;
} 
.side_bn{
    position:fixed;
    width:500px;
   bottom:100px;
    right:-410px;
    padding:20px;
    border-radius:20px;
    z-index:999;
   
    
}
.side_bn a{
    color:#fff;
    text-decoration:none;
    display:block;
    background-color:#18bfaea8;
	backdrop-filter:blur(12px);
	-webkit-backdrop-filter: blur(12px);
    padding:20px;
    margin:10px;
    border-radius:20px 0;
    transition:all 1s;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-orientation: upright;
    box-shadow: rgba(13, 38, 76, 0.19) 0px 9px 20px;
}
.side_bn a:hover{
    background-color:#31c4b5;
    transform:translateX(-20px) ;
}	
	.b_sec{
		display:none;
	}
}







.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
  position: absolute;
  left:-20px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 50px;
  background:#eee;
}
        .scrll{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color:#eee;
  text-shadow: 0 0 15px #666;
  text-align: center;
}

#sc{
  width:100%;
  height: 100vh;
  position: relative;
} 

#sc:before{
  content: '';
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height: 100vh;
  /*背景画像設定*/
  background:url("") no-repeat center;
  background-size:cover;
}

#container_sc{
  position: relative;
  z-index:1;
  background:#eee;
  padding:600px 0;
  text-align: center;
}
/*video_cover*/
.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    box-sizing: cover;
    outline: none;
    border: none;
    box-shadow: none;
    z-index: -1;
}

.footerMenu li:last-child a{
    border:none;
}
.footerMenu li a{
    border:none;
}


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

    #sc,
    #sc:before{
  height: 90vh;    
    }
    
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:11px;
 color:#111;
 padding-right:5px;
 width:30%;
 border:none;
font-weight:lighter;
 
}
/*通常欄*/
.inquiry td{
 font-size:13px;

}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:;
 color:#ff0000;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:;
 color:#3875ff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:70%;
 background:#03a9f4;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: 1px solid #fff;
margin:20px auto;

}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#000;

}
.form-control{
    display: block;
    width: 100%;
    height: calc(5.5em + 0.75rem + 2px);
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
input::placeholder {
  color: #fff;
}
.text_center{
    text-align:center;
}

.wrap{
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	position: relative;
	overflow: hidden;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
.slide-text{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 46px;
	font-family: serif;
	font-weight: bold;
	text-shadow: 2px 2px 8px #000;
	color: #fff;
	transform: translate(-50%,-50%);
}
.slide-img img{
	object-fit: cover;
	height: 100vh;
  width: 100vw;
}
.swiper-pagination-bullet {
 display:none;
}
@media (min-width: 992px) {

.header_scrolled .gMenu {
  float: right;
}

.navbar-header {
  top: -54px;
}

.header_scrolled .navbar-header {
  position: fixed;
  z-index: 2000;
  top: 0;
  transition: top 1s;
}

.header_scrolled.admin-bar .navbar-header {
  top: 32px;
  transition: top 1s;
}

.header_scrolled .siteHeader_logo img {
  max-height: 40px;
}

.header_scrolled .siteHeader_logo {
  font-size: 28px;
}

.header_scrolled .gMenu>li {
  border-left: none;
}

.header_scrolled .gMenu>li:last-child {
  border-right: none;
}
.ltg-slide-text-title{
	font-size:43px;
}
	
}