/* Main Slider
-------------------------------------------------- */
#feature_slider {
    height:720px;
    height: 480px;
    background: #121212;
    z-index: 1;
    margin-bottom: 40px;
}
#feature_slider h1 {
    font-weight: 100;
    color: #ccc;
    font-size: 60px;
    line-height: 66px;
    text-align: center;
    position: absolute;
    top: 180px;
    width: 100%;
}
#feature_slider h1 strong {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 20px;
}
#pagination {
    position: absolute;
    top: 505px;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: none;
    list-style-type: none;
}
#pagination li {
    text-indent: -99999em;
    float: left;
    padding: 0 6px;
    cursor: pointer;
}
#pagination li a {
    width: 7px;
    height: 7px;
    box-shadow: 0px 0px 1px 2px #ccc;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    /*border: 1px solid #fff;*/
    opacity: .7;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
#pagination li.active a {
    background: rgb(46, 92, 177);
    box-shadow: none;
    width: 8px;
    height: 8px;
}

#pagination li:hover a {
    opacity: 1;
}
#feature_slider .slide {
    width: 100%;
    /*height: 720px;*/
    height: 480px;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 1;
}
.slide.previous {
    z-index: 1;
}
.slide.active {
    z-index: 2;
}
.slide.hiddden {
    display: none;
}

/* Custom styles for each slide */

/* Slide 1 */
.slide#animate_one .info {
    position: absolute;
    top: 140px;
    left: 14%;
    width: 32%;
    display: none;
    z-index: 10;
}
.slide#animate_one .info h2 {
	margin-bottom:20px;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    line-height: 58px;
    text-shadow: 1px 1px 1px rgb(20, 24, 25);
}



/* Slide 2 */
.slide#animate_two .info {
    position: relative;
    top: 110px;
    text-align: center;
}
.slide#animate_two .info h2 {
    color: #fff;
    font-weight: normal;
}



/* Slide 3 */
.slide#animate_three .info {
    position: absolute;
    top: 180px;
    right: 11%;
    width: 30%;
}
.slide#animate_three .info h2 {
    color: #fff;
    font-size: 42px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #3b3262;
    line-height: 56px;
}
.slide#animate_three .info h2 strong {
    font-size: 48px;
}
.slide#animate_three .info h2.dark, .slide .info h2.dark {
	color:#121212;
}

.slide .info h2 { }
.slide .info {
    display: none;
    z-index: 10;
}
.slide .info a:hover {
    opacity: .8;
}
.asset,
.fade {
    position: absolute;
    display: none;
}
#slide-left,
#slide-right {
    width: 31px;
    height: 37px;
    display: block;
    position: absolute;
    top: 250px;
    left: 0;
    background: url(../img/leftright-arrows.png) no-repeat;
    opacity: .5;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2;
}
#slide-right {
    left: auto;
    right: 0;
    background-position: -31px 0;
}
#slide-left:hover,
#slide-right:hover {
    opacity: 1;
}








/* Showcase services
-------------------------------------------------- */
#showcase {
    margin-top: 70px;
}
#showcase .container {
    /*width: 980px;*/
}
#showcase .image img {
    box-shadow: 3px 3px 5px 0px #B7B6B7;
}
#showcase .info {
    margin-top: 30px;
}
#showcase .info h4 {
    font-size: 17px;
}
#showcase .info p {
    color: #333333;
    line-height: 21px;
    font-size: 13px;
}
#showcase .features_op1_row .last{
    margin-right: 0;
}
#showcase .features_op1_row .feature .text {
	text-align:center;
    margin: 32px auto 0;
    width: 82%;
}
#showcase .features_op1_row .feature .text h6 {
	line-height:28px;
    margin: 0 0 18px 0;
    font-size: 20px;
}
#showcase .features_op1_row .feature .text p{
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}
#showcase .features_op1_row .feature .img_box{
    position: relative;
    border-radius: 5px;
}
#showcase .features_op1_row .feature .img_box img {
    border-radius: 5px;
    max-width: 95%;
    margin: 0 auto;
    display: block;
}
#showcase .features_op1_row .feature .img_box span.circle{
    background: rgba(17, 137, 217, 0.8);
    width: 48px;
    height: 48px;
    display: none;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 42%;
    border-radius: 100%;
}
#showcase .features_op1_row .feature .img_box span.circle span.plus{
    display: inline-block;
    margin-top: 13px;
    font-weight: bold;
    color: white;
    font-size: 32px;
}
#showcase .features_op1_row .feature .img_box:hover span.circle{
    display: block;
}
#showcase .features_op1_row .feature .img_box:hover .img_box{
    box-shadow: 0px 0px 1px 100px black inset;
}
#showcase .features_op1_row .feature .img_box:hover img{
    box-shadow: 1px 1px 6px 0px #888;
    border-radius: 5px;
    opacity: 0.9;
    filter:alpha(opacity=90);
}

/* Features
-------------------------------------------------- */
#features {
    margin-top: 70px;
    margin-bottom: -20px;
}
#features .feature {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 65px;
}
#features .feature .info h3 {
    font-size: 21px;
    margin-top: 35px;
}
#features .feature.ss h3 {
    margin-top: 45px;
}
#features .feature .info h3 img {
    margin-right: 18px;
    position: relative;
    top: -10px;
}
#features .feature .info p {
    margin-top: 15px;
}






/* Call to Action
-------------------------------------------------- */
#call_action {
    margin-top: 50px;
    text-align: center;
}
#call_action p {
    font-size: 24px;
    color: #3F3F3F;
    font-style: italic;
    display: inline-block;
}
#call_action a {
    background-color: #282828;
    color: #fff;
    padding: 9px 17px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 17px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
}
#call_action a:hover {
    background-color: rgb(103, 118, 177);
}
#call_action a:active {
    box-shadow: rgba(255,255,255,0.2) 0 1px 0,inset rgba(0,0,0,0.95) 0 1px 4px;
}







/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {
    
}
@media (max-width: 979px) {
    #showcase .features_op1_row .feature .img_box span.circle{
        top: 35%;
    }    
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    .slide .info h2,
    .slide .info h2 * {
        font-size: 30px !important;
    }
    .slide#animate_three .info {
	    width: 25%;
/*
		line-height:22px;
		font-size: 18px;
        position: absolute;
        top: 170px;
        right: 6%;*/
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #partner-slider,
    #feature_slider {
        display: none;
    }
    #showcase .features_op1_row .feature {
        margin-bottom: 60px;
    }
    #showcase .features_op1_row .last{
        margin-bottom: 0;
    }
    #showcase .features_op1_row .feature .img_box{
        text-align: center;
    }
    #showcase .features_op1_row .feature .text h6{
        text-align: center;
    }
    #showcase .features_op1_row .feature .img_box span.circle{
        top: 38%;
        left: 48%;
    }
    #showcase .features_op1_row .feature:hover .img_box{
        box-shadow:none;
    }
}


/* Landscape phones and down */
@media (max-width: 480px) {
    #showcase .features_op1_row .feature {
        margin-bottom: 60px;
    }
    #showcase .features_op1_row .last{
        margin-bottom: 0;
    }
    #showcase .features_op1_row .feature .img_box{
        text-align: center;
    }
    #showcase .features_op1_row .feature .text h6{
        text-align: left;
    }
    #showcase .features_op1_row .feature .img_box span.circle{
        left: 44%;
    }
    #showcase .features_op1_row .feature:hover .img_box{
        box-shadow:none;
    }
}

