*
{
	margin: 0;
}
html, body
{
	height: 100%;
	overflow: hidden;
}
#JiSlider
{
	height: 100%;
	width: 100%;
}
.jislider ul
{
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.jislider ul li
{
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.jislider__img
{
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.jislider__left-arrow
{
	bottom: 0;
	cursor: pointer;
	height: 60px;
	left: 30px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 1;
}
.jislider__left-arrow__top
{
	background-color: rgba(98, 98, 98, 1);
	content: '';
	height: 30px;
	left: 0;
	ms-transform: rotate(30deg) translateX(10px) translateY(-3px);
	position: absolute;
	top: 0;
	transform: rotate(30deg) translateX(10px) translateY(-3px);
	webkit-transform: rotate(30deg) translateX(10px) translateY(-3px);
	width: 2px;
}
.jislider__left-arrow__bottom
{
	background-color: rgba(98, 98, 98, 1);
	bottom: 0;
	content: '';
	height: 30px;
	left: 0;
	ms-transform: rotate(-30deg) translateX(10px) translateY(3px);
	position: absolute;
	transform: rotate(-30deg) translateX(10px) translateY(3px);
	webkit-transform: rotate(-30deg) translateX(10px) translateY(3px);
	width: 2px;
}
.jislider__right-arrow
{
	bottom: 0;
	cursor: pointer;
	height: 60px;
	margin: auto;
	position: absolute;
	right: 30px;
	top: 0;
	width: 30px;
	z-index: 1;
}
.jislider__right-arrow__top
{
	background-color: rgba(98, 98, 98, 1);
	content: '';
	height: 30px;
	ms-transform: rotate(-30deg) translateX(-10px) translateY(-3px);
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-30deg) translateX(-10px) translateY(-3px);
	webkit-transform: rotate(-30deg) translateX(-10px) translateY(-3px);
	width: 2px;
}
.jislider__right-arrow__bottom
{
	background-color: rgba(98, 98, 98, 1);
	bottom: 0;
	content: '';
	height: 30px;
	ms-transform: rotate(30deg) translateX(-10px) translateY(3px);
	position: absolute;
	right: 0;
	transform: rotate(30deg) translateX(-10px) translateY(3px);
	webkit-transform: rotate(30deg) translateX(-10px) translateY(3px);
	width: 2px;
}
.jislider__button
{
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 5px;
	width: 10px;
}
.outer
{
	height: 100%;
	left: 0;
	margin-top: -3%;
	overflow: auto;
	position: absolute;
	text-align: center;
	top: 0;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}
.outer:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.content
{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
.fon
{
	background: rgba(110, 109, 109, 0.4);
}
.head
{
	color: #fff;
	font-family: sourcesanspro;
	font-size: 30px;
	margin-bottom: 1%;
	margin-top: 30%;
	position: relative;
	text-align: center;
}
.windows
{
	padding: 0 35px 0 35px;
	position: relative;
}
.logo
{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 620px;
	margin-left: -50px;
	position: absolute;
	width: 620px;
	opacity: .9;
}
.dwnld_btn
{
	background: #00acee;
	border: 2px solid #0297d0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: sourcesanspro;
	font-size: 35px;
	font-weight: bold;
	line-height: 120px;
	margin-bottom: 6px;
	padding: 10px;
	position: relative;
	text-decoration:none;
}
.dwnld_btn:hover
{
	background: #0191ca;
	border: 2px solid #0278a5;
	text-decoration:none;
}
p.more
{
	color: #fff;
	font-family: sourcesanspro;
	margin-top: -15px;
	position: relative;
}
p.moree
{
	color: #fff;
	font-family: sourcesanspro;
	margin-top: 15px;
	position: relative;
}
a.VT 
{
    color: #fff;
}