body,html {
	/*position: relative;
		height: 100%;
		border:solid thin red;*/
}
/*body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background: #222;
	color: #fff;
}*/


.swiper-nav {
	height: 40px;
	width: 100%;
	
}
.swiper-nav .swiper-wrapper {
	margin: 0 auto;
}
.swiper-nav span {
	font-size:.8em;
	cursor: pointer;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
}
.swiper-nav span:active {
	color:#0D96D4;
}
.swiper-nav .swiper-slide:first-child span {
	border-left: none;
}
.swiper-nav .swiper-slide:last-child span {
	border-right: none;
}

.swiper-nav .swiper-slide .active{
	color:#0D96D4;
}
.swiper-pages {
	height: 100%;
/*	border:solid thin red;*/
}
.scroll-container {
	height: 100%;
	width: 100%;
	/*border:solid thin blue;*/
}
.scroll-container .swiper-slide {
	width: 100%;
}
.page-inner {
	padding: 0px;
}




/* Scrollbars */
.swiper-scrollbar {
	position: absolute;
	right: 5px;
	top: 2%;
	width: 5px;
	height: 96%;
	background: rgba(0,0,0,0.2);
	z-index: 10;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
}

.pageinner .wrapslider{
	width:568px;
	height:200px;
	margin-bottom:0;
}

.wrapslider img{
	width:100%;
	height:auto;
}

.textblock{
	/*border:solid thin red;
	height:350px;*/
	padding:20px;
	font-size:.9em;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.textblock h1{
	font-size:1.2em;
/*	margin-bottom:0px;
	padding-bottom:0;
	border:solid thin red;
	display:inline-block;*/
}

.textbar{
	background:#0D96D4;
	color:white;
	font-size:1.2em;
	text-align:center;
	margin-top:50px;
}

.textbar-nomargin{
	background:#0D96D4;
	color:white;
	font-size:1.2em;
	text-align:center;
	margin-top:10px;
}
