

 

#flexiselDemo1 {
display:none; 

 }


/*#flexiselDemo1 .title  {
	width:100px;
	height:30px;
	background-color:#0FF;
 }*/



#flexiselDemo1 li
{
	/*width:163px;
	height:202px;*/
	/*background-color:#0CF;
	padding:0 10px;*/
}
	
 	
 
.circle_hover {
	 position:absolute;
 	 display:none;
	 background:#55c941;
	 z-index:9999;
	 top:10px;
	 left:20%;
     width: 145px;
     height: 145px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
   }
  
 
#flexiselDemo1 li:hover .circle_hover{
	display:block;
 } 
	
	
	
.thumb_slider_wrp{width:100%; margin:50px 0px; padding-top:0px;  }
	
	
	
.thumb_slider_wrp .price 
{
	width:100px; 
	height:auto;
 	
    font-size:22px;
	color:#FFF;
	margin-top:30px;
	margin-left:25px;
	
font-family: 'Roboto', sans-serif;
}

.thumb_slider_wrp .price span 
{
	color:#fff;
	display:block;
	margin-bottom:25px;
	font-size:18px;
 	text-decoration: line-through;
}


.thumb_slider_wrp .buy_now
{
	color:#fff;
	width:95px;
	height:13px;
	margin:0px auto;
	background-color:#000;
	
	margin-top:30px;
	
	font-size:18px;
font-family: 'Roboto', sans-serif;
	padding-top:15px;
 }
	
	
	
	
	
	
 
 
 

#flexiselDemo1 .title  {
	width:92%;
	height:30px;
 
	margin:0px auto;
 	padding-top:0px;
	padding-left:0px;
	padding-bottom:5px;
	background-image:none;
	
	line-height:19px;
	font-size:14px;
	text-transform:inherit;
  }
  
  
  


.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
	
	height:auto;
	background-color:#999;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
/*    background:#a0e3f7;
margin:20px 0;*/
 }

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
/*  cursor:pointer;*/
    position:relative;
    line-height:0px;
}


/*.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}*/



.nbs-flexisel-item img {
	
/* cursor: pointer;*/
   position: relative; 
   
/*    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;*/
}







/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 15px;
    height: 41px; 
    position: absolute;
  cursor: pointer;
    z-index: 100;
    opacity: 1;
	/*margin-top:20px;*/
}

.nbs-flexisel-nav-left {
    left: -15px;
   background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:-15px;
    background: url(../images/button-next.png) no-repeat;
}


.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover{opacity:0.8;}



.thumb_text
{
width:85%;
	/*width:100%;*/
	height:auto;
	min-height:150px;
/*	background:#1a508a;*/
    border: 1px solid #dddedf;
	line-height:19px;
	font-size:13px;
	text-transform:inherit;
/*	text-align: center;*/
	padding:10px !important;
	text-align:justify;
	margin:0 auto;
/*	border:1px solid #ececec;*/
	position:relative;
	
	
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.43);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.43);

 }



.thumb_text .date_style { color:#393185; font-size:20px; text-align:center; font-weight:bold; margin-bottom:5px; }
.thumb_text .hm_new_img {width:100%; height:auto; overflow:hidden; margin-bottom:5px;}
.thumb_text .hm_new_img img {width:100%; height:auto;}

.thumb_text .content_wrp { width:100%; height:auto; min-height:100px; }
 
 
.thumb_text .pic{width:100%;}
.thumb_text .pic img{width:100%;}

.thumb_text .news_title{ font-size:18px; text-transform:15px; text-align:left;  display:block; /*padding:10px 5px;*/ margin:0 0 10px; color:#fff;}

.thumb_text p{/*margin:0 10px 10px;*/ text-align:left; color:#b7b7b7; font-size:13px;}
.news_date{ width:90%; text-align:center; color:#787878; font-size:12px; position:absolute; bottom:30px; }



@media all and (max-width:768px){
 .thumb_text {font-size:13px; /*height:200px;*/ }
}



@media all and (max-width:768px){
.nbs-flexisel-nav-left {left: -2px;}

.nbs-flexisel-nav-right {right:-2px; }
}