/******************************************************************************
 *
 *
 *
 *
 *
 *
 *****************************************************************************/

@media only screen and (max-width: 41.250em) /* 660 */ {
   #gallery {
      width: 100%;
	}
}

/*-----------------------------------------------------------------------------
 -
 ----------------------------------------------------------------------------*/

#gallery {
   width: 98%;
   text-align: center;
   padding: 0px;
   margin: 3.125em auto 3.25em;
   }

#gallery h1 {
   font-size: 1.725em;
   line-height: 0.882em;
   padding-bottom: 7px;
   font-weight: bold;
   x_font-family: 'Arizonia-Regular';
   x_font-family: 'Scriptina';
}

#gallery h1 span {
   font-size: 0.588em;
   line-height: 1em;
   color: #aaa;
   display: block;
}

#gallery h1 a:hover,
#gallery h1 a:hover span,
#gallery h1 a:focus,
#gallery h1 a:focus span {
   color: #666;
}

#gallery h2 {
   padding-top: 0.9375em;
   margin-top: 0.9375em;
   margin-bottom: 0.625em;
}

#gallery h2 span {
   color: #666;
}

#gallery h2[data-caption]:before {
   font-size: 0.875em;
   font-weight: 300;
   color: #fff;
   background-color: #c00;
   display: inline-block;
   content: attr( data-caption );
   padding: 0.125em 0.313em;
   margin-right: 0.625em;
}

#gallery lu {
   display: inline-block;
	padding: 0.3em;
	width: 100%;
}


#gallery li {
   display: inline-block;
	margin: 0.5em;
	width: 15%;
}



#gallery img {
   height: 100%;
   width: 100%;
   max-width: 98%;
   max-height: 98%;
   border-color: #eee;
   border: 0.525em solid rgba(27, 94, 32, .57); /* 10 */
   /*
   border: thin solid rgba(255,0,0);
   border-top: thin solid rgb(151, 12, 21);
   border-bottom: thin solid rgb(151, 12, 21);
   border-left: thin solid rgb(151, 12, 21);
   border-right: thin solid rgb(151, 12, 21);

   -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
   transition: box-shadow .3s ease, border-color .3s ease;
   */

   -webkit-box-shadow: 0 0 0.313em rgba( 0, 255, 0, .05 ); /* 5 */
   box-shadow: 0 0 0.313em rgba( 0, 255, 0, .05 ); /* 5 */
   border-radius: 5px 5px 5px 5px;
}

#gallery img.vert {
   width: auto;
   height: 100%;
   }

#gallery img:hover,
#gallery img:focus {
   border-color: rgba(27, 94, 32, .3);

   -webkit-box-shadow: 0 0 0.938em rgba(27, 94, 32, .7);
	box-shadow: 0 0 0.938em rgba(27, 94, 32, .7);
}

/******************************************************************************
 *
 *****************************************************************************/



