.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 500px;      
        width: 100%;        
        line-height: 1;
    }
.w3ls-submit {
    text-align: center;
   
} 
.w3ls-submit {
	margin-left:180px;
    font-size: 1em;
    color: #fff;
    border:none;
    outline: none;
    padding: .8em 2em;
    -webkit-appearance: none;
	text-transform: uppercase;
    transition: .5s all;
    background: #eb422a;
    display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3ls-submit:hover {
    background:#26d797;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
} 


.w3ls-icon img{
    height: 70px;
    width: 70px;
  border-radius: 50%;
	margin-left: 39px;

}
.font1{
	font-size:13px !important;
}

.biseller-column img{
	margin-bottom:1em;
	width:100%;
}
 #flexiselDemo3 {
	display: none;
}
.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;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
.biseller-info {
	margin:1em 0 0 0; 
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:37px;
	height:70px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:-1em;
}
.nbs-flexisel-nav-left {
  right: -3%;
  background: url(../images/arrows.png) no-repeat -38px -0px;
}
.nbs-flexisel-nav-right {
 left: -3%;
  background: url(../images/arrows.png) no-repeat 1px -0px;
}
li.nbs-flexisel-item {
 width:370px;
}
a.lightbox img {
width:100%;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
  border:4px solid #fff;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
z-index: 999;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.lightbox-target img:hover{
	opacity: 0.5;
}
/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
left: 0%;
}

.lightbox-target:target img {
	max-height:70%;
	  max-width: 20%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
a.lightbox img:hover { 
 background:#21A957;
}



/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
	color:#fff;
    text-align: center;
    border: none;
}
#fade-quote-carousel span{ 
font-weight: 600;
color:#fff;
}
#fade-quote-carousel .profile-circle img {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    border-radius: 100px !important;
}
ul.social li{
	display:inline-block;
	margin:0 0.1em;
}
.social-icons{
	    margin:-17px 0 2px 0;
}
.social a {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
/*-- agileits --*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.social a:hover {
  color: #fff;
}
.social a:hover .tooltip {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.social a:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.social .tooltip {
  opacity: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.social .tooltip span {
	position: relative;
	left: -50%;
	padding: 6px 8px 5px 8px;
	border-radius: 3px;
	color: #fff;
	font-size: .7rem;
	line-height: 1;
	z-index: 1;
	background: #565656;
    color: #fff;
}
.social .tooltip span:after {
	position: absolute;
	content: " ";
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top-color: #565656;
}
.social1 i {
    padding-left: 12px;
    padding-bottom: 17px;
}
.social i {
	position: relative;
    top: 10px;
    font-size: 1.2em;
    border-radius: 65%;
    -webkit-border-radius: 65%;
    -moz-border-radius: 65%;
    -o-border-radius: 65%;
    -ms-border-radius: 65%;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 2.4em;
	text-align: center;
}
.social li a.social-twitter i{
	background:#1da1f2;
}
.social li a.social-google i{
	background:#dd4b39;
}
.social li a.social-facebook i{
	background:#3b5998;
}
.social li a.social-pinterest i{
	background:#bd081c;
}
.social li a.social-instagram i{
	background:#833ab4;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff !important;
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #f7f7f7;
}
.panel-heading {
   
}
.panel-body {
    padding: 20px !important;
    font-size: 16px !important;
}
.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}
.hide-bullets  .col-sm-1 {
    width: 10.333333% !important;
}
.carousel-inner > .item1 > img, .carousel-inner > .item1 > a > img {
        display: block;
        height: 300px;      
        width: 100%;        
        line-height: 1;
    }
.sub-title{
	font-weight:600 !important;
}
.slide-title {
	color:#9E1616 !important;
}
.buy{
	    margin-left: -180px !important;
		    padding-bottom: 41px;
			    font-weight: 900;
}
.love img{
	border-radius:50%
}
.love h4{
	text-align: center;
}



/* Responsive */
@media only screen and (max-width : 320px){

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
}
.w3ls-icon img {
    height: 40px;
    width: 40px;
	margin-left:6px; 
	}
	.font1 {
    font-size: 8px !important;
}
.w3ls-submit {
      margin-left: 294px;
    font-size: 0.8em;
    padding: 0px 14px;
}
li.nbs-flexisel-item {
    width: 278px !important;
    margin: 0px 91px;
}
.hide-bullets .col-sm-1 {
    width: 30.333333% !important;
}
}
@media (max-width:384px){

}
@media only screen and (min-width : 321px) and (max-width:414px){
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
}
.w3ls-icon img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-left: 12px;
}
.font1 {
    font-size: 11px !important;
}
.w3ls-submit {
    margin-left: 79px;
}
li.nbs-flexisel-item {
    width: 352px !important;
    margin: 0px 118px;
}
.hide-bullets .col-sm-1 {
    width: 25.333333% !important;
}
}
@media only screen and (min-width : 415px) and (max-width:480px) {
.hide-bullets .col-sm-1 {
    width: 16.333333% !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
}
.w3ls-icon img {
   margin-left: 15px;
}
.w3ls-submit {
    margin-left: 118px;
}
li.nbs-flexisel-item {
    width: 355px !important;
    margin: 0px 185px;
}
}


@media only screen and (min-width : 481px) and (max-width:680px) {
.hide-bullets .col-sm-1 {
    width: 16.333333% !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
}
.w3ls-icon img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-left: 0px;
}
.font1 {
    font-size: 11px !important;
}
.w3ls-submit {
    margin-left: 62px;

}

}

@media only screen and (min-width : 681px) and (max-width:768px) {
.hide-bullets .col-sm-1 {
    width: 14.333333% !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
}
.w3ls-icon img {
   margin-left: 6px;
}
.w3ls-submit {
    margin-left: 81px;
}
.font1 {
    font-size: 11px !important;
}
}

@media only screen and (min-width : 769px) and (max-width:919px) {

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
}
.w3ls-icon img {
   margin-left: 4px;
}
.w3ls-submit {
    margin-left: 85px;
}
.font1 {
    font-size: 10px !important;
}
}
@media only screen and (min-width : 920px) and (max-width:1080px) {

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
}
.w3ls-icon img {
   margin-left: 21px;
}
.w3ls-submit {
    margin-left: 132px;
}
.font1 {
    font-size: 10px !important;
}
}