.main {
}

.main .row {
    margin-top: 1.9%;
}
ul{
    list-style: disc outside;   
    margin-left: 45px;
}

a.work-archive-thumb-link img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	text-decoration: none;
	padding:0;
}

.masonry-brick
{
 width:  170px;
  height: 125px;
  float: left;
  border-radius: 5px;
  padding-left:10px;
}
.masonry-brick.w2 { width:  388px; }
.masonry-brick.h2 { height:  257px; }

a.work-archive-thumb-link:hover img, a.work-archive-thumb-link:active img {

	z-index: 1;
	-webkit-transform: rotate(0deg) scale(1.02);
	-moz-transform: rotate(0deg) scale(1.02);
	-o-transform: rotate(0deg) scale(1.02);
	transform: rotate(0deg) scale(1.02);	
}

.work-archive-thumb-link img {
   
	-moz-box-shadow: 0 1px 9px 1px #bbb;
	-webkit-box-shadow: 0 1px 9px 1px #bbb;
	box-shadow: 0 1px 9px 1px #bbb;
    float: left;

}


#work-image-nav {
    display: none;
}
.container .item {
  width:  188px;
  height: 124px;
  float: left;
  margin-bottom: 15px;
}

.item.w2 { width:  388px !important; }
.item.h2 { height: 257px !important; }
.item.h4 { height: 586px !important; }

img.work-masonry-thumb
{
	width:  188px;
	height: 124px;
}
img.w2 { width:  388px !important; }	
img.h2 { height: 257px !important; }
img.h4 { height: 586px !important; }
	




/* mobile */
@media handheld, only screen and (max-width: 767px) {
    
    /* generic + front-page */
    body {
        background: #f1f1f1;
    }
    
    #work-image-row {
        margin-bottom: 0;
    }
    
    .wrapper {
        min-height: inherit !important;
       height: auto;
       margin: 0 auto;
    }
       
    
    /* work */
    .main .row .content.right-border {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .masonry-container {
        margin-right: 0px;
    }
    
   
}
