
/**********************************************
*
* 1. Media Queries
*
**********************************************/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    html {}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sky-carousel .sc-overlay {
        width: 125px !important;
    }
}

@media only screen and (max-width: 479px) {
    .sky-carousel .sc-overlay {
        width: 70px !important;
    }
}


/**********************************************
*
* 2. Container Styles
*
**********************************************/

.js .sky-carousel {
    visibility: hidden;
}

.sky-carousel {
    width: 100%;
    height: 450px;
    position: relative;
    border: 1px solid #fff;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}

.sky-carousel .sky-carousel-container {
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}


/**********************************************
*
* 3. Carousel Item Styles
*
**********************************************/

.sky-carousel .sky-carousel-container li {
    position: absolute;
    border: 0;
}

.sky-carousel .sky-carousel-container li img {
    display: block;
    max-width: none !important;
    border: 0;
}

.sky-carousel .sky-carousel-container li a img {
    border: none;
}

.sky-carousel .sky-carousel-container .sc-content {
    display: none;
}


/**********************************************
*
* 4. Current Content Styles
*
**********************************************/

.sky-carousel .sc-content-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 8%;
    left: 50%;
    z-index: 4999;
}

.sky-carousel .sc-content-container {
    position: relative;
    left: -50%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0 20px;
}

.sky-carousel .sc-content-wrapper h2 {
    color: #444;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.sky-carousel .sc-content-wrapper p {
    color: #777;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.sky-carousel .sc-content-wrapper a {
    text-decoration: none;
    color: #444;
    border-bottom: 1px dotted #444;
}


/**********************************************
*
* 5. Gradient Overlay Styles
*
**********************************************/

.sky-carousel .sc-overlay {
    position: absolute;
    height: 100%;
    z-index: 4998;
    pointer-events: none;
    top: 0;
    display: none;
}

.sky-carousel .sc-overlay-left {
    left: -0.1px;
    top: 220px;
}

.sky-carousel .sc-overlay-right {
    right: -0.1px;
    top: 220px;
}

.sky-carousel .overlay-btn {
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 160px;
    height: 60px;
    z-index: 131;
    cursor: pointer;
}

button.btn-green:hover {
    background-color: #17944C;
    color: #fff;
    border: solid 1px #17944C;
    background-position: 0 -70px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -ms-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
}


/**********************************************
*
* 6. Navigation Styles
*
**********************************************/

.no-touch .sky-carousel .sc-nav-button:hover {
    background-color: #ea4848;
}

.sky-carousel .sc-nav-button {
    z-index: 44;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    margin: auto;
    position: absolute;
    top: -230px;
    left: 0;
    bottom: 0;
    right: 0
}

.sky-carousel .sc-nav-button.sc-next {
    background: #ea4848 url("../images/sc-graphics/next_arrow.png") no-repeat 16px 50%;
    left: 556px;
    background-position: 56% 52%;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s
}

.sky-carousel .sc-nav-button.sc-prev {
    background: #ea4848 url("../images/sc-graphics/prev_arrow.png") no-repeat 14px 50%;
    right: 550px;
    background-position: 48% 51%;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s
}

.sky-carousel .sc-nav-button.sc-next:hover {
    background-color: #909090;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s
}

.sky-carousel .sc-nav-button.sc-prev:hover {
    background-color: #909090;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}


/**********************************************
*
* 7. Preloader Styles
*
**********************************************/

.sky-carousel .sc-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -22px;
    margin-left: -22px;
    /*background: #f5f5f5 url("/rc_global/sites/all/themes/india/img/sc-graphics/preloader.gif") no-repeat 50% 50%;*/
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/**********************************************
*
* 8. Other Styles
*
**********************************************/

.compare-panel .panel-data .table-responsive thead {
    font-weight: 400;
    text-transform: uppercase;
}

.overlay img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.sky-carousel {
    height: 660px;
}

.sc-content {
    display: none;
}

.sky-carousel .sky-carousel-container li img {
    position: absolute;
    top: -65px;
    width: 535px;
}

.sc-no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
