.buton-slide-left, .buton-slide-right
{
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-inner .item .container
{
	background-color: rgba(41,56,103,1);
}
.carousel-inner .item .container .col-md-6, .carousel-inner .item .container 
{
	padding: 0px 0px;
}
.carousel-inner .item .container .col-md-6 img .sl_1 
{
	width: 100%;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #EEA41E;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #584229;
    border-style: none;

}
.carousel-inner>.item {
   
    max-height: 580px;
}
.ipad-info .carousel-inner>.item
{
    width: 95%;
    min-width: 300px;
    max-height: 598px;
}
#imgIpad
{
    z-index: 9;
    width: 100%;
    position: absolute;
    left: 0;
}
.slide-text
{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
}
.ipad-info #myCarousel
{
     background-color: white;
    margin-bottom: 5%;
    padding-bottom: 0;
    padding-top: 4%;
    padding-left: 5%;
}
@media screen and (max-width: 990px) {
    .slide-text
    {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 10%;
        height: 450px;
    }
    .ipad-container
    {
        position: relative;
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media screen and (max-width:480px){
    .sl1_1{
        display: none;
    }
    .sl1_2{
        display: none;
    }
    .sl1_3{
        display: block;
        width: 300px;
        height: 598px;
        padding-left: 100px;
    }
    .sl2_1{
        display: none;
    }
    .sl2_2{
        display: none;
    }
    .sl2_3{
        display: block;
        width: 300px;
        height: 598px;
        padding-left: 100px;
    }

    .sl3_1{
        display: none;
    }
    .sl3_2{
        display: none;
    }
    .sl3_3{
        display: block;
        width: 300px;
        height: 800px;
        padding-left: 105px;
    }
}

@media screen and (min-width: 481px) and (max-width:767px){
    .sl1_1{
        display: none;
    }
    .sl1_2{
        display: block;
        width: 300px;
        height: 800px;
        padding-left: 100px;
    }
    .sl1_3{
        display: none;
    }

    .sl2_1{
        display: none;
    }
    .sl2_2{
        display: block;
        width: 400px;
        height: 598px;
        padding-left: 100px;
    }
    .sl2_3{
        display: none;
    }

    .sl3_1{
        display: none;
    }
    .sl3_2{
        display: block;
        width: 400px;
        height: 598px;
        padding-left: 100px;
    }
    .sl3_3{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width:991px){
    .sl1_1{
        display: block;
        height: 598px;
    }
    .sl1_2{
        display: none;
    }
    .sl1_3{
        display: none;
    }

    .sl2_1{
        display: block;
        width: 400px;
        height: 598px;
    }
    .sl2_2{
        display: none;
    }
    .sl2_3{
        display: none;
    }

    .sl3_1{
        display: block;
        width: 400px;
        height: 598px;
    }
    .sl3_2{
        display: none;
    }
    .sl3_3{
        display: none;
    }
}

