/* 
    Document   : style
    Created on : Jan 9, 2017, 10:33:59 PM
    Author     : PRASHANT
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@font-face {
    font-family: MontserratBold;
    src: url('../fonts/montserrat/Montserrat-Bold.otf');
}
@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/source-sans-pro/SourceSansPro-Regular.otf');
}
@font-face {
    font-family: SourceSansProBold;
    src: url('../fonts/source-sans-pro/SourceSansPro-Bold.otf');
}
@font-face {
    font-family: SourceSansProLight;
    src: url('../fonts/source-sans-pro/SourceSansPro-Light.otf');
}
body{
    font-family:SourceSansPro;
}
.wrapper-header {
    background: rgba(0, 0, 0, 0) url("../images/header_bg.png") no-repeat scroll 0 0 / cover;
}
.container-fullwidth{
    width:100%;
}
/* for a slider images start*/
.slide {
    position: relative;
    background: black;
    overflow: hidden;
}
.caption {
    position: absolute;
    top: 36%;
    width:100%;
    color:white;
    /*overflow: hidden;*/
}
.imgs{
    opacity:0.5;
}
img { max-width:100%;}
.img{
    width:100%;
    /*max-height:500px;*/
}
.sld-arrow{
    height: 60px !important;
    width: 60px !important;
    margin: auto !important;
    background: rgba(255,255,255,0.8)!important;
}
.sld-arrow:last-child{
    border-radius: 3px 0px 0px 3px !important;
}
.sld-arrow i{
    color:black!important;
}
.capion_text{
    margin: 3% 8%;
    font-family: MontserratBold;
    font-size: 45px;
    color: #FFFFFF;
}
.caption_button{
    background: none;
    border:2px solid #e1ddd7;
    color:#e1ddd7;
    transition: all 0.5s;
}
.caption_button:hover,.caption_button:visited{
    color:white!important;
}
.caption_button{
    background: none;
    border:2px solid #e1ddd7;
    color:#e1ddd7;
    transition: all 0.5s;
}
.caption_button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.caption_button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-size: 20px;
    line-height: 17px;
}
.caption_button:hover span {
    padding-right: 25px;
}
.caption_button:hover span:after {
    opacity: 1;
    right: 0;
}
.carousel-indicators li{
    background: white!important;
}
.carousel-indicators .active{
    background: black!important;
    border:1px solid white!important;
}
/* for a slider images end*/

.navbar-collapse{
    max-height: 100%!important;
}
.navbar{
    /*top: 5%;*/
    padding:2% 0;
    background: rgba(255,255,255,0.9);
}
.navbar .menu{
    width: 90%;
}
.navbar .nav{
    margin-right: 100px;
}
.nav li{
    margin-top:30px;
}
.nav li a{
    font-size: 16px;
    text-transform: uppercase;
    color: #5d5d5d;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav .active1{
    background: #1b1f07 !important;
}
.nav .active1 a{
    color:white!important;
}
.header-call{
    position: absolute;
    right: 15%;
    color: #5d5d5d;
    font-size: 16px;
}    
.header-img{
    position: absolute;
    right: 6%;
}
.logodiv{
    display:none;
}

.about{
    width:100%;
}
.about .container .content{
    color:white;
    font-size:22px;
    font-family: SourceSansProLight;
}
.about .container{
    padding:4% 0px;
}
.about_img_div{
    padding: 60px 0px;
}
/*.about_img_div p{
    font-size:22px;
    position: absolute;
    left: 10%;
    bottom: 10%;
}*/
.about-title {
    color: #010101;
    font-family: MontserratBold;
    font-size: 30px;
    left: 10%;
    position: absolute;
    bottom: 5%;
}
footer{
    background: black;
    font-size:16px;
    color:white;
}
footer .container{
    padding:50px 0px;
}
footer .container a{
    color:white;
    text-decoration: none;
}
footer .icons a{
    padding:0px 15px;
}
.about-page-title
{
    font-size: 45px;
    font-family: MontserratBold;
    color: #FFFFFF;
}

/*---carousel for multi slide ----*/
.carousel1{
    background: white;
}/*
.one{
    width: 20%!important;
    margin: 0!important;
    padding: 0!important;
    position: relative;
}*/
.hover_layer{
    position:absolute;bottom:-5px;width:100%;background: rgba(0,0,0,0.5);
}
.mail-slider-title
{
    color: #0f0e0e;
    font-family: SourceSansProLight;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: none;
	min-height: 49px;
}
.mail-slider-title-overlay {
    color: #FFFFFF;
    font-family: SourceSansProBold;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: none;
}
.overlay
{
    background-color: rgba(149, 161, 97, 0.9) !important;
}
.overlay-text
{
    color: #FFFFFF;
    font-family: SourceSansProLight;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px;
}
.item-bottom-border {
    background-color: #aebb73;
    border-right: 1px solid #ffffff;
    height: 8px;
    width: 100%;
}
.wrapper-about
{
    background: url('../images/background.png');
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.wrapper-content
{
	background-color: #aebb73;
}

/*---product.html----*/
.navbar-collapse{
    border:none;
}
.product_navbar{
    padding-bottom: 30px!important;
}

.product_slider{
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -20px!important;
}
.inner_menu{
    margin-top:-40px;
    background:rgba(0,0,0,0.5);
}
.inner_menu ul{
    list-style: none;
    margin-top: 5px;
    padding-left:0px;
}
.inner_menu ul li{
    display: inline;
    padding:0px 10px;
    border-right:1px solid white;
}
.inner_menu ul li:last-child{
    border-right:none;
}
.content_middle{
    background: linear-gradient(to bottom,#e3e3e3,white 50%);
}
.content_middle .container{
    padding:50px 0px;
}
.content_middle p{
    font-size:22px;
    color: #0f0e0e;
    font-family: SourceSansProLight;
}
.five-three img, .five-two img{
    max-width: 100%!important;
}
.five-three div, .five-two div{
    padding:0px;
    margin:0px;
}
.product_single div{
    width:20%;
    float:left;
    height:300px;
    padding-left:25px;
}
.product_single img{
    max-height:78%;
}
.product_main{
    padding:0px 5px 0px 5px;
}


.product_bottom_content{
    padding: 4% 15px;
}
.product_bottom_content > div{
    padding-right: 15px;
    padding-left: 15px;
}
.product_bottom_content_img1{
    /*background: white;*/
    padding: 5px 15px;
    /*height: 400px;*/
}
.product_bottom_content_img1 ul{
    list-style: none;
    padding-left: 20px;
}
.product_bottom_content_img1 ul li{
    padding-left: 35px;
}



.product_bottom_content_img2, .product_bottom_content_img3{
    background: white;
    min-height:433px;
    opacity:0.7;
    padding-top:5px;
}
.product_bottom_content_img2 {
    background-image: url('../images/pro-bottom1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.product_bottom_content_img3
{
    background-image: url('../images/pro-bottom2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.product_grp{
    padding-left:20px;
}
.pro_btm{
    background: white;
}
.product_bottom_content h3{
    font-family: SourceSansProBold;
    text-transform: capitalize;
    color:#fff;
    /*font-weight: bold;*/
    padding: 5px 0px;
    font-size: 25px;
}
.product_bottom_content ul{
    padding-left: 0px;

}
.product_bottom_content ul li{
    background: url('../images/ul-arrow.png') no-repeat 0 center;
}
.product_bottom_content ul li,.product_bottom_content p{
    font-family: SourceSansProLight;
    font-size:22px;
    text-transform: none;
    color: #fff;
}

.product_last{
    color:white;padding:0px 20px 50px 20px;

}
.product_last{
    color:white;padding:0px 20px 50px 20px!important;
}
.product_last h3{
    font-size:25px;
    font-family: SourceSansProBold;
    /*font-weight:bold;*/
    text-transform: capitalize;
}
.product_last p{
    font-family: SourceSansProLight;
    font-size:22px;
}


.product .wrapper-header nav.navbar, .contact .wrapper-header nav.navbar {
    top: 0;
}
.p-main-page-title{
    /*padding-top:14%;*/
    padding-top:16%;/*change 8_03_2017*/
    font-family: MontserratBold;
    font-size: 45px;
    color: #FFFFFF;
    margin-top: 0px;/*add 6_03_2017 */
}
.wrapper-p-main-page-title {
    background-image: url('../images/product-slide.png');
    background-repeat: no-repeat;
    background-size:cover;
    min-height:377px;
    margin-top: -1.5%;
}
.padding-left-right-0
{
    padding-left: 0px;
    padding-right: 0px;
}
.margin-left-right-0
{
    margin-left: 0px;
    margin-right: 0px;
}
.p-title
{
    font-size: 22px;
    font-family: SourceSansProLight;
    color: #0f0e0e;
}
.p-page-title
{
    font-family: SourceSansProBold;
    font-size: 35px;
    color: #758338;
    margin-top: 0px;
	padding-bottom: 18px;
}
.breadcrumb
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: white;
    font-family: SourceSansPro;
    font-size: 18px;
    margin-bottom: 0;
    padding: 8px 0;
    text-decoration: none;
}
.breadcrumb-pre-link {
    border-right: 1px solid #ffffff;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
}
.breadcrumb-pre-link:hover{
    color: #ffffff;
    text-decoration: none;
}
.breadcrumb-last
{
    border-right: 0;
    color: #cbd793;
}
.nav li:hover{
    background: #1b1f07 !important;
}
.nav li:hover > a{
    color:white!important;
}

.nav li:hover ul{
    display: block;
}

.nav li ul li a{
    color:#000000!important;
    background:white;
	padding-top:5px;
	padding-bottom:5px;
}
.nav li ul li a:hover{
    background:#1b1f07 !important;
    color:white;
}

/* in in */
/*            .one{
                display: block;
                position: relative;
            }*/
/* in in end */
/* in pr */
.p-one{
    display: block;
    position: relative;
    overflow: hidden;
    width:100%;
}
.p-one img{
    display: block;
    position: relative;
}
.product_single div{
    width:100%;
}
.padding-left0-right10
{
    padding: 0 10px;
}
/* in pr end*/


/*---contact.html---*/

h4.headline {
    font-size: 22px;
    line-height: 32px;
    margin: -5px 0 30px;
}
.sidebar-textbox {
    display: inline-block;
    padding-right: 40px;
    width: 100%;
}
.sidebar-textbox ul.contact-details {
    list-style: outside none none;
    padding: 5px 0 0;
}
.sidebar-textbox ul.contact-details li {
    display: inline-block;
    margin: 10px 0;
    padding-left: 60px;
    position: relative;
    text-align: left;
    width: 100%;
}
.sidebar-textbox ul.contact-details li i {
    color: #333;
    font-size: 30px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 4px;
}
.sidebar-textbox ul.contact-details li strong {
    color: #333;
    display: block;
}
.sidebar-textbox span {
    color: #666;
    display: inline-block;
}
.margin-bottom-35 {
    margin-bottom: 35px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.contact-form textarea, .contact-form input {
    transition: box-shadow 0.2s ease 0s !important;
}
.contact-form input {
    margin-bottom: 25px;
}

.contact-form textarea {
    margin: 15px 0 25px;
    min-height: 200px;
}
.contact-form input, 
.contact-form input[type="text"], 
.contact-form input[type="password"], 
.contact-form input[type="email"], 
.contact-form input[type="number"], 
.contact-form textarea, 
.contact-form select {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 51px;
    line-height: 51px;
    margin: 0 0 16px;
    max-width: 100%;
    opacity: 1;
    outline: medium none;
    padding: 0 20px;
    width: 100%;
}
.contact-form button[type="submit"] {
    background-color: #000;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-right: 6px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    top: 0;
    text-transform: none;
    line-height: 20px;
    margin-bottom: 10px;
    transition: all 0.25s ease 0s;
    width: auto;
}
#map_canvas {
    height: 562px;
    max-width: 100%;
}

.td_header {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.btm-brd-space {
border-bottom:1px dashed #000;
margin-bottom: 31px;
padding-bottom: 43px;
}




/* Responsive */
@media screen and (max-width: 1200px) {
    .caption {
        top: 25%;
    }
    .imgs{
        height:100%;
    }
    .navbar .menu{
        width: 98%;
    }
    .header-call{
        right: 15%;
    }   
    .header-img{
        right: 2%;
    }
    .about-title {
        font-size: 20px;
    }
    .product_bottom_content_img1{
        min-height:433px;
    }
}
@media screen and (max-width: 991px) {
    .caption h1{
        /*font-size:35px;*/
        font-size:25px;/*---change on 8_03_2017---*/
    }
    .capion_text {
        margin: 20% 8% 1% 8%;/*---add 8_03_2017---*/
    }
    .carousel-indicators {
        bottom:-5px;/*---add 8_03_2017---*/
    }
    .caption p{
        font-size:15px;
    }
    .caption {
        top: 15%;
    }
    /*    nav ul li{
            padding:0px 0px;
        }*/
    .navbar .nav{
        margin-top:20px;
    }
    .header-call{
        right: 20%;
    }   
    .header-img{
        right: 3%;
    }
    footer .icons{
        text-align: left;
    }
    footer .container > div{
        padding:20px 0px;
    }
}
@media screen and (max-width: 768px) {
    .caption h1{
        font-size:20px;
    }
    .capion_text {
        margin: 3% 8%;/*---add 8_03_2017---*/
    }
    .carousel-indicators {
        bottom:20px;/*---add 8_03_2017---*/
    }
    .caption p{
        font-size:10px;
    }
    .caption {
        top: 10%;
    }

    .navbar{
        position: relative;
        margin-bottom: 0px;
        background: rgba(255,255,255,0.9);
    }
    .navbar .nav{
        margin-top:0px;
        margin-right: 0px;
        padding-bottom: 40px;/*add 2_03_2017*/
    }
    .navbar-brand,.header-call,.header-img{
        display:none;
    }
    .navbar-default .navbar-nav>li>a{
        text-transform: uppercase;
        text-align: center;
        color:#a9a9a9;
        font-size:15px;
    }
    /*    nav ul li{
            padding:0px 0px;
        }*/

    .logodiv{
        display:block;
        padding-bottom:50px;
    }
    .logo_small img{
        margin-top:30px!important;
    }
    .logo_img{
        position:absolute;right:1%;top:1%;
    }
    .logo_contact{
        position:absolute;
        top:-10px;
        color: #5d5d5d;
        font-size: 16px;
        text-align: left;
        padding: 0 17px 25px 17px;/*change 2_03_2017*/
    }
    .about .content{
        font-size:18px;
        padding: 10px 30px;
    }
    .about_img_div{
        padding:20px;
    }
    .about_img_div div{
        padding: 20px 0px;
    }
    footer .container > div{
        text-align: center
    }
    footer .icons{
        text-align: center
    }
    .about-title {
        font-size: 30px;
    }
    .about-page-title{
        padding: 0px 20px;
        font-size: 40px;
    }

}

@media screen and (max-width: 768px) and (min-width: 750px) {
.logodiv {
  display: inline-block;
  width: 32% !important;
  padding:17px 0 30px !important;
  
}
.logo_small {
  display: inline;
}
.logo_small img {
  margin-top: 0 !important;
}
.logo_img {
  display: none;
}
.logo_contact {
  display: none;
}
.navbar {
	display:inline-block;
  width: 65% !important;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
}
.nav > li > a {
  padding: 10px 5px;
}	

}
@media screen and (max-width: 480px) {
    #myCarousel .caption h1{
        font-size:12px;
    }
    .navbar{
        position: relative;
        margin-bottom: 0px;
    }
    .about-title {
        font-size: 20px;
    }
    .about-page-title{
        font-size: 32px;
    }

}
@media screen and (max-width: 360px){
    #myCarousel .carousel-indicators{
        bottom:0px;/*--add 2_03_2017---*/
    }
    .product_img > h1{
        font-size: 30px;/*--add 2_03_2017---*/
    }
}

/* in pr */
@media screen and (min-width: 1309px) {
    .wrapper-p-main-page-title {
        min-height:450px;
    }
}
@media screen and (max-width: 1200px) {
    .product_img{
        margin-top: -2%!important;
    }
    .product_bottom_content_img > div{
        min-height:580px;
    }
}
@media screen and (max-width: 991px) {
    .product_img{
        margin-top: -2.5%!important;
    }
    .navbar .nav {
        margin-right: 88px;
    }
    .product_bottom_content_img1{
        margin-bottom:10px;
    }
    .product_bottom_content_img div{
        margin-bottom:10px;
    }
    .about .row > .padding-bottom{
        padding-bottom:10px;
    }
    .p-main-page-title{
        padding-top: 28%;/*add 8_03_2017*/
        font-size: 25px;/*add 8_03_2017*/
    }
}
@media screen and (max-width: 768px) {
    .product_img{
        margin-top: -7%!important;
    }
    .product_bottom_content > div{
        margin-right: 0px;/*--add 2_03_2017---*/
        margin-left: 0px;
    }
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 360px){
}
/* in pr end*/

@media screen and (max-width: 1200px) {
    .product_bottom_content ul li,.product_bottom_content p{
        font-size:18px;
    }
}
@media screen and (max-width: 991px) {
    .product_single div{
        height:360px!important;
        width:33.33%!important;
        float:left!important;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .inner_menu{
        background: rgba(0,0,0,0.2)!important;
    }
    .inner_menu ul li{
        border-right:none;
        display: block;
    }
    .product_single div{
        height:300px!important;
        width:33.33%!important;
        float:left!important;
        text-align: center;
    }
    .p-main-page-title{
        margin-top: 20px;
    }
}
@media screen and (max-width: 480px) {
    .product_single div{
        width:50%!important;
        float:left!important;
        text-align: center;
    }
    .p-main-page-title{
        font-size:36px;
    }
}
@media screen and (max-width: 360px){
}


@media screen and (max-width: 768px) {
    .logodiv .logo_img img {
        margin-top: 15px;
    }
    .logodiv {
        padding-bottom: 0;
    }
    .logo_small {
        display: inline-block;
        text-align: left;
        width: 100%;
        padding: 0 15px;
    }
    .logo_img {
        display: inline-block;
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%;
    }
    .logodiv .logo_img img {
        margin-bottom: 15px;
        margin-top: 15px;
        display: none;
    }
    .logo_contact
    {
        position: relative;
    }

    .navbar{
        background:none;
        padding:0px;
        top:0;
        border:0;
        min-height:0;
    }
    .navbar .nav {
        margin-right: 0px;
        width:100%;
    }
    .nav li {
        margin-top: 0;
    }
    .wrapper-p-page-title
    {
        margin-top: 50px;
    }
    .navbar-header{
        position: absolute;
        right: 20px;
        top: -152px;
        z-index: 1;
    }
    .btn{
        font-size: 10px;
    }
    .breadcrumb{
        font-size: 14px;
    }
    .dropdown-menu{
        min-width: 100%;
    }
    .product_navbar{
        padding-bottom: 0px!important;
    }
}

@media  (min-width: 768px) {
    div.col-sm-7.five-three {
        width: 60% !important;
    }

    div.col-sm-5.five-two {
        width: 40% !important;
    }
}

.dropdown-menu li{
    margin: 0px;
}


.affix {
    top: 0px;
    width: 100%;
}


/*---carousel new---*/
.carousel-control > img{
    width: 30px;
    height: 30px;
}
.carousel-inner .active.left { left: -20%; }
.carousel-inner .next        { left:  20%; }
.carousel-inner .prev	 { left: -20%; }

.carousel-showmanymoveone .carousel-inner > .item.active.right,
.carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    /*left: 0;*/
}
.carousel-showmanymoveone .carousel-inner > .item.active.left,
.carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    /*left: 0;*/
}
.carousel-showmanymoveone .carousel-inner > .item.left,
.carousel-showmanymoveone .carousel-inner > .item.prev.right,
.carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*left: 0;*/
}

.carousel-control{ 
    height: 50px;
    margin: auto;
    padding: 10px;
    width: 50px;
    font-size: 10px !important;
    background: rgba(0,0,0,0.5)!important;
}
.carousel-inner .active > .one {
    float:left;
    margin:0% 1.5%;
}
.carousel:hover + .carousel-control.left{
    visibility: visible;
}     
.one{
    width: 20%!important;
    margin: 0!important;
    padding: 0!important;
    position: relative;
}
@media (max-width: 1200px){
    .carousel-inner .active > .one {
        width: 25%!important;
        margin:0%;
    }
    .carousel-inner .one{
        display:none;
    }
    .active > div                { display:none;}
    .active > div:first-child    { display:block;}
    .active > div:first-child + div {display:block;}
    .active > div:first-child + div +div {display:block;}
    .active > div:first-child + div +div +div {display:block;}

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
@media (max-width: 991px){
    .carousel-inner .active > .one {
        width: 33.33%!important;
        margin:0%;
    }
    /*    .carousel-inner .one{
            display:none;
        }*/

    .active > div                { display:none;}
    .active > div:first-child    { display:block;}
    .active > div:first-child + div {display:block;}
    .active > div:first-child + div +div {display:block;}
    .active > div:first-child + div +div +div {display:none;}

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(33.33%, 0, 0);
        transform: translate3d(33.33%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-33.33%, 0, 0);
        transform: translate3d(-33.33%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }

}
@media (max-width: 768px) {
    .carousel-control > i{
        margin:-8px -7px!important;
    }
    .carousel-inner .active > .one {
        width:50%!important;
        margin:0%;
    }
    .active > div                { display:none!important;}
    .active > div:first-child    { display:block!important;}
    .active > div:first-child + div {display:block!important;}

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        /*left: 0;*/
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        /*left: 0;*/
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /*left: 0;*/
    }
}
@media (max-width: 480px) {
    .carousel-inner .active > .one {
        width:100%!important;
        margin:0%;
    }
    .active > div                { display:none!important;}
    .active > div:first-child    { display:block!important;}
    .active > div:first-child + div   {display:none!important;}

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
