
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@import url('https://fonts.googleapis.com/css?family=PT+Sans');

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-wrapper {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-item
{
/*! width:290px !important; */	
}
#flexiselDemo3 li
{
	/*! padding:16px 0px 40px 0px; */
	/*! background-color:#f2f2f2; */ 
	margin-right:0px;
	margin-top:25px;
	/*! padding-top: 7px; */
	/*! border: 4px solid #e6e5e5; */
	/*! border-radius: 5px; */
}

.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    /*text-align:center;  */
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    height: 380px;
}

.nbs-flexisel-item {
    float:left;
   
}



.nbs-flexisel-item img {
    width: 100%;
    /*! cursor: pointer; */
    /*! position: relative; */
   /*! margin-top: 10px; */
    margin-bottom: 10px;
    max-width:391px;
    max-height:198px;
	/*! border:2px solid #484848; */
	
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 10%;
    height: 70px; 
   position:relative;
    cursor: pointer;
    
}

.nbs-flexisel-nav-left {
    /*! left: -38px; */
	top:137px !important;
	
	
    background: url(../../images/button-previous.png) no-repeat;
	
     left: -592px;
}
.nbs-flexisel-nav-left:hover 
{
	
  
    opacity: 0.5;
}

.nbs-flexisel-nav-right {
    /*! left: 1213px; */
	top:66px !important;
    background: url(../../images/button-next.png) no-repeat;
   left: 648px;
}
.nbs-flexisel-nav-right:hover {
    
    opacity: 0.5;
}
.slider-font-01
{
	font-size:21px;
	text-decoration:none;
	color:#fff !important;
	text-align: center;
	font-family: 'Questrial-Regular';
	font-weight: 700;
	line-height: 29px;
}
.slider-font-02
{
	color:#fff !important;
	font-size:14px;
    text-align: center;
	font-family: 'Questrial-Regular';
	letter-spacing: 0.5px;
	line-height: 20px;
}

@media (max-width:768px)
{
	.nbs-flexisel-nav-left {
     display:block;
	  left: 251px;
    top: 179px !important;
    background: url(../../images/button-next.png) no-repeat;
     display: none;
}

.nbs-flexisel-nav-right {
    
	display:block;
	left: -15px;
    top: 109px !important;
    background: url(../../images/button-previous.png) no-repeat;
	display: none;
}
}
@media  (min-width:360px) and (max-width: 640px)
{
	.nbs-flexisel-nav-left {
     display:block;
	  left:5px;
    top: 126px !important;
    background: url(../images/button-next.png) no-repeat;
}

.nbs-flexisel-nav-right {
    
	display:block;
	left: 5px;
    top: 57px !important;
    background: url(../images/button-previous.png) no-repeat;
}	

}
@media only screen and (max-width: 480px) {
	.nbs-flexisel-item {
    width: 100%;
}
}

@media  (min-width:768px) and (max-width: 1024px)
{
.nbs-flexisel-nav-left {
     display:none;
	  left: 275px;
    top: 126px !important;
    background: url(../images/button-next.png) no-repeat;
}

.nbs-flexisel-nav-right {
    
	display:none;
	left: 17px;
    top: 57px !important;
    background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-item {
   width: 251px !important;
}

#flexiselDemo3 li {
  margin-right:6px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    /*! position: relative; */
    margin-top: 0px;
    margin-bottom: 10px;
    max-width:217px;
    max-height:268px;
	/*! border:1px solid #eae5ce; */
	
}
.product-bg {
    padding: 10px 10px;
    height: 150px;
}
.img-bg {
    width: auto !important;
    margin-top: -25px !important;
}
.slider-font-01 {
    /*! font-family: 'Open Sans'; */
    font-size: 20px;
    text-decoration: none;
    color: #64635d;
    /*! background-color: #bfbdb0; */
    /*! height: 40px; */
    /*! width: 175px; */
    text-align: center;
    /*! padding: 10px; */
    /*! margin-top: -12px; */
    font-weight: bold;
}	
}