
	#banner-wrapper #sequence
	{
	  overflow: hidden;
	  width: 100%;
	  max-width: 1920px;
	  color: white;
	  margin: 0 auto;
	  position: relative;
	  height: 400px;
	}
	#banner-wrapper #sequence img {
		/*max-width: 100%;*/
		display: block;
		/*max-width: 630px;*/
		height: 100%;
		width: 100%;
	}
	#banner-wrapper #sequence > .sequence-canvas {
	  list-style-type: none;
	  height: 400px;
	  margin: 0;
	  padding: 0;
	  width: 100%;
		
	}
	#banner-wrapper #sequence h1 {
		color: #FFF;
		border: none;
		padding-left: 0;
		top: 0;
		font-size: 18px;
		font-weight: bold;
		text-align: justify;
		line-height: 150%;
		
	}
	#banner-wrapper .subtitle {
		color: black;
		font-size: 16px;
		left: 0%;
		 width: 45%;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		top: 40%;
		/*font-size: 13px;*/
		text-align: justify;
	}
	#banner-wrapper #sequence p {
	  color: #FFF;
	  line-height: 150%;
	}
	#banner-wrapper .ghost-button 
	{
		display: inline-block;
		font-size:16px;
		padding: 8px 24px;
		color: #fff;
		border: 1px solid #fff;
		text-align: center;
		outline: none;
		text-decoration: none;
	}
	#banner-wrapper .ghost-button:hover,
	#banner-wrapper .ghost-button:active {
	  background-color: #fff;
	  color: #000;
	}
	#banner-wrapper #sequence > .sequence-canvas > li {
	  position: absolute;
	  width: 100%;
	  height: 400px;
	  z-index: 1;
	  -webkit-transition-property: background;
	  -moz-transition-property: background;
	  -o-transition-property: background;
	  -ms-transition-property: background;
	  transition-property: background;
	  background-position: -50px 0;
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg1 {
	  background-image: url(../images/01.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg2 {
	  background-image: url(../images/02.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg3 {
	  background-image: url(../images/03.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg4 {
	  background-image: url(../images/04.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg5 {
	  background-image: url(../images/05.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg6 {
	  background-image: url(../images/06.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg7 {
	  background-image: url(../images/07.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg8 {
	  background-image: url(../images/08.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg9 {
	  background-image: url(../images/09.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg10 {
	  background-image: url(../images/10.png);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg11 {
	  background-image: url(../images/slider-bg1.jpg);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg12 {
	  background-image: url(../images/slider-bg2.jpg);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg13 {
	  background-image: url(../images/slider-bg3.jpg);
	}
	#banner-wrapper #sequence > .sequence-canvas > li.bg14 {
	  background-image: url(../images/slider-bg4.jpg);
	}
	#banner-wrapper #sequence > .sequence-canvas > li img {
		max-width:90%;
	  margin-left: 10px;
	  height: 96%;
	}
	#banner-wrapper #sequence > .sequence-canvas li > .container > * {
	/* #banner-wrapper #sequence > .sequence-canvas li >  * { */
	  position: absolute;
	  -webkit-transition-property: left, opacity;
	  -moz-transition-property: left, opacity;
	  -o-transition-property: left, opacity;
	  -ms-transition-property: left, opacity;
	  transition-property: left, opacity;
	}
	#banner-wrapper .sequence-next,
	#banner-wrapper .sequence-prev {
	  color: white;
	  cursor: pointer;
	  display: none;
	  font-weight: bold;
	  padding: 10px 15px;
	  position: absolute;
	  top: 50%;
	  z-index: 1000;
	  height: 75px;
	  margin-top: -47.5px;
	}
	#banner-wrapper .sequence-pause {
	  bottom: 0;
	  cursor: pointer;
	  position: absolute;
	  z-index: 1000;
	}
	#banner-wrapper .sequence-paused {
	  -webkit-opacity: 0.3;
	  -moz-opacity: 0.3;
	  opacity: 0.3;
	}
	#banner-wrapper .sequence-prev {
	  left: 3%;
	}
	#banner-wrapper .sequence-next {
	  right: 3%;
	}
	#banner-wrapper .sequence-prev img,
	#banner-wrapper .sequence-next img {
	  height: 100%;
	  width: auto;
	}
	#banner-wrapper #sequence-preloader {
	  background: #fff;
	}
	#banner-wrapper .sequence-pagination-wrapper {
	  position: absolute;
	  bottom: 10px;
	  right: 20px;
	  z-index: 99;
	}
	#banner-wrapper .sequence-pagination {
	  display: none;
	  z-index: 99;
	  -webkit-transition-duration: 0.5s;
	  -moz-transition-duration: 0.5s;
	  -o-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	}
	#banner-wrapper .sequence-pagination li {
	  display: inline-block;
	  width: 14px;
	  height: 14px;
	  margin: 0 4px;
	  text-indent: -999em;
	  border: 4px solid #fff;
	  cursor: pointer;
	  -webkit-border-radius: 20px;
	  -webkit-background-clip: padding-box;
	  -moz-border-radius: 20px;
	  -moz-background-clip: padding;
	  border-radius: 20px;
	  background-clip: padding-box;
	  -webkit-opacity: 0.8;
	  -moz-opacity: 0.8;
	  opacity: 0.8;
	  -webkit-transition: background .5s, opacity .5s;
	  -moz-transition: background .5s, opacity .5s;
	  -o-transition: background .5s, opacity .5s;
	  -ms-transition: background .5s, opacity .5s;
	  transition: background .5s, opacity .5s;
	}
	#banner-wrapper .sequence-pagination li.current {
	  background: #fff;
	  -webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
	}
	#banner-wrapper .sequence-next,
	#banner-wrapper .sequence-prev {
	  position: absolute;
	  opacity: 0.6;
	  -webkit-transition-duration: 1s;
	  -moz-transition-duration: 1s;
	  -o-transition-duration: 1s;
	  transition-duration: 1s;
	}
	#banner-wrapper .sequence-next:hover,
	#banner-wrapper .sequence-prev:hover {
	  -webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
	  -webkit-transition-duration: 1s;
	  -moz-transition-duration: 1s;
	  -o-transition-duration: 1s;
	  transition-duration: 1s;
	}
	#banner-wrapper #sequence > .sequence-canvas > li.animate-in {
	  background-position: 0 0;
	  -webkit-transition-duration: 1.5s;
	  -moz-transition-duration: 1.5s;
	  -o-transition-duration: 1.5s;
	  transition-duration: 1.5s;
	}
	#banner-wrapper #sequence .container {
	  text-transform: none;
	  left: 0%;
	  /* width: 40%; */
	  -webkit-opacity: 0;
	  -moz-opacity: 0;
	  opacity: 0;
	  /* bottom: 60%; */
	  z-index: 50;
	}
	#banner-wrapper #sequence .animate-in .container {
	  /* left: 15%; */
	  -webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
	  -webkit-transition-duration: 0.5s;
	  -moz-transition-duration: 0.5s;
	  -o-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	}
	#banner-wrapper #sequence .animate-out .container {
	  /* left: 35%; */
	  -webkit-opacity: 0;
	  -moz-opacity: 0;
	  opacity: 0;
	  -webkit-transition-duration: 0.5s;
	  -moz-transition-duration: 0.5s;
	  -o-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	}
	#banner-wrapper #sequence .title {
	  text-transform: none;
	  left: 0%;
	  width: 45%;
	  -webkit-opacity: 0;
	  -moz-opacity: 0;
	  opacity: 0;
	  bottom: 60%;
	  z-index: 50;
	}
	#banner-wrapper #sequence .animate-in .title {
	  left: 8%;
	  -webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
	  -webkit-transition-duration: 1s;
	  -moz-transition-duration: 1s;
	  -o-transition-duration: 1s;
	  transition-duration: 1s;
	}
	#banner-wrapper #sequence .animate-out .title {
	  left: 45%;
	  -webkit-opacity: 0;
	  -moz-opacity: 0;
	  opacity: 0;
	  -webkit-transition-duration: 1s;
	  -moz-transition-duration: 1s;
	  -o-transition-duration: 1s;
	  transition-duration: 1s;
	}
	
	#banner-wrapper .animate-in .subtitle {
	  left: 8%;
	  -webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
	  -webkit-transition-duration: 0.5s;
	  -moz-transition-duration: 0.5s;
	  -o-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	}
	#banner-wrapper .animate-out .subtitle {
	  left: 45%;
	  -webkit-opacity: 0;
	  -moz-opacity: 0;
	  opacity: 0;
	  -webkit-transition-duration: 0.5s;
	  -moz-transition-duration: 0.5s;
	  -o-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	}
	#banner-wrapper .readmore {
	  color: black;
	  /* font-size: 2em; */
	  left: 0%;
	  width: 45%;
	  -webkit-opacity: 0;
	  -moz-opacity: 0;
	  opacity: 0;
	  top: 68%;
	}
	#banner-wrapper .animate-in .readmore {
	  left: 8%;
	  -webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
	  -webkit-transition-duration: 2s;
	  -moz-transition-duration: 2s;
	  -o-transition-duration: 2s;
	  transition-duration: 2s;
	}
	#banner-wrapper .animate-out .readmore {
	  left: 70%;
	  -webkit-opacity: 0;
	  -moz-opacity: 0;
	  opacity: 0;
	  -webkit-transition-duration: 2s;
	  -moz-transition-duration: 2s;
	  -o-transition-duration: 2s;
	  transition-duration: 2s;
	}
	#banner-wrapper .slide-img {
		left: 10%;
		top: 15%;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		position: relative;
		height: auto !important;
		max-height: 75% !important;
		max-width: 42% !important;
		min-width: 35%;
	}
	#banner-wrapper .animate-in .slide-img {
	  left: 55%;
	  -webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
	  -webkit-transition-duration: 1s;
	  -moz-transition-duration: 1s;
	  -o-transition-duration: 1s;
	  transition-duration: 1s;
	}
	#banner-wrapper .animate-out .slide-img {
	  left: 25%;
	  -webkit-opacity: 0;
	  -moz-opacity: 0;
	  opacity: 0;
	  -webkit-transition-duration: 1s;
	  -moz-transition-duration: 1s;
	  -o-transition-duration: 1s;
	  transition-duration: 1s;
	}
	/*--------------------------------------------------------------------------
	+ Content Slider Style (bxSlider CSS), Sorry, no LESS here
	--------------------------------------------------------------------------*/
	#banner-wrapper .bx-wrapper {
	  position: relative;
	  margin: 0 auto 20px;
	  padding: 0;
	  *zoom: 1;
	}
	#banner-wrapper .bx-wrapper img {
	  max-width: 100%;
	  display: block;
	}
	#banner-wrapper .bx-wrapper .bx-pager,
	#banner-wrapper .bx-wrapper .bx-controls-auto {
	  position: absolute;
	  bottom: -20px;
	  width: 100%;
	}
	/* LOADER */
	#banner-wrapper .bx-wrapper .bx-loading {
	  min-height: 50px;
	  background: url(../img/bx_loader.gif) center center no-repeat #fff;
	  height: 100%;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 2000;
	}
	/* PAGER */
	#banner-wrapper .bx-wrapper .bx-pager {
	  text-align: center;
	  font-size: .85em;
	  font-family: Arial;
	  font-weight: bold;
	  color: #666;
	  padding-top: 20px;
	}
	#banner-wrapper .bx-wrapper .bx-pager .bx-pager-item,
	#banner-wrapper .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	  display: inline-block;
	  *zoom: 1;
	  *display: inline;
	}
	#banner-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	  background: #666;
	  text-indent: -9999px;
	  display: block;
	  width: 10px;
	  height: 10px;
	  margin: 0 5px;
	  outline: 0;
	  -webkit-border-radius: 5px;
	  -webkit-background-clip: padding-box;
	  -moz-border-radius: 5px;
	  -moz-background-clip: padding;
	  border-radius: 5px;
	  background-clip: padding-box;
	}
	#banner-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
	#banner-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
	  background: #000;
	}
	/* DIRECTION CONTROLS (NEXT / PREV) */
	#banner-wrapper .bx-wrapper .bx-prev {
	  left: 10px;
	  background: url(../img/controls.png) no-repeat 0 -32px;
	}
	#banner-wrapper .bx-wrapper .bx-next {
	  right: 10px;
	  background: url(../img/controls.png) no-repeat -43px -32px;
	}
	#banner-wrapper .bx-wrapper .bx-prev:hover {
	  background-position: 0 0;
	}
	#banner-wrapper .bx-wrapper .bx-next:hover {
	  background-position: -43px 0;
	}
	#banner-wrapper .bx-wrapper .bx-controls-direction a {
	  position: absolute;
	  top: 50%;
	  margin-top: -16px;
	  outline: 0;
	  width: 32px;
	  height: 32px;
	  text-indent: -9999px;
	  z-index: 9999;
	}
	#banner-wrapper .bx-wrapper .bx-controls-direction a.disabled {
	  display: none;
	}
	/* AUTO CONTROLS (START / STOP) */
	#banner-wrapper .bx-wrapper .bx-controls-auto {
	  text-align: center;
	}
	#banner-wrapper .bx-wrapper .bx-controls-auto .bx-start {
	  display: block;
	  text-indent: -9999px;
	  width: 10px;
	  height: 11px;
	  outline: 0;
	  background: url(../img/controls.png) -86px -11px no-repeat;
	  margin: 0 3px;
	}
	#banner-wrapper .bx-wrapper .bx-controls-auto .bx-start:hover,
	#banner-wrapper .bx-wrapper .bx-controls-auto .bx-start.active {
	  background-position: -86px 0;
	}
	#banner-wrapper .bx-wrapper .bx-controls-auto .bx-stop {
	  display: block;
	  text-indent: -9999px;
	  width: 9px;
	  height: 11px;
	  outline: 0;
	  background: url(../img/controls.png) -86px -44px no-repeat;
	  margin: 0 3px;
	}
	#banner-wrapper .bx-wrapper .bx-controls-auto .bx-stop:hover,
	#banner-wrapper .bx-wrapper .bx-controls-auto .bx-stop.active {
	  background-position: -86px -33px;
	}
	/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
	#banner-wrapper .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	  text-align: left;
	  width: 80%;
	}
	#banner-wrapper .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	  right: 0;
	  width: 35px;
	}
	/* IMAGE CAPTIONS */
	#banner-wrapper .bx-wrapper .bx-caption {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  background: #666\9;
	  background: rgba(80, 80, 80, 0.75);
	  width: 100%;
	}
	#banner-wrapper .bx-wrapper .bx-caption span {
	  color: #fff;
	  font-family: Arial;
	  display: block;
	  font-size: .85em;
	  padding: 10px;
	}

/* XS Portrait */

@media (max-width: 480px) 
{
  #header .top-menu.navbar-fixed-top ul li {
    float: left;
    padding: 10px 5px !important;
    font-size: 8px !important;
    border-right: 1px solid #111;
  }
  #header .top-menu.navbar-fixed-top ul li i 
  {
    margin-right: 5px !important;
  }
  .btn {
      padding: 5px;
      font-size: 12px;
  }
  #banner-wrapper #sequence 
  {
    margin: 0 auto;
    height: 300px;
  }
  #images-product-wrapper #sequence 
  {
    margin: 0 auto;
    height: 300px;
  }


  #banner-wrapper .slide-img {
    top:10%;
    left: 50%;
    width: auto;
    max-width: 80% !important;
  }
  #banner-wrapper #sequence .animate-in .slide-img {
    left: 50%;
    margin-left: -40%;
  }
  #banner-wrapper #sequence .animate-out .slide-img {
    left: 20%;
    margin-left: -20%;
  }
  #banner-wrapper #sequence .title {
    background: #a1a1a1;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 100%;
    padding: 4%;
	padding-top: 10px;
    width: 92%;
    margin-bottom: 0;
    z-index: 10;
	font-size: 18px;
	font-weight: bold;
  }
  #banner-wrapper #sequence .animate-in .title {
    left: 0%;
  }
  #banner-wrapper #sequence .animate-out .title {
    left: -100%;
  }
  #banner-wrapper #sequence .subtitle {
    	visibility: hidden;
  }
  #banner-wrapper #sequence #btn-reamore {
    visibility: hidden;
  }
  #banner-wrapper #sequence > .sequence-canvas > li
  {
      height:300px;
  }
  #images-product-wrapper .slide-img {
    top:10%;
    left: 50%;
    width: auto;
    max-width: 80% !important;
  }
  #images-product-wrapper #sequence .animate-in .slide-img {
    left: 50%;
    margin-left: -40%;
  }
  #images-product-wrapper #sequence .animate-out .slide-img {
    left: 20%;
    margin-left: -20%;
  }
  #images-product-wrapper #sequence .title {
    background: #a1a1a1;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 100%;
    padding: 4%;
    width: 92%;
    margin-bottom: 0;
    z-index: 10;
  }
  #images-product-wrapper #sequence .animate-in .title {
    left: 0%;
  }
  #images-product-wrapper #sequence .animate-out .title {
    left: -100%;
  }
  #images-product-wrapper #sequence > .sequence-canvas > li
  {
      height:300px;
  }
}
