.carousel-indicators .active {
    background-color: #2980b9;
}


/* .carousel-inner img {
    width: 100%;
    max-height: 700px
} */

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    margin-right: 5px;
    margin-top: 5px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,

/* .carousel-control.right span {
	background-color: #000;
} */

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    /* opacity: .7; */
    filter: alpha(opacity=70);
}


/* Carousel Header Styles */

.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text span {
    /* background-color: #2980b9; */
    padding: 10px;
}

.header-text span {
    /* background-color: #000; */
    padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: rgb(146, 146, 146);
    border: 2px solid rgb(146, 146, 146);
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #2980b9;
    border-color: #2980b9;
}


/* ----------- iPhone 4 and 4S ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 30%;
        z-index: 5;
        display: inline-block;
    }
    #motorContent {
        display: none;
    }
    .ownerimagesize {
        width: 30%;
    }
      #isoimg {
        display: block;
    margin: 0 auto;

    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 30%;
        z-index: 5;
        display: inline-block;
    }
    .carousel-inner img {
        width: 100%;
        max-height: 1000px
    }
    #motorContent {
        display: none;
    }
    .ownerimagesize {
        width: 30%;
    }
    /* .product-description {
        line-height: 1.5;
        padding-top: 50px;
    } */
    #isoimg {
        display: block;
    margin: 0 auto;

    }
}


/* ----------- Galaxy S3 ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 30%;
        z-index: 5;
        display: inline-block;
    }
    .carousel-inner img {
        width: 100%;
        max-height: 1000px
    }
    #motorContent {
        display: none;
    }
    .ownerimagesize {
        width: 30%;
    }
    /* .product-description {
        line-height: 1.5;
        padding-top: 50px;
    } */
    #isoimg {
        display: block;
    margin: 0 auto;

    }
}


/* ----------- Windows Phone ----------- */


/* Portrait and Landscape */

@media screen and (device-width: 480px) and (device-height: 800px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 30%;
        z-index: 5;
        display: inline-block;
    }
    .carousel-inner img {
        width: 100%;
        max-height: 1000px
    }
    #motorContent {
        display: none;
    }
    a:hover+#motorContent {
        display: none;
    }
    .ownerimagesize {
        width: 30%;
    }
    /* .product-description {
        line-height: 1.5;
        padding-top: 50px;
    } */
    #isoimg {
        display: block;
    margin: 0 auto;

    }
}


/* ----------- iPad 1, 2, Mini and Air ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 30%;
        z-index: 5;
        display: inline-block;
    }
    .carousel-inner img {
        width: 100%;
        max-height: 700px
    }
    #motorContent {
        display: none;
    }
    a:hover+#motorContent {
        display: none;
    }
    .ownerimagesize {
        width: 30%;
    }
    .zoomInRight {
        font-size: 40px;
        color: #2980b9;
    }
    .fadeInLeft {
        margin-top: -20px;
        color: black;
    }
    .flipInx {
        font-size: 40px;
        color: #2980b9;
    }
    .lightSpeedIn {
        margin-top: -20px;
        color: black;
    }
    .zoomInLeft {
        font-size: 35px;
        color: #2980b9;
    }
    .fadeInRight {
        margin-top: -20px;
        color: black;
    }
    #isoimg {
        margin-top: -10px;
        padding-left: 15px;
    }
}


/* ----------- iPad pro ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }
    .carousel-inner img {
        width: 100%;
        max-height: 700px
    }
    .ownerimagesize {
        width: 8%;
    }
    .zoomInRight {
        font-size: 40px;
        color: #2980b9;
    }
    .fadeInLeft {
        margin-top: -20px;
        color: black;
    }
    .flipInx {
        font-size: 40px;
        color: #2980b9;
    }
    .lightSpeedIn {
        margin-top: -20px;
        color: black;
    }
    .zoomInLeft {
        font-size: 35px;
        color: #2980b9;
    }
    .fadeInRight {
        margin-top: -20px;
        color: black;
    }
    #isoimg {
        margin-top: -10px;
        padding-left: 15px;
    }
}


/* ----------- Non-Retina Screens ----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }
    .carousel-inner img {
        width: 100%;
        max-height: 700px
    }
    .ownerimagesize {
        width: 8%;
    }
    .zoomInRight {
        font-size: 40px;
        color: #2980b9;
    }
    .fadeInLeft {
        margin-top: -20px;
        color: black;
    }
    .flipInx {
        font-size: 40px;
        color: #2980b9;
    }
    .lightSpeedIn {
        margin-top: -20px;
        color: black;
    }
    .zoomInLeft {
        font-size: 35px;
        color: #2980b9;
    }
    .fadeInRight {
        margin-top: -20px;
        color: black;
    }
    .isoimg {
        margin-top: -10px;
        padding-left: 15px;
    }
}