/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
.rhino-btn {
	background:url(../img/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:99999;
	width:56px;
	height:58px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next { top:123px; }

.rhino-prev {
	left:-6px;
	background-position:-168px 0;
}

.rhino-next {
	right:-6px;
	background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -58px; }

.rhino-next:hover { background-position:-106px -58px; }

.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; height:100%!important }

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
	position: absolute;
	bottom: -85px;
	left:19%;
	margin:0 0 0 -50px;
	z-index: 99999;
	padding:0;
	border-left:1px solid #c8dbe6;
	border-right:1px solid #eaf6fd;
}

/* .rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	background:url(../img/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
} */

.rhino-bullets li {
	float:left;
	display:inline;
	width:138px;
	height:85px;
	border-left:1px solid #eaf6fd;
	border-right:1px solid #c8dbe6;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 100%;
	height: 79px;
	line-height: 124px;
	cursor: pointer;
	/* background: white; */
	text-align: center;
	padding: 6px 0 0px 0;
	color: #3d4984;
	font-family: 'bebas_neueregular';
	font-size:17px;
	text-shadow:0 1px #fff;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: center 4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.rhino-bullets li span{
display: block;
width: 14px;
height: 9px;
margin: -15px auto 8px;
background-position: -54px -142px;
}
.rhino-active-bullet{
background-color: #e2eef6;
}
.rhino-active-bullet span{
background-position: -40px -142px!important;
}
.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	/* color:#999;
	background:#eee; */
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	/* color:#fff;
	background:#5cd4e8; */
	color: #d22821;
}
#rhino-item0-bullet{
background-image:url(../img/thumb/aero2.png)
}
#rhino-item0-bullet.rhino-active-bullet{
background-image:url(../img/thumb/aero.png);
}
#rhino-item1-bullet{
background-image:url(../img/thumb/defence2.png)
}
#rhino-item1-bullet.rhino-active-bullet{
background-image:url(../img/thumb/defence.png)
}
#rhino-item2-bullet{
background-image:url(../img/thumb/security2.png)
}
#rhino-item2-bullet.rhino-active-bullet{
background-image:url(../img/thumb/security.png)
}
#rhino-item3-bullet{
background-image:url(../img/thumb/telecom2.png)
}
#rhino-item3-bullet.rhino-active-bullet{
background-image:url(../img/thumb/telecom.png)
}
#rhino-item4-bullet{
background-image:url(../img/thumb/training2.png)
}
#rhino-item4-bullet.rhino-active-bullet{
background-image:url(../img/thumb/training.png)
}
.rhino-item{
position:relative;
}
.rhino-item>div{
position:absolute;
left: 62px;
bottom: 20px;
}
.rhino-item a{
display:block;
width:167px;
height:58px;
line-height: 47px;
margin: 24px 0 0;
background-position:0 -183px;
color:#fff;
font-size:20px;
text-align:center;
text-shadow: 0 -1px 1px #580400;
}
.rhino-item a:hover{
opacity:.9
}
.rhino-item h1{
color: #FFFFFF;
font-size: 22px;
text-shadow:0 2px 1px #494949;
background:url(../img/bg-txt.png);
padding: 2px 16px 16px;
border-radius: 6px;
}
.rhino-item h1 em{
font-size:38px;
}
.rhino-item h1 strong{
font-size: 30px;
}
.rhino-item h1 span{
display:block
}
/* .slide01{top:190px}
.slide02{top:80px}
.slide03{top:80px}
.slide04{top:137px}
.slide05{top:130px} */