/* ------ mobilyslider
-----------------------------------------------*/

#content {
width:800px;
margin:20px auto 20px;
}

.sslider {
float:left;
width:460px;
height:300px;
position:relative;
padding-bottom:26px;
}

.sliderContent {
float:left;
width:460px;
height:300px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
/*background-image:url(../gfx/prev_next.png);*/
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:460px;
height:300px;
}

.sliderBulletss {
position:absolute;
bottom:-25px;
left:45%;
z-index:50;
margin-left:-45px;
}

.sliderBulletss a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:10px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBulletss .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}
.rewards {
	margin-bottom: 50px;
}
.rewards img {
	
	position: relative;
	top: 3px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.rewards h2 {
	/*font-size: 30px;*/
	font: 30px "RobotoCondensedBold";
	line-height: 1.1;
	font-weight: 600;
}
.rewards p {
	/*font-size: 15px;*/
	font:15px "RobotoRegular";
	line-height: 1.5;
}
.title_rewards {
	padding: 60px 40px;
	border: 1px solid;
}
.ownet_t_text {
	column-width: 260px;
	-webkit-column-width: 260px;
	-moz-column-width: 260px;
	column-gap: 50px;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-count: 2;
	-webkit-count: 2;
	-moz-count: 2;
/*	height: 320px;*/
	padding-left: 40px;
}
.owner_title{
	text-align: center;
	font: 59.975px "Roboto-Thin";
  color: rgb( 0, 0, 0 );
  line-height: 0.8;
  -moz-transform: matrix( 1.0022487877382, 0, 0, 1.00042293701471, 0, 0);
  -webkit-transform: matrix( 1.0022487877382, 0, 0, 1.00042293701471, 0, 0);
  margin-bottom: 50px;
}
.owner_title_2 {
	font: 17.992px "RobotoBold";
  color: rgb( 0, 0, 0 );
  text-transform: uppercase;
  line-height: 2.668;
  -moz-transform: matrix( 1.0022487877382, 0, 0, 1.00042293701471, 0, 0);
  -webkit-transform: matrix( 1.0022487877382, 0, 0, 1.00042293701471, 0, 0);
  position: relative;
  bottom: 10px;
  border-left: 1px solid;
  padding: 15px;
}
@media (max-width: 991px){
	.sslider {
		float: none;
		margin: 0px auto 40px; 
		width: 100%;
		height: 200px;
	}
	.sliderContent{
		float: none;
		width: 100%;
		height: 200px;
	}
	.sliderContent .item {
		width: 100%;
	}
	.sliderContent .item img {
		width: 100%;
		/*height: 200px;*/
		object-fit: cover;
	}
	.ownet_t_text {
		padding-left: 0px;
	}
}