/**************************************************
HTML FOUNDATION RESETS
***************************************************/






/**************************************************
IMPORTS
***************************************************/
/**************************************************
MISC
***************************************************/
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
  left: -204 !important;
width: 1204px !important;
overflow: hidden;
height:151px ;
}
.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;
}
.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
  width: 200px !important;
}
.nbs-flexisel-item img {
  width: 100%;
  cursor: pointer;
  positon: relative;
  max-width: 190px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5;
}
.nbs-flexisel-nav-left {
  left: 3px;
  background: url(button-previous.png) no-repeat;
  top:110px !important;
}
.nbs-flexisel-nav-right {
  right: 31px;
  background: url(button-next.png) no-repeat;
  top:110px !important;
}






/**************************************************
RESPONSIVE
***************************************************/
@media only screen and (min-width: 1441px) {
  
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  
}
@media only screen and (max-width: 767px) {



  /*** Slider ***/
  .nivo-caption {
    visibility: hidden;
    /* Slider's Javascript adds display:block to selement. Can't override */
  
  }
  .flex-caption,
  .roundabout-caption {
    display: none;
  }
  .flex-direction-nav a {
    width: 26px;
    height: 26px;
    background: url(images/flexslider/direction-nav-small.png);
  }
  .flex-video,
  .flex-video iframe {
    max-height: 274px;
  }
}
@media only screen and (max-width: 479px) {
  
}
/*** Orientation ***/
@media screen and (orientation: landscape) {
  
}
@media screen and (orientation: portrait) {
  
}
/*** Print ***/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
 
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}
.ws-title {
    display: none !important;
}