/* Portfolio
-------------------------------------------------- */
#options ul {
  list-style: none outside none;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#options li {
  display: inline-block;
}
#options li a {
    color:#747474;
    font-size: 14px;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: bold;
}
#options li a:hover {
    color:#FFFFFF;
    background: #002e5f;
}
#options li a:active {
    color:#FFFFFF;
    background: #002e5f;
}
#options li a.selected {
    color:#FFFFFF;
    background: #002e5f;
}
#portfolio{
  margin-left: 0px;
}

.box{

}
.block{
    color: #222222;
    float: left;
    margin: 4px;
    overflow: hidden;
    position: relative;
    width:  32%;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: center;
    top: 20px;
}

.block img {
    width: 100% !important;
}
.view-first img {
    transition: all 0.2s linear 0s;
}
.view-first .mask {
    background-color: rgba(48, 48, 48, 0.5);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.view-first:hover .mask {
    opacity: 1;
}
.view {
    cursor: default;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
.view .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.view a.info {
    background-image: url("../img/img_hover.png");
    display: block;
    height: 64px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50% !important;
    transition: all 0.2s linear 0s;
    width: 57px;
}
.nolink a.info {
    margin-left: -17px !important;
}
.isotope-item {
    z-index: 2; 
 }
.isotope-hidden.isotope-item { 
    pointer-events: none;
     z-index: 1; 
 }
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
     -webkit-transition-duration: 0.8s; 
     -moz-transition-duration: 0.8s; 
     -ms-transition-duration: 0.8s;
     -o-transition-duration: 0.8s;
     transition-duration: 0.8s;
     display:block; 
 }
.isotope { 
    -webkit-transition-property: height, width; 
    -moz-transition-property: height, width; 
    -ms-transition-property: height, width;
     -o-transition-property: height, width;
     transition-property: height, width; 
 }
.isotope .isotope-item { 
    -webkit-transition-property: -webkit-transform, opacity; 
    -moz-transition-property: -moz-transform, opacity;
     -ms-transition-property: -moz-transform, opacity;
     -o-transition-property: top, left, opacity; 
     transition-property: transform, opacity;
 }
/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { 
    -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s; 
     -ms-transition-duration: 0s; 
     -o-transition-duration: 0s; 
     transition-duration: 0s;
 }

/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/
@media only screen and (min-width:290px) and (max-width:766px){
.block{
	width:100%;
	margin:10px 0px 10px 0px;	
}	
#options li {
  display: block;
}
}