.da-thumbs {
	width: 100%;
	height: auto;
	position: relative;
	margin:0;
	float:left;
	overflow:hidden;

}
.da-thumbs .inner {
	
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:absolute;
	top:0;
	width:100%;
	left:0;
	z-index:1;
	margin:20% 0 0 0;
	color:#fff;
	text-align:center;
	font-size:30px;
	/*font-family: 'open_sansbold';*/
	line-height:30px;
	text-shadow:-1px 1px 1px #000;
	cursor:default;
}

.da-thumbs .inner span{
	/*font-family: 'open_sanslight';*/
	font-size:25px;
}

.da-thumbs:hover .inner{
	top: -100%;
}

.da-thumbs  a div {
	top: 0px;
	left: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	
}
.da-thumbs  a:hover div{
	left: 0px;
}


/******************************/


		  
.da-thumbs a,
.da-thumbs  a img {
	display: block;
	position: relative;
	width:100%;
	display:block;
}

.da-thumbs  a {
	overflow: hidden;
	/*border:10px solid #fff;*/
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}
.da-thumbs a div {
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	

}
.da-thumbs  a div .over {
	display: block;
	padding: 30px;
	line-height:25px;
	color:#fff;
	font-size:16px;
	
	
	
}

.da-thumbs h2{
	color:#00BFF3;
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
	
}




@media only screen and (max-width: 768px) {

 .da-thumbs  a div .over {
	padding: 20px;
	font-size:12px;
}

}
@media only screen and (max-width: 360px) {

.da-thumbs div {
	margin: 0 0 15px 0;
	width:100%;
}


}



/********************contact*********************/

.effect-box {
	width: 100%;
	height: auto;
	position: relative;
	margin:0;
	float:left;
	overflow:hidden;

}

.effect-box  a div {
	bottom: -100%;
	left:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	
}
.effect-box  a:hover div{
	bottom: 0px;
}


/******************************/


		  
.effect-box a,
.effect-box  a img {
	display: block;
	position: relative;
	width:100%;
	display:block;
}

.effect-box  a {
	overflow: hidden;
	/*border:10px solid #fff;*/
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}
.effect-box a div {
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height:auto;
	

}
.effect-box  a div .over {
	display: block;
	padding: 30px;
	color:#fff;
	font-size:15px;
	
	
	
}

.effect-box h2{
	color:#00BFF3;
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
	
}




@media only screen and (max-width: 768px) {

 .effect-box  a div .over {
	padding: 20px;
	font-size:12px;
}

}
@media only screen and (max-width: 360px) {

.effect-box div {
	margin: 0 0 15px 0;
	width:100%;
}


}