        
        
/**--- gallerypage-panels services ------------------------------------------- */
#gallerypage-panels {
  	margin-top: 40px; }
#gallerypage-panels .container {
    /*width: 980px;*/ }
#gallerypage-panels .image img {
    box-shadow: 3px 3px 5px 0px #B7B6B7; }
#gallerypage-panels .info {
    margin-top: 30px; }
#gallerypage-panels .info h4 {
    font-size: 17px; }
#gallerypage-panels .info p {
    color: #333333;
    line-height: 21px;
    font-size: 13px; }
#gallerypage-panels .features_op1_row .last {
  	margin-right: 0; }
#gallerypage-panels .features_op1_row .feature .text {
    margin: 32px auto 0;
    width: 87%; }
#gallerypage-panels .features_op1_row .feature .text h6 {
    margin: 0 0 14px 0;
    font-size: 20px; }
#gallerypage-panels .features_op1_row .feature .text p {
  	margin: 0;
   	font-size: 14px;
   	line-height: 23px; }
#gallerypage-panels .features_op1_row .feature .img_box {
    position: relative;
    border-radius: 5px; }
#gallerypage-panels .features_op1_row .feature .img_box img {
   	border-radius: 5px;
   	max-width: 98%;
   	margin: 0 auto;
   	display: block; }
#gallerypage-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%; }
#gallerypage-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; }
#gallerypage-panels .features_op1_row .feature .img_box:hover span.circle {
   	display: block; }
#gallerypage-panels .features_op1_row .feature .img_box:hover .img_box {
  	box-shadow: 0px 0px 1px 100px black inset; }
#gallerypage-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); }

/* --- Responsive -------------------------------------------------- */
@media (max-width: 991px) {
  #gallerypage-panels .features_op1_row .feature .img_box span.circle {
    top: 35%; }
}
@media (min-width: 768px) and (max-width: 979px) {
@media (min-width: 768px) {
}
@media (max-width: 767px) {

  #gallerypage-panels {
    margin-top: 10px; }
  #gallerypage-panels .section_header {
   	text-align: center; }
  #gallerypage-panels .features_op1_row .feature {
   	margin-bottom: 60px; }
  #gallerypage-panels .features_op1_row .feature .img_box {
   	text-align: center; }
  #gallerypage-panels .features_op1_row .feature .img_box span.circle {
   	top: 38%;
   	left: 45%; }
  #gallerypage-panels .features_op1_row .feature .text h6 {
   	text-align: center; }
  #gallerypage-panels .features_op1_row .feature:hover .img_box {
   	box-shadow: none; }
  #gallerypage-panels .features_op1_row .last {
  	margin-bottom: 0; }

}
@media (max-width: 480px) {
  #gallerypage-panels .features_op1_row .feature {
    margin-bottom: 5px; }
  #gallerypage-panels .features_op1_row .feature .img_box {
   	text-align: center; padding-top:10px; }
  #gallerypage-panels .features_op1_row .feature .img_box span.circle {
   	center: 30%; }
  #gallerypage-panels .features_op1_row .feature .text h6 {
   	text-align: center; 
   	display:none; }
  #gallerypage-panels .features_op1_row .feature:hover .img_box {
   	box-shadow: none; }
  #gallerypage-panels .features_op1_row .last {
    margin-bottom: 0; } 
}
