.slider-pro {
    font-family: 'Open Sans', Arial;
}

/* Example 1 */

#slidera .sp-thumbnail {
	width: 100%;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#slidera .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#slidera .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}
  #slidera .ba {
    left: 33% !important;
    top: 70% !important;
   /*width: 100%;*/ 
    height: 120px;
    background: rgba(255,255,255,.1);


    }
     #slidera .bb {
          left: 10% !important;
    top: 26% !important;
    /*width: 100%;*/
    height: 50px;
    background: rgba(255,255,255,.1);
    }
      #slidera .bc {
         left: 20% !important;
    top: 50% !important;
    /*width: 100%;*/
    height: 50px;
    background: rgba(255,255,255,.1);
    }
       #slidera .bd {
         left: 33% !important;
    top: 40% !important;
    /*width: 100%;*/
    height: 50px;
    background: rgba(255,255,255,.1);
    }

#slidera .ba a {
text-decoration:none;
}
#slidera .bb a {
text-decoration:none;
}
#slidera .bc a {
text-decoration:none;
}
#slidera .bd a {
text-decoration:none;
}

       .basp{
              
           text-shadow: rgba(0,0,0,0.4) 0 1px 0;   
           font-family: Georgia, serif;  
           color: rgba(255, 255, 255, 0.7);
           text-decoration: none ;
           font-size: 80px;
          /* line-height: 0.4;*/
       }
         .bbsp{
              text-shadow: rgba(245,245,245,0.7) 0 1px 0; 
           font-family: Georgia, serif;  
           color: rgba(255, 255, 255, 0.7);
           text-decoration: none ;
           font-size: 32px;
         /*  line-height: 0.4;*/
       }
           .bcsp{
              text-shadow: rgba(23,130,80,0.7) 0 1px 0;
           font-family: Georgia, serif;  
           color: rgba(255, 255, 255, 0.7);
           text-decoration: none ;
           font-size: 46px;
           line-height: 0.4;
       }
             .bdsp{
               text-shadow: rgba(0,0,0,0.4) 0 1px 0;   
           font-family: Georgia, serif;  
           color: rgba(255, 255, 255, 0.7);
           text-decoration: none ;
           font-size: 30px;
           line-height: 0.4;
       }



@media (max-width: 860px) {
	#slidera .hide-medium-screen {
		
        left: 100px;
top: 50px;



	}


    .basp{            
          
           font-size: 60px;
         
       }


}

@media (max-width: 640px) {
	#slidera .sp-layer {
		font-size: 12px;
	}

    #slidera .hide-medium-screen {
        left: 100px;
        top: 10px;
    }
    /*
    #slidera .ba {
        left: 10px !important;
        top: 10px !important;
    }
     #slidera .bb {
        left: 110px !important;
        top: 10px !important;
    }
      #slidera .bc {
        left: 210px !important;
        top: 10px !important;
    }
       #slidera .bd {
        left: 10px !important;
        top: 30px !important;
    }*/
          .basp{            
          
           font-size: 40px;
         
       }
           .bbsp{            
          
           font-size: 20px;
         
       }
            .bcsp{            
          
           font-size: 26px;
         
       }
}

@media (max-width: 500px) {
	#slidera .sp-thumbnail {
		text-align: center;
	}

	#slidera .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#slidera .sp-thumbnail-description {
		display: none;
	}
       .basp{            
          
           font-size: 26px;
         
       }
               .bbsp{            
          
           font-size: 12px;
         
       }
            .bcsp{            
          
           font-size: 16px;
         
       }
}

}

/* Example 3 */

#example3 .sp-selected-thumbnail {
	border: 4px solid #000;
}

/* Example 4 */

#example4 .sp-slides-container {
	background-color: #F4F4F4;
}

#example4 h3 {
	margin: 0 0 10px 0;
}

#example4 p {
	margin: 0 0 30px 0;
}

#example4 .sp-thumbnail-container {
	width: 200px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
}

#example4 .sp-image-text {
	background: rgba( 80, 80, 80, 0.5 );
	color: #FFF;
	padding: 20px;
}

.links {
	text-align: center;
	margin-top: 10px;
}

/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}