/****** JiSlider css ******/

.jislider ul {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}

.jislider ul li {
	position: relative;
	height: 100%;
	float: left;
	overflow: hidden;
}

.jislider__img {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.jislider__left-arrow {
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 60px;
	cursor: pointer;
	display:block;
	z-index:2
}

.jislider__left-arrow__top {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 30px;
	background-color: inherit;
	-webkit-transform: rotate(30deg) translateX(10px) translateY(-3px);
	-ms-transform: rotate(30deg) translateX(10px) translateY(-3px);
	transform: rotate(30deg) translateX(10px) translateY(-3px);
}

.jislider__left-arrow__bottom {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 30px;
	background-color: inherit;
	-webkit-transform: rotate(-30deg) translateX(10px) translateY(3px);
	-ms-transform: rotate(-30deg) translateX(10px) translateY(3px);
	transform: rotate(-30deg) translateX(10px) translateY(3px);
}


.jislider__right-arrow {
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 60px;
	cursor: pointer;
	display:block;
	z-index:2
}

.jislider__right-arrow__top {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 30px;
	background-color: inherit;
	-webkit-transform: rotate(-30deg) translateX(-10px) translateY(-3px);
	-ms-transform: rotate(-30deg) translateX(-10px) translateY(-3px);
	transform: rotate(-30deg) translateX(-10px) translateY(-3px);
}

.jislider__right-arrow__bottom {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2px;
	height: 30px;
	background-color: inherit;
	-webkit-transform: rotate(30deg) translateX(-10px) translateY(3px);
	-ms-transform: rotate(30deg) translateX(-10px) translateY(3px);
	transform: rotate(30deg) translateX(-10px) translateY(3px);
}

.jislider__controller {
	display:none;
	position: absolute;
	max-width: 80%;
	padding: 0 30px;
	left: 0;
	right: 0;
	bottom: 155px;
	margin: auto;
	text-align: center;
}

.jislider__button {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
}

* {
	margin: 0;
}

#JiSlider 		{width:100%; height: 100%; z-index:1; background-repeat: no-repeat; background-position:50% 50%; background-size: cover; opacity:0.856;}
#JiSlider 	ul	{opacity:1.0}
#myslide		{width:100%; /*height: 88.42592592592593%;*/ height: 100%; z-index:1; }
.tx-slider		{width:100%; height: 100%;z-index:1}
.frame-layout-2	{width:100%; height: 100%;}

#welcome	   {position:absolute; z-index:1; text-align:center; left: 50%; top: 50%;  transform: translate(-50%,-50%); width:100%; max-width:1280px; font-size: 16px; }
#welcome img {width:80%; height:auto; max-width:800px}

@media screen and (max-width: 1280px) {
	#welcome img {width:80%; height:auto; max-width:380px}
}

@media screen and (max-width: 770px) {
	#welcome img {width:80%; height:auto; max-width:280px}
}


#welcome .part1{display:none;position:relative; text-align:center; font-size:125px; line-height:110px; color:#FFFFFF;  font-weight:700;  text-transform:uppercase; width:100%; max-width:1280px; }
#welcome .part2{display:none;position:relative; text-align:center; font-size:50px; line-height:50px; color:#FFFFFF; font-family: 'Source Sans Pro', serif; font-weight:700;  text-transform:uppercase; width:100%; max-width:1280px;}


 
@media screen and (max-width: 1280px) {
#welcome .part1{font-size:105px; line-height:110px; }
#welcome .part2{font-size:30px; line-height:50px;}
 } 
 
 
  @media screen and (max-width: 1024px) {
	  @media only screen and (orientation: landscape) {
#JiSlider 		{width:100%; height: 600px;} 
 #myslide		{width:100%; height: 600px;}
.tx-slider		{width:100%; height: 600px;}
.frame-layout-2	{width:100%; height: 600px;}
#welcome .part1{font-size:65px; line-height:70px;}
#welcome .part2{font-size:20px; line-height:30px;}
.jislider__controller {	bottom: 125px;}
 }
  } 
 
 @media screen and (max-width: 770px) {
#JiSlider 		{width:100%; height: 400px;} 
 #myslide		{width:100%; height: 400px;}
.tx-slider		{width:100%; height: 400px;}
.frame-layout-2	{width:100%; height: 400px;}
#welcome .part1{font-size:65px; line-height:70px;}
#welcome .part2{font-size:20px; line-height:30px;}
.jislider__controller {	bottom: 125px;}
 }
 
 @media screen and (max-width: 580px) { 
 #welcome .part1{font-size:45px; line-height:60px;}
  #welcome .part2{font-size:15px; line-height:20px;}
  }
  
 @media screen and (max-width: 480px) {
 #JiSlider 		{width:100%; height: 100%;}
 #myslide		{width:100%; height: 100%;}
 .tx-slider		{width:100%; height: 100%;}
.frame-layout-2	{width:100%; height: 100%;}
 #welcome	   {max-width:430px; }
  #welcome .part1{font-size:44px; line-height:70px;}
  #welcome .part2{font-size:20px; line-height:20px;}
 }	

 @media screen and (max-width: 420px) {
	 #welcome	   {font-size: 5px; }
	 } 
 @media screen and (max-width: 400px) { 
	  #welcome .part1{font-size:35px; line-height:40px;}
  #welcome .part2{font-size:15px; line-height:20px;} 
 }