
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
.clearout {
height:20px;
clear:both;
}

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

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-item
{
width:298px;	
}
#flexiselDemo3 li
{
	/*! padding:25px 0px; */
	/*! background-color:#eeeeee; */ /*! border-bottom:1px solid #000; */
	/*! margin-right:10px; */
}

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

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

.nbs-flexisel-item {
    float:left;
   
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
   /*! margin-top: 10px; */
    /*! margin-bottom: 10px; */
    max-width:298px;
    max-height:337px;
	/*! border-right:2px solid #b7b7b7; */
	
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 63px;
    height: 82px; 
   position:relative;
    cursor: pointer;
    z-index: 100;
    
}

.nbs-flexisel-nav-left {
    left: -644px;
	top: 155px !important;
	
	
    background: url(../../images/prev-v.png) no-repeat;
	
}
.nbs-flexisel-nav-left:hover 
{
	
     /*! left: -38px; */
	/*! top:121px !important; */
	 /*! background: url(../../images/button-previous-b.png) no-repeat; */
     opacity: 0.5;
}

.nbs-flexisel-nav-right {
    left: 643px;
	top:74px !important;
    background: url(../../images/next-v.png) no-repeat;
}

.nbs-flexisel-nav-right:hover {
    /*left: 1213px;*/
	/*top:49px !important;*/
    /*background: url(../../images/button-next-b.png) no-repeat;*/
    opacity: 0.5;
}

.slider-font-01
{
	font-size:20px;
	text-decoration:none;
	color:#000 !important;
	/*! background-color:#eee; */
	height: auto;
	width: 100%;
	text-align: center;
	padding: 25px;
	margin-top: -12px;
	/*! font-weight:bold; */
	/*! border: 1px solid #010a0f; */
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
}
@media (max-width:768px)
{
	.nbs-flexisel-nav-left {
     display:none;
	  left: 0;
    top: 110px !important;
    background:  url(../../images/prev-1.png) no-repeat;
}

.nbs-flexisel-nav-right {
    
	display:none;
	left: 0;
    top: 25px !important;
    background: url(../../images/next-1.png) no-repeat;
}
}
@media  (min-width:360px) and (max-width: 640px)
{
	.nbs-flexisel-nav-left {
    display: block;
    left: -130px;
    top: 108px !important;
    background: url(../../images/prev-1.png) no-repeat;
}

.nbs-flexisel-nav-right {
    
	display: block;
    left: 165px;
    top: 24px !important;
    background: url(../../images/next-1.png) no-repeat;
}	
}
@media  (min-width:768px) and (max-width: 1024px)
{
.nbs-flexisel-nav-left {
     display:block;
	  left: -48%;
    top: 100px !important;
    background: url(../../images/prev-1.png) no-repeat;
}

.nbs-flexisel-nav-right {
    
	display:block;
	left: 49%;
    top: 20px !important;
    background: url(../../images/next-1.png) no-repeat;
}
figure.snip1033 {
  max-width:185px !important;       
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    /*! margin-top: 10px; */
    /*! margin-bottom: 10px; */
    max-width:185px;
    /*! max-height:auto; */
	/*! border:1px solid #eae5ce; */
	
}
.nbs-flexisel-inner {
	height: auto;
	overflow: hidden;
}
.slider-font-01 {
    font-family: 'Open Sans';
    font-size: 10px;
    text-decoration: none;
    color: #64635d;
    background-color: #bfbdb0;
    height: 40px;
    width: 158px;
    text-align: center;
    padding: 10px;
    margin-top: -12px;
    font-weight: bold;
}	
}