/* --- SLIDER -------------------------------------- */
#feature_slider {
  		height: 720px;
  		height: 480px;
  		background: #262626;
  		z-index: 1;
  		margin-bottom: 40px; }
#feature_slider .slide {
    	width: 100%;
    	/*height: 720px;*/
    	height: 480px;
    	position: absolute;
    	display: none;
    	overflow: hidden;
    	z-index: 1;
    	-webkit-background-size: cover !important;
    	-moz-background-size: cover !important;
    	-o-background-size: cover !important;
    	background-size: cover !important;
    	/* Custom styles for each slide */
    	/* Slide 1 */
    	/* Slide 2 */
    	/* Slide 3 */
    	/* Slide 4 */ }
#feature_slider .slide.previous {
      	z-index: 1; }
#feature_slider .slide.active {
      	z-index: 2; }
#feature_slider .slide.hidden {
      	display: none; }
#feature_slider .slide#slide-01 .info { /*first home panel text alignment */
      	position: absolute;
      	top: 185px;
      	left: 7%;
      	width: 30%;
      	display: none;
      	z-index: 10; }
#feature_slider .slide#slide-02 .info {
      	position: relative;
      	top: 122px;
      	text-align: center; }
#feature_slider .slide#slide-03 .info {
        position: absolute;
      	top: 155px;
      	right: 48%;
      	width: 20%; }
#feature_slider .slide#responsive .info {
      	position: absolute;
      	top: 160px;
      	right: 9%;
      	width: 25%; }
#feature_slider .slide .info {
      	display: none;
      	z-index: 10; }
#feature_slider .slide .info a:hover {
        opacity: .8; }
#feature_slider .slide .asset, #feature_slider .slide .fade {
      	position: absolute;
      	display: none; }
#feature_slider #slide-left {
    	width: 31px;
    	height: 37px;
    	display: block;
    	position: absolute;
    	top: 250px;
    	left: 0;
    	background: url(img/backgroundimage.png) no-repeat;
    	opacity: .5;
    	-webkit-transition: opacity .1s linear;
    	-moz-transition: opacity .1s linear;
    	transition: opacity .1s linear;
    	display: none;
    	z-index: 2; }
#feature_slider #slide-left:hover {
      	opacity: 1; }
#feature_slider #slide-right {
    	width: 31px;
    	height: 37px;
    	display: block;
    	position: absolute;
    	top: 250px;
    	left: auto;
    	right: 0;
    	background: url(img/backgroundimage.png) no-repeat;
    	background-position: -31px 0;
    	opacity: .5;
    	-webkit-transition: opacity .1s linear;
    	-moz-transition: opacity .1s linear;
    	transition: opacity .1s linear;
    	display: none;
    	z-index: 2; }
#feature_slider #slide-right:hover {
      	opacity: 1; }
      	
/***---- SLIDER FONTS ----***/

#feature_slider .slide#slide-01 .info h2 {
        color: #fff;
        font-size: 45px;
        font-weight: normal;
        line-height: 56px;
        text-shadow: 1px 1px 1px #31393d; }       
#feature_slider .slide#slide-02 .info h2 {
		font-size: 40px;
        color: #3b0d02;
        font-weight: bold; }        
#feature_slider .slide#slide-03 .info h2 {
        color: #fff;
        font-size: 40px;
        font-weight: normal;
        padding-bottom: 0px;
        text-shadow: 1px 1px 1px #3b3262;
        line-height: 57px; }
#feature_slider .slide#slide-03 .info a {
        color: #fff;
        font-weight: bold;
        background-color: #2a205d;
        padding: 10px 10px;
        font-size: 19px;
        border-radius: 5px;
        margin-top: 0px;
        display: inline-block;
        -webkit-transition: opacity .1s linear;
        -moz-transition: opacity .1s linear;
        transition: opacity .1s linear; }        
        
        
/**--- homepage-panels services ------------------------------------------- */
#homepage-panels {
  	margin-top: 70px; }
#homepage-panels .container {
    /*width: 980px;*/ }
#homepage-panels .image img {
    box-shadow: 3px 3px 5px 0px #B7B6B7; }
#homepage-panels .info {
    margin-top: 30px; }
#homepage-panels .info h4 {
    font-size: 17px; }
#homepage-panels .info p {
    color: #333333;
    line-height: 21px;
    font-size: 13px; }
#homepage-panels .features_op1_row .last {
  	margin-right: 0; }
#homepage-panels .features_op1_row .feature .text {
    margin: 32px auto 0;
    width: 87%; }
#homepage-panels .features_op1_row .feature .text h6 {
    margin: 0 0 14px 0;
    font-size: 20px; }
#homepage-panels .features_op1_row .feature .text p {
  	margin: 0;
   	font-size: 14px;
   	line-height: 23px; }
#homepage-panels .features_op1_row .feature .img_box {
    position: relative;
    border-radius: 5px; }
#homepage-panels .features_op1_row .feature .img_box img {
   	border-radius: 5px;
   	max-width: 98%;
   	margin: 0 auto;
   	display: block; }
#homepage-panels .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%; }
#homepage-panels .features_op1_row .feature .img_box span.circle span.plus {
   	display: inline-block;
   	font-weight: bold;
   	color: white;
   	font-size: 32px;
  	margin-top: 13px; }
#homepage-panels .features_op1_row .feature .img_box:hover span.circle {
   	display: block; }
#homepage-panels .features_op1_row .feature .img_box:hover .img_box {
  	box-shadow: 0px 0px 1px 100px black inset; }
#homepage-panels .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: 45px; }
#features .feature .info h3 img {
        margin-right: 18px;
        position: relative;
        top: -10px; }
#features .feature .info p {
      margin-top: 15px; }

/* --- Responsive -------------------------------------------------- */
@media (max-width: 991px) {
  #homepage-panels .features_op1_row .feature .img_box span.circle {
    top: 35%; }
  #clients .row {
    text-align: center; }
  #clients .client {
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    float: none; } 
}
@media (min-width: 768px) and (max-width: 979px) {
   .slide .info h2, .slide .info h2 * {
    font-size: 30px !important; 
   }
  .slide#responsive .info {
    position: absolute;
    top: 170px;
    right: 6%;
    width: 25%; }
  .slide#slide-03 .info {
    font-size: 15px; }
  .slide#slide-03 .info a {
   	font-size: 15px; } 
}
@media (min-width: 768px) {
  #features .feature .pic-right {
    float: right; }
  #features .feature .info-left {
    float: left; } 
}
@media (max-width: 767px) {
  #partner-slider,
  #feature_slider {
    display: none; }

  #features .section_header {
    text-align: center; }
  #features .feature img {
    margin: 0 auto !important;
    float: none !important; }
  #features .feature .info h3 {
    text-align: center; }

  #homepage-panels {
    margin-top: 10px; }
  #homepage-panels .section_header {
   	text-align: center; }
  #homepage-panels .features_op1_row .feature {
   	margin-bottom: 60px; }
  #homepage-panels .features_op1_row .feature .img_box {
   	text-align: center; }
  #homepage-panels .features_op1_row .feature .img_box span.circle {
   	top: 38%;
   	left: 45%; }
  #homepage-panels .features_op1_row .feature .text h6 {
   	text-align: center; }
  #homepage-panels .features_op1_row .feature:hover .img_box {
   	box-shadow: none; }
  #homepage-panels .features_op1_row .last {
  	margin-bottom: 0; }

}
@media (max-width: 480px) {
  #homepage-panels .features_op1_row .feature {
    margin-bottom: 5px; }
  #homepage-panels .features_op1_row .feature .img_box {
   	text-align: center; padding-top:10px; }
  #homepage-panels .features_op1_row .feature .img_box span.circle {
   	center: 30%; }
  #homepage-panels .features_op1_row .feature .text h6 {
   	text-align: center; 
   	display:none; }
  #homepage-panels .features_op1_row .feature:hover .img_box {
   	box-shadow: none; }
  #homepage-panels .features_op1_row .last {
    margin-bottom: 0; } 
}

/****---- PAGINATION ---***/
#feature_slider #pagination {
    	position: absolute;
    	top: 505px;
    	z-index: 3;
    	margin: 0;
    	padding: 0;
    	display: none;
    	list-style-type: none; }
#feature_slider #pagination li {
   		text-indent: -99999em;
   		float: left;
   		padding: 0 6px;
   		cursor: pointer; }
#feature_slider #pagination li a {
        width: 7px;
        height: 7px;
        box-shadow: 0px 0px 1px 2px #ccc;
        background: black;
        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; }
#feature_slider #pagination li.active a {
        background: #2e5cb1;
        box-shadow: none;
        width: 8px;
        height: 8px; }
#feature_slider #pagination li:hover a {
        opacity: 1; }
