/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Features - Layout Slideshow - Core */
.layout-slideshow {position: relative;}
.layout-slideshow:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-slideshow ul {list-style: none !important;margin: 0;padding: 0;}

/* Features - Layout Slideshow - Content */
.layout-slideshow .sprocket-features-img-list {height:614px !important;position: relative;overflow: hidden;}
.layout-slideshow .sprocket-features-img-container {position: absolute !important;top: 0;}
.layout-slideshow .sprocket-features-content {position: relative;top: 40px;left: 40px;width: 50%;}
.layout-slideshow .sprocket-features-title {font-size: 2em;line-height: 1.3em;margin: 0 0 15px 0;padding: 10px;display: inline-block;}
.layout-slideshow .sprocket-features-desc {font-size: 1.1em;line-height: 1.3em;margin: 0;padding: 10px;display: inline-block;}

/* Features - Layout Slideshow - Enable First Item */
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container {position: relative;}
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container, .layout-slideshow .sprocket-features-index-1 .sprocket-features-content {z-index: 2;}

/* Features - Layout Slideshow - Navigation */
.layout-slideshow .sprocket-features-arrows .arrow {position: absolute;display: block;width: 24px;height: 24px;top: 50%;margin-top: -12px;border-radius: 1em;opacity: 0.5;cursor: pointer;z-index: 10;text-align: center;font-size: 2.2em;}
.layout-slideshow .sprocket-features-arrows .prev {left: 10px;}
.layout-slideshow .sprocket-features-arrows .next {right: 10px;}
.layout-slideshow .sprocket-features-arrows .arrow:hover {opacity: 1;}
.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;}
.layout-slideshow .sprocket-features-pagination {position: absolute;left: 50px;bottom: 15px;z-index: 10;}
.layout-slideshow .sprocket-features-pagination li {display: inline-block;padding: 4px;opacity: 0.4;border-radius: 1em;cursor: pointer;}
.layout-slideshow .sprocket-features-pagination li.active {opacity: 1;}
.layout-slideshow .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.layout-slideshow .sprocket-features-pagination-hidden {display: none;}

/* Features - Layout Slideshow - Colors */
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {background: #000;color: #fff;box-shadow: 1px 1px 1px rgba(255,255,255,0.5);}
.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc {background: rgba(0,0,0,0.5);color: #fff;}

/* Features - Layout Slideshow - Transitions */
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;}

/* Edited By Arif */

.sprocket-features-content {
height: 152px !important;
background: #595451;
background: background: -moz-linear-gradient(top, #595451 0%, #595451 47%, #463e3b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595451), color-stop(47%,#595451), color-stop(100%,#463e3b));
background: -webkit-linear-gradient(top, #595451 0%,#595451 47%,#463e3b 100%);
background: -o-linear-gradient(top, #595451 0%,#595451 47%,#463e3b 100%);
background: -ms-linear-gradient(top, #595451 0%,#595451 47%,#463e3b 100%);
background: linear-gradient(to bottom, #595451 0%,#595451 47%,#463e3b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595451', endColorstr='#463e3b',GradientType=0 );
}

.sprocket-features-title {color: #FFF; padding: 5% 0 2% 31%;}

.read_more_link {
margin-left: 42.5%;
border: 1px solid #FFF;
background-image: none !important;
font-style: italic;
color: #ced356 !important;
padding: -2px 10px !important;
font-size: 1.1em !important;
width: 79px;
padding: 0 29px !important;
height: 45px;
line-height: 45px;
}

.read_more_link a {color: #ced356 !important;}
.sprocket-features-desc { display :none !important;}

/* Avinash css  */
.sprocket-features-content {
    bottom: 0 !important;
    left: 0 !important;
    padding: 37px 0 0 !important;
    position: absolute !important;
    text-align: center !important;
    top: 398px !important;
    width: 100% !important;
}
.sprocket-features-img-container {
    clear: both !important;
    position: absolute !important;
    top: 0 !important;
}
.arrow.next {
    margin: -107px 0 0 !important;
}
.arrow.prev{
    margin: -107px 0 0 !important;
}
.sprocket-features-content {
    border-top: 8px solid #2A6748;
}
.sprocket-features-pagination {
    bottom: 202px !important;
    margin: 0 auto;
    position: relative !important;
    width: 135px !important;
}
.sprocket-features-pagination li {
    background: none repeat scroll 0 0 #FFFFFF !important;
    height: 5px;
    width: 3%;
}

.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc { background: none !important;}