/*A free multi product carousel display templaate by http://www.jquery-az.com/
/* Typography
----------------------------------------------------------------------------- */





.carousel-inner { padding-left:12px!important; }
.carousel-control.left { background-image:none!important; }
.carousel-control.right { background-image:none!important; }
.carousel-control { width:0%!important; }

.glyphicon-chevron-right:before { content:""!important;  }
.glyphicon-chevron-left:before { content:""!important;  }


.mainbox img {  height:auto;    max-height: 200px; }

.sub-headers {
margin-bottom: 30px;
font-family: 'Indie Flower', sans-serif;
margin-top: 20px;
font-size: 24px;
font-weight:500;
}
.section {
	background-color: #ffffff;
	padding: 30px 0;
}

.space {
	padding: 20px 0;
}
/* Animate */
.rotprod{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
    border:0px solid;
    text-align:right;

    display: block;
    margin-left: auto;
    margin-right: auto;
 
    }  
 
.rotprod:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
} 

/*Displaying special products */
.spe-prods {
    float: left;
   text-align: center;
    margin-right: 1%;
    border: 1px solid #dedede;	width:100%;
}
.spe-prods:hover {
    border: 1px solid #f99138;
}

.speciality {
    margin: 5% auto 0 auto;
    width: 65%;
}

.mainbox {
    background:#f9f9f9;
    height:250px;
    padding:1px;
}
.mainbox h3 {
	margin-top:0px;
    font-size:15px;
	padding:10px 0px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
  background: #F99138; /* For browsers that do not support gradients */
}
.floatting-price {
    float: left;
}

.price-big h3 {
    font-size:23px;
    color: #FFF;
    background:#0f2351;
    padding: .27em .5em;
}
.price-big p {
    font-size:11px;
    font-weight:900;
    text-transform: uppercase;
    color: #000;
    letter-spacing:2px;
    padding: 2.1em 0;
    background:#f3f3f3;
}

.ordersection {
    background:#dadada;
}
.ordersection:hover {   background:#162c55;  }


.buybtn {
   font-size: .85em;
    text-transform: uppercase;
    padding: 1em 1em;
    color: #162c55;
    display: block;
    width: 60%;
    margin: 1.5em auto 0;
    border-radius: 4px;
    font-weight: 700;
    text-decoration:none;
    letter-spacing: 1px;
}
a.buybtn {
	text-decoration:none;
   font-size: .85em;
    text-transform: uppercase;
    padding: 1em 1em;
    color: #162c55;
    display: block;
    width: 60%;
    margin: 1.5em auto 0;
    border-radius: 4px;
    font-weight: 700;
    text-decoration:none;
    letter-spacing: 1px;
}
a.buybtn:hover {
	text-decoration:none;
    background:#f99138;
    color:#fff;
}
.spe-prods:nth-child(4) {
    margin-right: 0;
}
.price-big {
	padding-top:10px;
    background: #fff;
}
	/**responsive**/

@media(max-width:1366px){
a.buybtn {
    width:100%;
}
}
@media(max-width:1280px){
a.buybtn {
    width:100%;
}
}
@media(max-width:1080px){
.pricing-table {
    margin: 5% auto 0 auto;
    
}
.price-big h3 {
    font-size: 2.3em;
    padding: .35em .5em;
}
a.buybtn {
    font-size: .8em;
}
}
@media(max-width:991px){
.spe-prods {
    float: left;
    
    
}
.spe-prods-table {
    margin: 5% auto 0 auto;
    width: 98%;
}
.price-big p {
    font-size: .75em;
    padding: 2.3em 0;
}
a.buybtn {
    width:100%;
}
}
@media(max-width:640px){
.spe-prods {
    float: left;
    
    
}


.spe-prods:nth-child(2) {
    margin-right: 0;
}
.spe-prods:nth-child(3) {
    margin-top: .5em;
}
.spe-prods:nth-child(4) {
    margin-top: .5em;
}
a.buybtn {
    width:100%;
}

}
@media(max-width:480px){
.price-bottom ul li {
    font-size: .9em;
}
.spe-prods {
    
    
}
}
@media(max-width:320px){
.spe-prods {
    
    margin-left:15px;
    
    
    
}

.mainbox {

    height:250px;
    padding: 1.5em;
    
    
}

    

a.buybtn {
    width:100%;
    font-size: .79em;
}
}

.carousel-control.left, .carousel-control.right {
	background-image:none;
    color:#CFE12D;

}



@media (min-width: 992px ) {
	.carousel-inner .active.left {
		left: -25%;
	}
	.carousel-inner .next {
		left:  25%;
	}
	.carousel-inner .prev {
		left: -25%;
	}
}

@media (min-width: 768px) and (max-width: 991px ) {
	.carousel-inner .active.left {
		left: -33.3%;
	}
	.carousel-inner .next {
		left:  33.3%;
	}
	.carousel-inner .prev {
		left: -33.3%;
	}
	.active > div:first-child {
		display:block;
	}
	.active > div:first-child + div {
		display:block;
	}
	.active > div:last-child {
		display:none;
	}
}

@media (max-width: 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}
	.carousel-inner .next {
		left:  100%;
	}
	.carousel-inner .prev {
		left: -100%;
	}
	.active > div {
		display:none;
	}
	.active > div:first-child {
		display:block;
	}
}