body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #002B44;
}

img{
    width:auto;
    height: auto;
    max-width:100%;
    max-height:100%;
	vertical-align:bottom;
 }

 /*固定ヘッダー全体*/
	.hed_all{
		width: 100%;
		margin:0px 0px 0px 0px;
		padding:20px 0px 0px 0px;
		position:fixed;
		display:flex;
		z-index:9999;
		top:0;
		left:0;
		opacity: 1.0;
		background-color: #002B44;
	}
	
	/*ロゴ*/
	.hed_logo{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	a.logo{text-decoration:none;}
	
	
	/*メニュー*/
	.hed_menu{
		margin:20px 0px 0px auto;
		padding:0px 0px 0px 0px;
		font-size:15px; font-weight: 800;
	}
	
		.hed_menu ul {
			display:flex;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			list-style:none;
		}
		
		.hed_menu li {
			margin:0px 20px 0px 10px;
			position: relative;
		}
		.hed_menu li a{
			color:#BA8E51;
			text-decoration:none;
		}

			/*左から右に線が伸びる（下部）*/
			
			.hed_menu li.current a,
			.hed_menu li a:hover{
			  color:#BA8E51;
			  text-decoration:none;
			}
			
			.hed_menu li a::after {
				content: '';
				/*絶対配置で線の位置を決める*/
				position: absolute;
				bottom: 0;
				left: 0%;
				/*線の形状*/
				width: 100%;
				height: 1px;
				background:#BA8E51;
				/*アニメーションの指定*/
				transition: all .3s;
				transform: scale(0, 1);/*X方向0、Y方向1*/
				transform-origin: left top;/*左上基点*/
			}
			
			/*現在地とhoverの設定*/
			.hed_menu li.current a::after,
			.hed_menu li a:hover::after {
				transform: scale(1, 1);/*X方向にスケール拡大*/
			
			}

	@media screen and (min-width: 767px) {
	

		.hamburger {
		  display : none;
		}
		nav.globalMenuSp {
		  display : none;
		}
	
	}


	
/*トップスライダー*/
@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
	}
	.scroll-infinity__wrap {
	  display: flex;
	  overflow: hidden;
	  margin-top: 90px;
	  margin-bottom: 0px;
	  position: relative;
	}
	.scroll-infinity__list {
	  display: flex;
	  list-style: none;
	  padding: 0;
	}
	.scroll-infinity__list--left {
	  animation: infinity-scroll-left 80s infinite linear 0.5s both;
	}
	.scroll-infinity__item {
	  width: calc(80vw / 1.2);
	  margin: 0px 30px;
	}
	.scroll-infinity__item>img {
	  width: 100%;
	  border-radius:10px;
	}

	.all-scroll-text-box {
		position: absolute;
		bottom: 13%; left: 50px;
	  }

	.clone2 {
		padding: 0px 10px 0px 10px;
		background: #fff;
		color: #002B44; font-weight: bold;
		font-size: 7vw; line-height: 1.3;
		box-decoration-break: clone;
	}

/*事業内容*/
	.ggyo_list_all{
		max-width:100%;
		max-width: 1200px;
		display: grid;
		grid-gap: 50px;
		grid-template-columns: 50px 1fr 1fr;
		margin:50px auto 50px auto;
		padding:50px 50px 50px 50px;
		color: #ccc;
		box-sizing: border-box;
		background-color: #003A5E;
		border-radius:4px;
	  }
	  @media screen and (min-width: 767px) { 
	  .ggtitle {
		font-size: 45px;
		font-weight: 600; color: #ccc;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl; text-align: start;
		padding: 20px 0px 0px 65px; box-sizing: border-box;
		border-top: #ccc 5px solid ; font-family: "Roboto", sans-serif;
		}
	}

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

			.ggtitle {
				font-size: 28px;
				font-weight: 800; color: #ccc; margin:0px 5px 20px 5px;
				padding: 0px 0px 10px 0px; box-sizing: border-box;
				border-bottom: #ccc 1px solid ; font-family: "Roboto", sans-serif;
				}
		
		}

	  .base{
		position: relative;
		cursor: pointer;
		overflow: hidden;
	  }

	  .ggyo_list_all img{
		border-radius:5px;
	  }
	  .ggimg img {
		cursor: pointer;
		overflow: hidden;
	  }
	  .ggimg img {
		height: auto;
		transition: transform .6s ease;/* ゆっくり変化させる */
		width: 100%;
	  }
	  .ggimg:hover img {
		transform: scale(1.1);/* 拡大 */
	  }
	  .itemsub {
		background-color: #fff;
		padding: 15px; font-size: 25px;
		display: inline;;
		position: absolute;
		top: 15px; right: 15px; font-weight: 800; color: #000;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl; sans-serif; font-weight: bold;
		}
		.itemsub_text {
			padding: 0px 0px 0px 0px;
			box-sizing: border-box;
			position: absolute;
			bottom: 20px; left: 20px; text-align: left; font-family: "Roboto", sans-serif; font-weight: bold;
		}
	
		.clone {
			padding: 0px 10px 0px 10px;
			background: #fff;
			color: #000;
			font-size: 18px; line-height: 1.7;
			-webkit-box-decoration-break: clone;
			box-decoration-break: clone;
		}

/*施工事例*/
.sekou_list_all{
	max-width:100%;
	max-width: 1200px;
	margin:0px auto 0px auto;
	padding:30px 50px 50px 50px;
	color: #ccc;
	box-sizing: border-box;
	background-color: #003A5E;
	border-radius:4px;
  }
  .sekoutitle {
	font-size: 45px;
	font-weight: 600; color: #ccc; font-family: "Roboto", sans-serif;
	padding: 0px 0px 30px 0px; box-sizing: border-box;
	}

	.t_sub{ font-size: 20px; font-family: "Roboto", sans-serif;}

	.sekou_text {
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
		font-family: "Roboto", sans-serif; font-weight: bold;
	}
	.btbt {
		margin:0px auto 0px auto;
		padding: 50px 0px 0px 0px;
		text-align: center;
	}

	.fade_in_test{
		width: 100%;
		display: grid;
		grid-gap: 25px;
		grid-template-columns: 1fr 1fr 1fr 1fr;		
		}
		.fade_in_sub{
		width: 100%;
		margin: 0 0px;
		}
		
		.fadein {
		opacity : 0;
		transition : all 5s;
		position: relative;
		}
	
		.fadein.active{
		opacity : 1;
		}




/*リクルート*/
.wrapper-riku-top {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 80px auto 0px auto;
	background-color: #000;
	position: relative;
	}
	
	.wrapper-riku-top::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/sekou_img.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-animation: zoom 20s 1;
		animation: zoom 20s 1;
		animation-fill-mode: forwards; opacity: 0.7;
	}
	
	@keyframes zoom {
		0% {
		transform: scale(2.0);
		}
		100% {
		transform: scale(1);
		}
	}
	
	@media screen and (min-width: 767px) {
	.riku-text{
	/*wrapperの中身を上下中央揃え*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:0 auto;
	padding: 80px 50px 0px 50px;
	width: 100%;
	color: #fff; box-sizing: border-box;
	}
	}
	@media screen and (max-width: 767px) {
		.riku-text{
			/*wrapperの中身を上下中央揃え*/
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin:0 auto;
			padding: 80px 15px 0px 15px;
			width: 100%;
			color: #fff; box-sizing: border-box;
			}
	}

	.riku-title{
	width: 100%;
	font-size: 8vw; font-family: 'Noto Serif JP', serif; font-weight: 800;
	}

	.riku-come{
		width: 100%;
		margin: 40px 0px 0px 0px;
		font-size: 20px; font-family: 'Noto Serif JP', serif; font-weight: 800;
		}
	.riku-inq{
		width: 100%;
		margin: 50px 0px 0px 0px;
		padding: 50px 0px 0px 0px;
		display: flex;
		font-size: 20px; font-family: 'Noto Serif JP', serif; font-weight: 800;
		border-top: #fff 1px solid;
		}
		.tel{
			display: inline;
			margin: 0px 100px 0px 0px;
			padding: 0px 0px 0px 0px;
			font-size: 30px; font-family: 'Noto Serif JP', serif; font-weight: 800;
			}
		.rikunavi{
			display: inline;
			margin: 0px 20px 0px 0px;
			padding: 15px 30px 15px 30px;
			font-size: 20px; font-family: 'Noto Serif JP', serif; font-weight: 800;
			border: #fff 1px solid; text-align: center;
			}




/*個別-業務内容ページ*/
.wrapper-busi {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 15px auto 0px auto;
	background-color: #000;
	position: relative;
	}
	
	.wrapper-busi::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/butop.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-animation: zoom 20s 1;
		animation: zoom 20s 1;
		animation-fill-mode: forwards; opacity: 0.7;
	}

	@keyframes zoom {
		0% {
		transform: scale(1.5);
		}
		100% {
		transform: scale(1);
		}
	}

	.busititle {
		width: 100%;
		max-width: 1200px;
		margin:50px auto 50px auto; color: #ccc;
		padding: 0px 0px 10px 0px;
		border-bottom: #ccc 1px solid;
		font-size: 30px; font-family: 'Noto Serif JP', serif; font-weight: 800;
	  }
	.column-wrapper {
		width: 94%;
		max-width: 1200px;
		display: flex;
		margin:10px auto 30px auto; color: #ccc;
		padding: 0px 0px 20px 0px;
		border-bottom: 1px #001C2D solid;
	  }
	  :nth-of-type(even) {
	  flex-direction: row-reverse;
	  }
	  
	  .column1 {
		width: 45%;
		display: flex;
		align-items: center;
	  }
	  
	  .column2 {
		width: 55%;
		display: flex;
		align-items: center;
	  }
	  .column1 {
	  
		padding: 60px;
		box-sizing: border-box;
	  }
	  .column-wrapper:nth-of-type(2n) .column1:nth-of-type(1){
	  
	  }
	  .column1title {
		font-size: 25px;
	  }
	  .column1txt {
		font-size: 15px;
	  }
	  .column2 img {
		height: 100%;
		width: 100%;
		object-fit: cover; border-radius:5px;
	  }
	  @media screen and ( max-width:767px )
	  {
		.column-wrapper {
		  flex-direction: column-reverse;
		}
		.column1, .column2 {
		width: 100%;
	  }
		.column1 {
		padding: 25px;
	  } 
	  }





/*個別-施工事例ページ*/
.wrapper-const {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 15px auto 0px auto;
	background-color: #000;
	position: relative;
	}
	
	.wrapper-const::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/constop.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-animation: zoom 20s 1;
		animation: zoom 20s 1;
		animation-fill-mode: forwards; opacity: 0.7;
	}

	@keyframes zoom {
		0% {
		transform: scale(1.5);
		}
		100% {
		transform: scale(1);
		}
	}
.con_list_all20{
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:0px; margin-bottom:50px;
	width: 100%; max-width: 1200px;
  }
  .con_item2 {
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}



/*個別-求人ページ*/
.wrapper-riku {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 15px auto 0px auto;
	background-color: #000;
	position: relative;
	}
	
	.wrapper-riku::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/rikutop.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-animation: zoom 20s 1;
		animation: zoom 20s 1;
		animation-fill-mode: forwards; opacity: 0.7;
	}

	@keyframes zoom {
		0% {
		transform: scale(1.5);
		}
		100% {
		transform: scale(1);
		}
	}

	.rec_list_all{
		display: table;
		border-collapse: collapse;
		width:94%;
		max-width: 1200px;
		margin:0px auto 50px auto;
		padding:0px 0px 0px 0px;
		background-color:#f7f7f7; font-family: sans-serif; color: #333;
	  }
	  
	  
		  .row {
			  display:table-row;
			  margin:0px 0px 0px 0px;
			  padding:0px 0px 0px 0px;
		  }
		  .col {
			  display:table-cell;
			  margin:0px 0px 0px 0px;
			  padding:10px 10px 10px 10px;
			  border:#CCCCCC 1px solid;
			  border-collapse: collapse;
			  font-size:13px;
		  }
		  
		  .col:nth-child(1) {
			
			  width:200px;
		  }
		  @media screen and (max-width: 767px) {
			.col:nth-child(1) {
			
				width:120px;
			}
		}

/*個別-会社ページ*/
.wrapper-comp {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 15px auto 0px auto;
	background-color: #000;
	position: relative;
	}
	
	.wrapper-comp::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/comptop.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-animation: zoom 20s 1;
		animation: zoom 20s 1;
		animation-fill-mode: forwards; opacity: 0.7;
	}

	@keyframes zoom {
		0% {
		transform: scale(1.5);
		}
		100% {
		transform: scale(1);
		}
	}


/*========= 1文字ずつ出現させるためのCSS ===============*/

.fadein_text,
.fadein_text span {
  opacity: 0;
}
.fadein_text{
color:rgba(255,255,255,0.2);
font-size:9vw; font-weight: bold;
font-family:'Noto Serif JP', serif;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:768px){
    
.fadein_text{
	color:rgba(255,255,255,0.2);
	font-size:9vw; font-weight: bold;
	font-family:'Noto Serif JP', serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.top_sub_b{
width:360px;
margin:0;
padding:0px 0px 50px 0px;
background-color:rgba(0,0,0,0.2);
position:absolute;
bottom:2px; left:13px;
}
    
}





/*スクロールアクション*/
.scroll-space{
	box-sizing: border-box;
	margin-top: 0px; padding-top: 0px;
	color: #fff;
	.blue{
	  padding: 0px;
	  margin: 0 auto 0px;
	}
	.pink{
		padding: 0px;
		margin: 0 auto 50px;
	}
	.yellow{
	  background: #F8913C;
	  width: 200px;
	  height: 200px;
	  padding: 30px;
	  margin: 0 auto 50px;
	}
	.green{
		width: 100%;
		padding: 0px;
		margin: 0 auto 50px;
	}
  }

  .slidein {
	  opacity: 0;
	  transform: translate(0,0);
	  transition: all 1.0s;
	&.slidein-left{
		transform: translate(-100%,0);
	}
	&.slidein-right{
		transform: translate(100%,0);
	}
	&.slidein-up{
		transform: translate(0,-100%);
	}
	&.slidein-bottom{
		transform: translate(0,100%);
	}
	&.scrollin{
	  transform: translate(0, 0)!important;
	  opacity: 1!important;
	}
  }


/**** BTN No. 4 ****/
.btbt {
	margin: 0px auto;
	/*position: absolute;
	bottom: 20px; left: 27%;*/
  }
  .btbt a{
	color: #ccc; text-decoration: none;
  }

  button {
	margin: 0px;
  }
.custom-btn {
	padding: 10px 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	background: transparent;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
  }
.btn-4 {
	width: 130px;
	height: 40px;
	line-height: 42px;
	padding: 0;
	border: none;
	}
	.btn-4 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-weight:bold;
	color:#ccc;
	}
	.btn-4:before,
	.btn-4:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background: #ccc;
	transition: all 0.3s ease;
	}
	.btn-4:before {
	height: 50%;
	width: 2px;
	}
	.btn-4:after {
	width: 20%;
	height: 2px;
	}
	.btn-4:hover:before {
	height: 100%;
	}
	.btn-4:hover:after {
	width: 100%;
	}
	.btn-4 span:before,
	.btn-4 span:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #ccc;
	transition: all 0.3s ease;
	}
	.btn-4 span:before {
	width: 2px;
	height: 50%;
	}
	.btn-4 span:after {
	width: 20%;
	height: 2px;
	}
	.btn-4 span:hover:before {
	height: 100%;
	}
	.btn-4 span:hover:after {
	width: 100%;
	}			


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
  }
  .scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
  }
  
  /*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
  .scroll_left {
	  -webkit-transition: 1.5s ease-in-out;
	  -moz-transition: 1.5s ease-in-out;
	  -o-transition: 1.5s ease-in-out;
	  transition: 1.5s ease-in-out;
	  transform: translateX(-100px);
	  opacity: 0;
	  filter: alpha(opacity=0);
	  -moz-opacity: 0;
  }
  .scroll_left.on {
	  opacity: 1.0;
	  filter: alpha(opacity=100);
	  -moz-opacity: 1.0;
	  transform: translateX(0);
  }
  
  /*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
  .scroll_right {
	  -webkit-transition: 1.5s ease-in-out;
	  -moz-transition: 1.5s ease-in-out;
	  -o-transition: 1.5s ease-in-out;
	  transition: 1.5s ease-in-out;
	  transform: translateX(100px);
	  opacity: 0;
	  filter: alpha(opacity=0);
	  -moz-opacity: 0;
  }
  .scroll_right.on {
	  opacity: 1.0;
	  filter: alpha(opacity=100);
	  -moz-opacity: 1.0;
	  transform: translateX(0);
  }
  /*------------------------*/


.footer {
width:100%;
margin:0px 0px 0px 0px;
padding:20px 0px 20px 0px;
background-color:#001E2F;
color:#ccc; text-align: center;
box-sizing: border-box; font-size: 14px; font-weight: 700;
}





/*スクロールダウン*/
#wrapper {
	display: table;
	width:100%;
	height:100%; margin-top: 50px;
  }
  @media screen and (min-width:800px){

	#wrapper {
		display: none;
	  }

} 
  #wrapper-inner {
	display: table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
  }
  
  #scroll-down {
	  display: block;
	  position: relative;
	  padding-top: 79px;
	text-align:center;
  }
  .arrow-down {
	  display: block;
	  margin: 0 auto;
	  width: 10px;
	  height: 38px;
  }
  .arrow-down:after {
	  content: '';
	  display: block;
	  margin: 0;
	  padding: 0;
	  width: 8px;
	  height: 8px;
	  border-top: 2px solid #ccc;
	  border-right: 2px solid #ccc;
	  behavior: url(-ms-transform.htc);
	  -moz-transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  transform: rotate(135deg);
  }
  #scroll-title {
	  display: block;
	  text-transform: uppercase;
	  color: #ccc;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:.1em;
  }
  #scroll-down::before {
	  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	  /* Safari 4+ */
	  
	  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	  /* Fx 5+ */
	  
	  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	  /* Opera 12+ */
	  
	  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	  /* IE 10+, Fx 29+ */
	  
	  position: absolute;
	  top: 0px;
	  left: 50%;
	  margin-left: -1px;
	  width: 2px;
	  height: 90px;
	  background: #ccc;
	  content: ' ';
  }
  @-webkit-keyframes elasticus {
	  0% {
		  -webkit-transform-origin: 0% 0%;
		  -ms-transform-origin: 0% 0%;
		  -moz-transform-origin: 0% 0%;
		  -o-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
		  -webkit-transform: scale(1, 0);
		  -ms-transform: scale(1, 0);
		  -moz-transform: scale(1, 0);
		  -o-transform: scale(1, 0);
		  transform: scale(1, 0);
	  }
	  50% {
		  -webkit-transform-origin: 0% 0%;
		  -ms-transform-origin: 0% 0%;
		  -moz-transform-origin: 0% 0%;
		  -o-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
		  -webkit-transform: scale(1, 1);
		  -ms-transform: scale(1, 1);
		  -moz-transform: scale(1, 1);
		  -o-transform: scale(1, 1);
		  transform: scale(1, 1);
	  }
	  50.1% {
		  -webkit-transform-origin: 0% 100%;
		  -ms-transform-origin: 0% 100%;
		  -moz-transform-origin: 0% 100%;
		  -o-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
		  -webkit-transform: scale(1, 1);
		  -ms-transform: scale(1, 1);
		  -moz-transform: scale(1, 1);
		  -o-transform: scale(1, 1);
		  transform: scale(1, 1);
	  }
	  100% {
		  -webkit-transform-origin: 0% 100%;
		  -ms-transform-origin: 0% 100%;
		  -moz-transform-origin: 0% 100%;
		  -o-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
		  -webkit-transform: scale(1, 0);
		  -ms-transform: scale(1, 0);
		  -moz-transform: scale(1, 0);
		  -o-transform: scale(1, 0);
		  transform: scale(1, 0);
	  }
  }
  @-moz-keyframes elasticus {
	  0% {
		  -webkit-transform-origin: 0% 0%;
		  -ms-transform-origin: 0% 0%;
		  -moz-transform-origin: 0% 0%;
		  -o-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
		  -webkit-transform: scale(1, 0);
		  -ms-transform: scale(1, 0);
		  -moz-transform: scale(1, 0);
		  -o-transform: scale(1, 0);
		  transform: scale(1, 0);
	  }
	  50% {
		  -webkit-transform-origin: 0% 0%;
		  -ms-transform-origin: 0% 0%;
		  -moz-transform-origin: 0% 0%;
		  -o-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
		  -webkit-transform: scale(1, 1);
		  -ms-transform: scale(1, 1);
		  -moz-transform: scale(1, 1);
		  -o-transform: scale(1, 1);
		  transform: scale(1, 1);
	  }
	  50.1% {
		  -webkit-transform-origin: 0% 100%;
		  -ms-transform-origin: 0% 100%;
		  -moz-transform-origin: 0% 100%;
		  -o-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
		  -webkit-transform: scale(1, 1);
		  -ms-transform: scale(1, 1);
		  -moz-transform: scale(1, 1);
		  -o-transform: scale(1, 1);
		  transform: scale(1, 1);
	  }
	  100% {
		  -webkit-transform-origin: 0% 100%;
		  -ms-transform-origin: 0% 100%;
		  -moz-transform-origin: 0% 100%;
		  -o-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
		  -webkit-transform: scale(1, 0);
		  -ms-transform: scale(1, 0);
		  -moz-transform: scale(1, 0);
		  -o-transform: scale(1, 0);
		  transform: scale(1, 0);
	  }
  }
  @-o-keyframes elasticus {
	  0% {
		  -webkit-transform-origin: 0% 0%;
		  -ms-transform-origin: 0% 0%;
		  -moz-transform-origin: 0% 0%;
		  -o-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
		  -webkit-transform: scale(1, 0);
		  -ms-transform: scale(1, 0);
		  -moz-transform: scale(1, 0);
		  -o-transform: scale(1, 0);
		  transform: scale(1, 0);
	  }
	  50% {
		  -webkit-transform-origin: 0% 0%;
		  -ms-transform-origin: 0% 0%;
		  -moz-transform-origin: 0% 0%;
		  -o-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
		  -webkit-transform: scale(1, 1);
		  -ms-transform: scale(1, 1);
		  -moz-transform: scale(1, 1);
		  -o-transform: scale(1, 1);
		  transform: scale(1, 1);
	  }
	  50.1% {
		  -webkit-transform-origin: 0% 100%;
		  -ms-transform-origin: 0% 100%;
		  -moz-transform-origin: 0% 100%;
		  -o-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
		  -webkit-transform: scale(1, 1);
		  -ms-transform: scale(1, 1);
		  -moz-transform: scale(1, 1);
		  -o-transform: scale(1, 1);
		  transform: scale(1, 1);
	  }
	  100% {
		  -webkit-transform-origin: 0% 100%;
		  -ms-transform-origin: 0% 100%;
		  -moz-transform-origin: 0% 100%;
		  -o-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
		  -webkit-transform: scale(1, 0);
		  -ms-transform: scale(1, 0);
		  -moz-transform: scale(1, 0);
		  -o-transform: scale(1, 0);
		  transform: scale(1, 0);
	  }
  }
  @keyframes elasticus {
	  0% {
		  -webkit-transform-origin: 0% 0%;
		  -ms-transform-origin: 0% 0%;
		  -moz-transform-origin: 0% 0%;
		  -o-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
		  -webkit-transform: scale(1, 0);
		  -ms-transform: scale(1, 0);
		  -moz-transform: scale(1, 0);
		  -o-transform: scale(1, 0);
		  transform: scale(1, 0);
	  }
	  50% {
		  -webkit-transform-origin: 0% 0%;
		  -ms-transform-origin: 0% 0%;
		  -moz-transform-origin: 0% 0%;
		  -o-transform-origin: 0% 0%;
		  transform-origin: 0% 0%;
		  -webkit-transform: scale(1, 1);
		  -ms-transform: scale(1, 1);
		  -moz-transform: scale(1, 1);
		  -o-transform: scale(1, 1);
		  transform: scale(1, 1);
	  }
	  50.1% {
		  -webkit-transform-origin: 0% 100%;
		  -ms-transform-origin: 0% 100%;
		  -moz-transform-origin: 0% 100%;
		  -o-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
		  -webkit-transform: scale(1, 1);
		  -ms-transform: scale(1, 1);
		  -moz-transform: scale(1, 1);
		  -o-transform: scale(1, 1);
		  transform: scale(1, 1);
	  }
	  100% {
		  -webkit-transform-origin: 0% 100%;
		  -ms-transform-origin: 0% 100%;
		  -moz-transform-origin: 0% 100%;
		  -o-transform-origin: 0% 100%;
		  transform-origin: 0% 100%;
		  -webkit-transform: scale(1, 0);
		  -ms-transform: scale(1, 0);
		  -moz-transform: scale(1, 0);
		  -o-transform: scale(1, 0);
		  transform: scale(1, 0);
	  }
  }
  
  
  
/* codepen profile logo*/
  #paschka {
	display: block;
	color:white;
	font-family:helvetica neue, helvetica, arial;
	font-size:32px;
	text-decoration: none;
	position: fixed;
	bottom:0px;
	right:0px;
	padding:0px;
	transition: all .1s ease;
	background:#000;
	height:40px;
	line-height:30px;
	vertical-align:middle;
	width:40px;
	text-align:center;
	border-radius: 5%;
	bottom:20px;
	right:20px;
	
	&:hover {
	  background:#232323;
	  transition:all .1s ease;
	  color:#f0f0f0;
	}
  }


