
@import "http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300";
.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
    transform: scaleY(1);

	-webkit-transition: all 0.7s ease-in-out;
  	-moz-transition: all 0.7s ease-in-out;
  	-o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
    background-color: rgba(5, 76, 120, 0.7);
    opacity: 0;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.view-tenth:hover img {
    opacity: 0.5;
    -webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.view-tenth:hover .mask {
    opacity: 1;
}
.view-tenth:hover span.info {
    opacity: 1;
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.view-tenth .LogoIcon_Gallery {
	padding: 0 20px 0 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;

}
.view-tenth:hover .LogoIcon_Gallery {
	padding: 0 50px 0 0 ;
}
.view-tenth .LogoIcon_Gallery i {
	opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-size:23px;

}
.view-tenth:hover .LogoIcon_Gallery i {
	opacity: 0;
	font-size:0;
}
.view {
    background: #fff url("../images/bgimg.jpg") no-repeat scroll center center;
    cursor: pointer;
    height: 250px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.view .mask, .view .content {
    height: 250px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.view img {
    display: block;
    position: relative;
    height: auto;
    width:100%;
}
.view span.info {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-top: 20%;
    text-decoration: none;
	background:#f57f21;
	line-height:60px;
	height:60px;
	width:60px;
	font-size:18px;
	text-align:center;
}
.img_link {
    border: 1px solid #d3d3d3;
    display: block;
    height: 261px;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 5px !important;
	text-decoration:none !important;
}
.LogoIcon_Gallery {
    background: rgba(5, 76, 120, 0.7) none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: relative;
    text-transform: uppercase;
    top: -65px;
    width: 100%;
}
.LogoIcon_Gallery span {
    color: #f57f21;
}
.LogoIcon_Gallery i {
    background: #f57f21 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 23px;
    line-height: 40px;
    padding: 0 12px;
	margin-top: -1px !important;
}
@media screen and (max-width: 406px) {
	.view .mask, .view  {
    height: 150px;
    overflow: hidden;
	}
	.img_link {
    height:161px;
	}
	.view span.info {
    margin-top: 10%;
	height: 45px;
    line-height: 42px;
    width: 45px;
}
}
@media screen and (min-width: 407px) and (max-width: 767px) {
	.view .mask, .view  {
    height: 213px;
    overflow: hidden;
	}
	.img_link {
    height:225px;
	}
	.view span.info {
    margin-top: 10%;

}
}
@media (min-width: 768px) and (max-width: 991px) {

	.view .mask, .view  {
    height: 213px;
    overflow: hidden;
	}
	.img_link {
    height:225px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.view .mask, .view  {
    height: 180px;
    overflow: hidden;
	}
	.img_link {
    height:192px;
	}
}
@media (min-width: 1200px) {
}
