/* *******
Gatman Services - www.gatman.com
Copyright 2013 - All Rights Reserved
This Must Stay In Place
******* */

html {
  overflow-y: scroll;
}




#container {
	position: relative;	
	padding: 0px;
	margin: 0px auto 0px auto;
	padding-left: 0px;
}

/*
#containerInner {
	position: relative;
	min-height: 100%; 
	height: 100%;
	text-align: center;
	margin: 0 auto;
	border: 0px solid #333;
	}
*/


.box {
  margin: 0px 0px;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  border:0px solid #003366;
/*	border: 1px solid #c19568;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
*/
}



.caption { 
	text-align: center; 
	padding: 4px 6px; 
	margin: 4px 0px; 
	font-size: 1.2em; 
	color: #FFF;
	font-family: arial,helvetica; 
	background-color: #333;
	border: 1px solid #666;
  	-webkit-border-radius: .25em;
    -moz-border-radius: .25em;
         border-radius: .25em;
	}


.box img {
  display: block;
  width: 100%;
}




.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 240px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 300px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/**** Gutters ****/

.has-gutters .box {
  margin: 5px 0;
}

.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 220px; }
.has-gutters .col4 { width: 550px; }


/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}



/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



