/*PORTFOLIO*/
.da-thumbs li ,
.da-thumbs li  img { display: block; position: relative;}
.da-thumbs li  { overflow: hidden; }
.da-thumbs li  article { position: absolute; background-image:url(images/image_hover.png); background-repeat:repeat; width: 100%; height: 100% }
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	padding:10px 30px;
	display:block;
	font-size: 14px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 30px 0 19px !important;
	-moz-webkit-transition: all .3s ease-in-out;
	-ms-webkit-transition: all .3s ease-in-out;
	-o-webkit-transition: all .3s ease-in-out;
	webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.da-thumbs li  article a:hover {
		
	border: 1px solid transparent;
	color:#fff;
	background: #d7541b;

}

.da-thumbs {
text-align:center;
}



.da-thumbs li  article span{
display:inline-block;
}


span.zoom{
overflow:hidden;
display:block;
width:auto;
height:auto;
cursor:pointer;
margin: 20px 0 10px 0;
}

span.zoom > a {
text-decoration: none;
}

.da-thumbs li article#one {
    background-image: url('../images/trans.png');
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    width: 100%;
}

.da-thumbs li article#two {
    background-image: url('../images/trans2.png');
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    width: 100%;
}


/* Image Grid */
.image_grid {
	float:right;
	overflow:hidden;
	width: 840px;
	position:relative;
	padding:0 0 0 30px;

}

.image_grid li{
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:17px;
	margin-right:17px;
	text-align: center;
	border:#fff 6px solid;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


.image_grid li:first-child {
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	text-align:center;
	margin-bottom:17px;
	margin-right:17px;
	border:#fff 6px solid;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}





h3 {
	font-size: 26px !important;
	color: #fff !important;
	margin: 60px 0 0 0;
	line-height: 23px;
	font-weight: bold;
	padding: 0 10px !important;
	margin-left: 0px !important;
}

/*spacing 1st h3*/

 .break{
	height: 100px;
 }


/*spacing 1st h3*/

 .break-2{
	height: 43px;
 }