@charset "utf-8";
/* CSS Document */
body {
	margin:0;	
	position: relative;
	background-color:#1f1f1f;
}

@font-face {
   font-family:fira-sans; 
   src:url(../font/fira-sans.extralight.ttf);
} 

@font-face {
   font-family:NotoSans-Regular;
   src:url(../font/NotoSans-Regular.ttf);
} 

hr {
  border-top: 1px dashed #91804e;
  border-bottom: 0px;
  margin: 10px 0 10px 0;
}

ul {
    list-style: none;	
}


a, a:visited {
    color: inherit;
	text-decoration:none;
	outline:none; 
}

input {
	outline:none;	
}
img { border-style: none; }


p {
	line-height:150%;
}


#PageContainer {
		display: block;
		height: 750px;
		width: 1200px;
		margin: 0px auto;
		position:relative;
}


/*desktop */
@media screen and (min-device-width: 1367px) and (max-device-width: 1960px) { 
	 #PageContainer {
		display: block;
		height: 750px;
		width: 1200px;	
		top: 50%;
		left: 50%;
		margin-top: -375px;
		margin-left: -600px;
		position: fixed;
	 }
}

#PageContent {
	display: block;
	height: 750px;
	width: 1200px;
	margin: 0px auto;
	position:relative;
}

#pre-loading {
	z-index: 200;
	display: block;
	height: 750px;
	width: 1200px;
	margin: 0px auto;
	position: absolute;	
	background-color:black;
}
#pre-loading-logo {
	position:relative;
	display: inline-block;
	position: relative;
  	top: -70px;
	left: 5px;
	transform: translateY(-50%);
}

.svg-wrapper {
  height: 139px;
  width: 102px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.shape {
  fill: transparent;
  stroke-dasharray: 150 300;
  stroke-dashoffset: -300;
  stroke-width: 1px;
  stroke: #90804d;
}

@keyframes draw {
  0% {
    stroke-dasharray: 150 300;
    stroke-dashoffset: -300;
    stroke-width:1px;
  }
  50% {
    stroke-dasharray: 600;
    stroke-dashoffset: 0;
    stroke-width: 1px;
  }
  100% {
    stroke-dasharray: 150 300;
    stroke-dashoffset: -300;
    stroke-width: 1px;
  }
}

.svg-wrapper .shape {
  -webkit-animation: 4s draw ease;
  animation: 4s draw ease;
  animation-iteration-count: infinite;
}


::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}


#WelcomePageContent {
	z-index: 1;
	position: absolute;
	width:100%; 
	height:100%;
}


#Slogan {	
	z-index:2;
	width: 50%;
	vertical-align: middle;
	text-align:center;
	padding-top: 300px;
	margin:0 auto;
}
.WelcomepageMenuButton, .WelcomepageMenuButton1 {
	z-index:3;
	width: 50%;
	vertical-align: middle;
	text-align:center;
	padding-top: 60px;
	margin:0 auto;
}
.WelcomepageMenuButton input {
	/*color: #91804e; */
	color: white;
	border-style: solid;
	border-width: thin;
	/*
	border-left-color: #91804e;
	border-right-color: #91804e;
	border-top-color:#91804e;
	border-bottom-color: #91804e;
	*/
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	border-bottom-color: white;
	
	height: 35px;
	width: 80px;
	background-color:transparent;
	font-size:16px;
	font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	cursor:pointer;
}
.WelcomepageMenuButton1 input {
	color: white;
	/* color: #91804e;*/
	border-style: solid;
	border-width: thin;
	/*
	border-left-color: #91804e;
	border-right-color: #91804e;
	border-top-color:#91804e;
	border-bottom-color: #91804e; */
	
	border-left-color: white;
	border-right-color: white;
	border-top-color: white;
	border-bottom-color: white;
	
	height: 35px;
	width: 80px;
	background-color:transparent;
	font-size:16px;
	font-family:'fira-sans', Arial;
	cursor:pointer;
}

#LanguageButton {
	z-index:4;
	width: 100%;
	text-align:center;
    position: absolute;
    bottom: 0px;
	margin:0 auto;
}

#WelcomePage {
	background-color:#333;	
}
.fadein { 
	position:absolute; 
	width:100%; 
	height:100%;
	z-index:0; 
}
.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
}


#Menu {
	z-index:99;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;	
	display:none;
}
#MenuBG {
	z-index:98;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display:none;
	background-image:url(../images/MenuBG.jpg);
}
#MenuCloseButton {
	z-index:102;
	position:absolute;
	top:0px;
	right:0px;
}
#MenuContent {
	z-index:101;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;	
}
.Menu_Linkage_Logo {
	display:inline-block; 
	background-color:#1e1e1e; 
	width:162px; 
	height:160px; 
	text-align:center; 
	vertical-align:middle;	
}
.Menu_Linkage_Logo img{
	width:162px;
	height:160px; 	
}
.Menu_Linkage {
	display: inline-block;
	width: 162px;
	height: 40px;
	background-color:#1e1e1e;
	padding-top: 15px;
	text-align:center;
	color:#91804e;	
	font-size:18px;
	font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
}
.Menu_Linkage span {
	font-family:'fira-sans', Arial;
	font-size:20px;
	font-weight:700;
}
.Menu_Linkage:hover {
	background-color:#91804e;
	color:#1e1e1e;	
}
.Menu_Content1 {
	position:relative;
    margin:0 auto;
    clear:left;
	text-align:center;
	width: 242px;
}
.MenuSpacing {
	display:inline-block;
	background-color:#1e1e1e;
	width:162px;
	height:175px;
}
.hspacer {
	height: 4px;
	width: 100%;		
}


#NormalPageBGContainer {
	background-color:#FFC;
	background-image:url(../images/NormalPageBG.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width:1200px;
	height:750px;
}

#Aboutus {
	background-color:#FFC;
	background-image:url(../images/NormalPageBG.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
}
.AboutusMenu {
	z-index:15;
	position:absolute;
	right:28px;;
	top:320px;
	width: 90px;	
}
.AboutusMenuLinkage {
	display: inline-block;
	width: 100%;
	background-color:#272728;	
	font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	text-align:center;
	color:#91804e;
	font-size:14px;
	height: 28px;
	padding-top: 5px;
}
.AboutusMenuLinkage span{
	font-family:'fira-sans', Arial;
	font-size: 16px;
	font-weight: 700;
}
.AboutusMenuLinkage:hover {
	color:white;
	background-color:#91804e;
}

#AboutusScrollBar {
	z-index:9;
	position:absolute;
	right: 72px;
	top: 20px;
}


#Aboutus_Content {
	width: 1080px;
	height: 708px;
	overflow:hidden;
	z-index:3;
	position:absolute;
	border: 1px;
	left: 21px;
	top: 20px;
	
}
.AboutusContent td {
	text-align:left;
	color:white;
	font-size:16px;
	letter-spacing: 3px;
	line-height: 120%;
	vertical-align:top;
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
}
.AboutusContent span {
	letter-spacing: 1px;	
	font-family: 'fira-sans', Arial;
}
#AboutusTitle {
	background-color:#91804e;
	color:white;
	height: 30px;	
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	font-size:16px;
	font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	letter-spacing: 2px;
}

#SectionAboutus {
	padding-left: 150px;
	padding-top: 100px;
	height: 610px;
	width: 800px;
}

#SectionAboutTeam {
	/* background-image:url(../images/team_bg.png);
	background-size:cover; */
	width: inherit;
	height:inherit;
}
#SectionAboutTeamContent {
	padding-left: 150px;
	padding-top: 100px;
	height: 610px;
	width: 800px;
}
#SectionCompanyHistory {
	padding-left: 150px;
	padding-top: 100px;
	height: 610px;
	width: 800px;
}

#SectionClients {
	padding-left: 100px;
	height: 650px;
	width: 930px;
}


#SectionCompanyHistory td {
	letter-spacing: 1px;	
	font-family: 'fira-sans', Arial;
}

#RightMenu {
	float:right;
    text-align:right;
    vertical-align: top; 
    border-width:0px;	
}

.ServicesMenu {
	z-index:2;
	width: 90px;
	position:absolute;
	right: 28px;
	top: 330px;	
}
.ServicesMenu td {
	text-align:center;
	color:#91804e;
	font-size:12px;
}
.ServicesMenu tr {
	background-color:#272728;
	height:25px;
}

#Serivces_Content {
	overflow:hidden;
	z-index:3;
	position:absolute;
	top: 60px;
	left: 110px;
	width: 900px;
	height: 630px;	
}
.SerivcesContent td {
	text-align:center;
	color:#91804e;
	font-size:30px;
	vertical-align:top;
}

#Team {
	background-color:#100;
	background-image:url(../images/NormalPageBG.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}	

#Production {
	background-color:#200;
	background-image:url(../images/NormalPageBG.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}	

#Shop {
	background-color:#976;
	background-image:url(../images/NormalPageBG.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;	
}
.OnlineshopContent td {
	text-align:center;
	color:white;
	vertical-align:top;
}
.OnlineshopContent{
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	vertical-align:top;
}
.ShopContent td {
	text-align:left;
	font-size:12px;	
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
 
.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}


#Contactus {
	background-color:#976;
	background-image:url(../images/NormalPageBG.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;	
}
.ContactusForm input,textarea {
	background-color:#91804e;
	color: white;
	border:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.contact_info_text_cn td {
	color:white;
	font-size: 14px;
	word-wrap: break-word;
	line-height: 150%;
	text-align: left;
	text-justify:inter-ideograph;
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
}

#wechatCode {
	color: 	#91804e;
	font-size: 16px;
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
}

#Joinus {
	background-color:#976;
	background-image:url(../images/NormalPageBG.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;	
}


.job-container {
    width: 420px;
    height: 450px;
    overflow-y: hidden;
    /* color: #91804e; */
	color:white;
	font-size:11px;
	line-height:150%;	
}
.job-container strong{
	font-size:13px;
}

#Projects {
	background-color:#700;
	background-image:url(../images/NormalPageBG.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;	
}

.RightTopMenu {
	z-index: 10;
	position:absolute;
	right:0;
	top:0;	
}

.ProjectsMenu {
	z-index:15;
	position:absolute;
	right:15px;;
	top:300px;
	width: 110px;
}
.ProjectsMenuLinkage {
	display: inline-block;
	width: 100%;
	background-color:#272728;	
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	text-align:center;
	color:#91804e;
	font-size:13px;
	height: 28px;
	padding-top: 5px;
}
.ProjectsMenuLinkage span {
	font-family: 'fira-sans', Arial;
	font-size:16px;
	font-weight: 700;
	padding-top: 5px;
	
}
.ProjectsMenuLinkage:hover {
	color:white;
	background-color:#91804e;
}

.ProjectsMenu2 {
	z-index:14;
	position:absolute;
	right:73px;
	top:20px;
	height:710px;
	width:180px;
	background-color:black;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	overflow:hidden;
}
#ProjectsMenu2Content {
	z-index:18;
	overflow:hidden;
	height:600px;
	padding-left:15px;	
}
.ProjectsMenu3 {
	color:white; 
	padding-left:5px; 
	font-size:10px; 
	display:none;
	line-height:150%;
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	width: 100px;
	text-wrap:normal;
}

.ProjectBGImage {
	z-index:1;
	position:absolute;
	top: 20px;
	left:21px;	
	width:1105px;
	Height: 710px;
}
.ProjectBGImage img {
	width: 100%;
	height:100%;	
}

.ProjectDisplayContainer {
	z-index:5;
	position:absolute;
	top: 20px;
	left:21px;	
	width:1105px;
	Height: 710px;
}
#ProjectDisplayContainer1 {
	z-index:6;
	position:absolute;
	top: 20px;
	left:21px;	
	width:1105px;
	Height: 710px;
	display:none;
}

#ProjectLargePhoto {
	z-index:7
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	/*
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out; */
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
/* Fading animation */
.fade {

  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

#ProjectNameAndThumbnail {
	z-index:7;	
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6; 
	left: 0px;
	bottom: 0px;
	position:absolute;
	height: 60px;
	background-color:black;
	width: 926.5px;
}
.ProjectName {
	z-index:10;
	left: 30px;
	bottom: 5px;
	position:absolute;
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	font-size: 12px;
	color:#F8F8F8;
	width: 220px;
	height: 40px;
}
.ProjectName span {
	font-family:'fira-sans', Arial;
}

.ProjectDisplayThumbnail {
	z-index:11;
	position:absolute;
	width: 430px;
	left:300px;
	bottom: 5px;	
	/*border-style:solid;
	border-color:red;*/
}
#ProjectThumbnail {
	width: 500px;
	overflow:hidden;
}
.thumbnail {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);  
}
.thumbnail figure:hover img {
	opacity: 1;
	-moz-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

#LatestNewsTitle {
	z-index: 2;
	width: 100%;
	text-align:center;
	position: absolute;
	right: 30px;
	top: 150px; 
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	color:#91804e;
	letter-spacing:4px;
	font-size: 24px;
}
#LatestNewsTitle span{
	font-family:'fira-sans', Arial;
}

#LatestNewsMenu {
	z-index: 3;
	width: 630px;
	height: 370px;
	text-align:center;
	position: absolute;
	left: 270px;
	top: 230px;
}
#LatestNewsMenuContent {
	height: 370px;
	overflow: hidden;
}

#LatestNewsContentContainer {	
	width: 700px;
	height: 500px;
	text-align:center;
	position: absolute;
	left: 230px;
	top: 100px;
}
#LatestNewsContentTitle {
	text-align:right;
	font-size: 25px;
	color:#91804e;
	letter-spacing:2px;
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
}
#LatestNewsContentTitle hr {
	 border-top: 3px solid #91804e;
  	 border-bottom: 0px;
	 border-left: 0px;
	 border-right: 0px;
	 margin-top:0px;
}
#LatestNewsContent {
	height: 500px;	
	font-size: 14px;
	font-family: NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	color:white;
	letter-spacing:2px;
	line-height: 120%;
	text-align:left;
	overflow: hidden;
}


#LatestNewsBackButtonContainer {
	z-index:6;
	position:absolute;
	top:350px;
	right: 50px;			
}
#LatestNewsBackButton {
	color:#91804e;
	width: 40px;
	height: 25px;
	font-size: 12px;
	background-color:#333435;
	text-align:center;
	vertical-align:middle;
	display:block;
	border:0;
	font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
}


.ContactusContent {
	position:absolute;
	top: 100px;
	left: 130px;
}
.JoinusContent {
	position:absolute;
	top: 100px;
	left: 130px;	
}

#Loading-Icon {
	z-index: 1000;
	position: absolute;    
	display:none;
}

.news_image-wrapper {
    position: relative;
    width: 605px;
}
.news_image-wrapper p {
    position: absolute;
    right: 10px;
    top: 0px;;	
    color: #FFF;
	text-align: right;
	font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	letter-spacing: 2px;
	font-size:18px;
	vertical-align:middle;
}

.TransparentImage50 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}



.active {
	border-style:solid;
	border-width:1px;
	border-radius: 2px;
	border-color:white;	
}


/* shop css */
#shopContent {
	z-index: 3;
	position:absolute;
	width: 1105px;
	height: 709px;	
	left: 21px;
	top: 19.5px;
	font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	background-color:black;
}

#shop_online1 {
	position: absolute;
	z-index: 4;
	width: 277px;
	height: 708px;
}
.shop_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.shop_middle1 {
	z-index: 5;
	position:absolute;
	left: 140px;
	top: 380px;
	transition: .5s ease;
 	opacity: 0;
	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}
#shop_online1:hover .shop_image {
  opacity: 0.3;
}

#shop_online1:hover .shop_middle1 {
  opacity: 1;
}
.shop_text {
  color: white;
  font-size: 18px;
  font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
  letter-spacing: 1px;
}


#shop_offline2 {
	position: absolute;
	z-index: 4;
	width: 276px;
	height: 708px;
	left: 277px;
}
.shop_image_offiline {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#shop_offline2:hover .shop_image_offiline {
  opacity: 1;
}
.shop_middle2 {
	z-index: 5;
	position:absolute;
	left: 140px;
	top: 380px;
	transition: .5s ease;
 	opacity: 1;
	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}
#shop_offline2:hover .shop_middle2 {
  	opacity: 0;
}

#shop_offline3 {
	position: absolute;
	z-index: 4;
	width: 276px;
	height: 708px;
	left: 553px;
}
#shop_offline3:hover .shop_image_offiline {
  opacity: 1;
}
.shop_middle3 {
	z-index: 5;
	position:absolute;
	left: 140px;
	top: 380px;
	transition: .5s ease;
 	opacity: 1;
	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}
#shop_offline3:hover .shop_middle3 {
  	opacity: 0;
}


#shop_offline4 {
	position: absolute;
	z-index: 4;
	width: 276px;
	height: 708px;
	left: 829px;
}
#shop_offline4:hover .shop_image_offiline {
  opacity: 1;
}
.shop_middle4 {
	z-index: 5;
	position:absolute;
	left: 140px;
	top: 380px;
	transition: .5s ease;
 	opacity: 1;
	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}
#shop_offline4:hover .shop_middle4 {
  	opacity: 0;
}

/*end shop css*/



/* project css */
#ProjectBGContent {
	z-index: 1;
	position:absolute;
	width: 925px;
	height: 709px;	
	left: 21px;
	top: 19.5px;
	font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
	background-color: black;
}

.ProjectBG_image {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.ProjectBG_text {
  color: white;
  font-size: 18px;
  font-family:NotoSans-Regular, Microsoft JhengHei, PMingLiU;
  letter-spacing: 1px;
}


#ProjectBG_1 {
	position: absolute;
	z-index: 2;
	width: 231px;
	height: 708px;
}
#ProjectBG_2 {
	position: absolute;
	z-index: 2;
	width: 231px;
	height: 708px;
	left: 231px;
}
#ProjectBG_3 {
	position: absolute;
	z-index: 2;
	width: 231px;
	height: 708px;
	left: 462px;
}
#ProjectBG_4 {
	position: absolute;
	z-index: 2;
	width: 231px;
	height: 708px;
	left: 693px;
}

.ProjectBG_middle1, .ProjectBG_middle2, .ProjectBG_middle3, .ProjectBG_middle4 {
	z-index: 3;
	position:absolute;
	left: 120px;
	top: 380px;
	transition: .5s ease;
 	opacity: 1;
	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}

#ProjectBG_1:hover .ProjectBG_image, #ProjectBG_2:hover .ProjectBG_image,
#ProjectBG_3:hover .ProjectBG_image, #ProjectBG_4:hover .ProjectBG_image {
  opacity: 1;
}

/*
#ProjectBG_1:hover .ProjectBG_middle1, #ProjectBG_2:hover .ProjectBG_middle2,
#ProjectBG_3:hover .ProjectBG_middle3, #ProjectBG_4:hover .ProjectBG_middle4{
  opacity: 0;
}
*/
/*end ProjectBG css*/
